03-28-2017 11:43 AM
Say I have a simple piece of code that needs to execute once, wait n seconds, and then execute again.
For Example a Stoplight:
Change to Red
-holds-
Change to Green
-holds-
Change to Yellow
What is the best way to keep the front panel responsive without continuously repeating the "Change to [Color]" state until you want the next color?
08-15-2017 06:30 PM
Look at the Time-Delayed Send Message from the ActorFramework, <vilib>/ActorFramework/Time-Delayed Send Message. It allows for sending a message after a specified delay.