User guide
31
Example 4: Multiple state machines in a single CSV file
Example 4 contains three state machines.
The first state machine specifies the video mode, image mode, and audio output for
video. In this case, the keyword VideoPlayerAudioOutput directs the BrightSign to
output stereo PCM via the SPDIF audio connector. This machine uses button 0 and the
video end event to control the videos and the image.
Note the NEXT keyword on line ten; it signals the beginning of another state machine.
The second state machine uses analog audio output through the Audio 2 connector. It
uses button 1 and the audio end event to control the audio playback.
The NEXT keyword on line 18 indicates the start of the third state machine.
The third state machine uses analog audio output through the Audio 3 connector. This
state machine uses button 2 and audio end events to control its audio playback.










