If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Need a trigger
Need a trigger
Im trying to make a trigger that will trigger an output once every 2 secs. Any ideas? or a tick that would trigger once every 1.5 to 2 secs?
Thanks guys!
Thanks guys!
Re: Need a trigger
Hi,
Using the Timer primitive:
BTW i wonder where is the Counter primitive in FS2?
Using the Timer primitive:
BTW i wonder where is the Counter primitive in FS2?
Re: Need a trigger
Thanks Morph!!! Thats way better than the one i came up with!! I'll give it a try tomorrow and let ya know.
Thanks again
Thanks again
Re: Need a trigger
This is even simpler:
Both this and the one from Morph use the Windows Timers, which are not very accurate but fine for display etc.
If you want it to be super accurate you can make one using the Ruby module, this uses a different more accurate timers.
Both this and the one from Morph use the Windows Timers, which are not very accurate but fine for display etc.
If you want it to be super accurate you can make one using the Ruby module, this uses a different more accurate timers.
Re: Need a trigger
Thanks guys. This is what I came up with. This gets me the output i needed. A continuous cycle.
- Attachments
-
- capture2.png (23.35 KiB) Viewed 19141 times