Conditional Branching w/RS232 control
I'm creating a system that will need to step through a number of slides and a single video, mostly in sequence. At one point in the sequence, there will be an option of up to 5 different sequences to branch to. This will all be under control of an external control system with either RS232 or UDP messaging. The client will be changing slides in the field. The control system will not have any knowledge of how many slides in certain sequences, so I will send a message back to the control system when the end of a sequence is reached. I can do all of that with either CSV style programming or BrightAuthor. Pretty simple stuff except for one little catch. The client may need to change the number of slides in some of the sequences. I would prefer that they not have to do any reprogramming to accomplish this. Ideally, the programming on the Brightsign would detect that the next file in a sequence (ie. Q1.jpg, Q2.jpg, Q3.jpg, Q4.jpg but no Q5) and send the message back to the control system telling it that it had reached the last slide. One compromise would be to have a separate configuration file that defined the number of slides in each of several different sequences. I've looked at the Control.zip file as a possible starting point, but apparently this doesn't support JPG images. Is there some technical reason for that? Or is it just a matter of expanding on the BRS script? Do you have any other suggestions? Dick