09-20-2012 04:14 AM
Hi,
in our case, a VeriStand project is running on a RT machine with cRIO-I/O.
Is there a possibility to reset all outputs to the initial values while the project is running? (I don't want to restart the real-time system or deploy the project again because that consumes too much time.)
Solved! Go to Solution.
09-20-2012 10:12 AM
hello, maybe you could run a real-time sequence or CSV file, or trigger a procedure to do that. In any of these cases you'll have to write some code to set all your output channels.
09-21-2012 08:00 AM
Hi,
you can create an alarm which calls a reset procedure. The Alarm can be mapped on a Boolean Button on the Workspace. Or you can call a RT Sequenze to reset your values.
Best Regards,
Philip
09-24-2012 08:52 AM
09-25-2012 08:47 AM
09-25-2012 08:49 AM
Nice 🙂