Turret Auto-Fire Control
This microcontroller can help you make auto-firing turrets with a single target. When a target is detected, it checks the azimuth, elevation, and distance, and then determines if it should open. The Distance input should be taken from the laser. this can avoid shooting your own vehicle or other obstructions. It can also help limit the range if your weapon is only effective at a certain distance.
Properties
– Azimuth Threshold: How close to 0 the azimuth should be before firing.
– Elevation Threshold: How close to 0 the Elevation should be before firing.
– Minimum/Maximum Distance: The acceptable distance for firing the weapon.
NOTE: This MC is only for single-target systems and it only works with the 1st target in the radar’s detected targets.