TP_Jacko Posted September 28, 2015 Posted September 28, 2015 I was trying to set up a trigger that counted the number of aircraft in a group then fired off a flare for every aircraft in that group. So if a group of 3 flew in then I would see 3 flares. I put in a delay to spread out the timing of the flares firing off. I get the feeling that the trigger was counting the group as a whole and with one flare for all 3. I wondered if I had to disable and enable the complex trigger to allow it to register the 3 aircraft entering the trigger zone. Possibly this is all to quick for the system to register 3 separate aircraft
coconut Posted September 28, 2015 Posted September 28, 2015 (edited) If you did complex trigger -> timer -> flare then the problem is with the timer. What probably happened is: Aircraft 1 enters Complex trigger detects Timer starts Aircraft 2 enters Complex trigger detects Timer restarts Aircraft 3 enters Complex... Timer restarts Timer expires Flare is fired Edited September 28, 2015 by coconut
TP_Jacko Posted September 28, 2015 Author Posted September 28, 2015 Ah ok so I think I need to insert a counter for each aircraft that enters and perhaps make multiple flares or timers trigger >Count 1>Timer>flare trigger >Count 2>Timer>flare trigger >Count 3>Timer>flare Maybe a bit heavy but so be it if it works will report back
TP_Jacko Posted September 28, 2015 Author Posted September 28, 2015 Ok that works probably can optimise to one flare
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now