
36
•
•
•
•
•
•
•
gpios
: Turns on the specified GPIO’s; unspecified GPIO’s are turned off.
Examples
Demo_menu.bmp:gpios(1;3;5)
When BrightSign enters the demo_menu.bmp state, LED’s 1, 3, and 5 are turned on; the other
LED’s are turned off.
aq.ts:gpiosOn(2)
When BrightSign enters the aq.ts state, LED 2 is turned on and the other LED’s are unaffected.
ppt10.bmp:gpiosOff(0;2;4)
When BrightSign enters the ppt10.bmp state, LED’s 0, 2, and 4 are turned off; and the other LED’s
are unaffected.
product1.bmp:gpios()
When BrightSign enters the product1.bmp state, All LED’s are turned off.
Controlling serial output from an interactive playlist
To control serial output for a particular state, add a Serial command to the second column of the
state specification in the interactive playlist. When BrightSign enters the serial state, the specified
string is output via the serial connector. The format is:
serialSend:<string>
Comentários a estes Manuais