Resource icon

Scene automation script 3.0

This update utilizes an "anonymous" function to do the iterative calls to the scene routine to step through the automation sequence. By doing this, now the counter used to control the steps is private to the scene routine. This means that if the user switches the scene before all the automation is complete a new private counter is generated so you don't have a race issue with a single global counter. I also added a "Init Scenes" button that sets all the scenes to their default start position. Please forgive the cumbersome use of lists. I'm not good enough yet with more advanced data structures to use a more elequant solution. Hope this is of value.
NOTE - All the camera move commands, ex "LEFT to Lectern" are URL sources to a PTZOptics camera.
Pat
Top