silogarrett Posted January 23, 2012 Share Posted January 23, 2012 Hello Guru! What's the best way to detect when a looping sequence has stopped? I have try/catches in place to send an alert message to the Command/Alert screen, while in Dev mode, but that screen's not available in Runtime. A simple example: is there a way to light an LED component when the loop is running, and have it go out if the loop stops for some reason? Or alternatively, trigger an alarm? Mike Link to comment Share on other sites More sharing options...
AzeoTech Posted January 24, 2012 Share Posted January 24, 2012 sure, there is a variable: sequence.mySequence.running that is 1 or 0 depending on whether mySequence is running or not. Link to comment Share on other sites More sharing options...
silogarrett Posted January 31, 2012 Author Share Posted January 31, 2012 Of course. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.