Q-Code User Manual
Ver. 7.0 2021/11/30
242
TR4: StopA(1)
; Stop Action on channel 1.
TR5: WaitAN(1), Out
; If Action on channel 1 is being executing, the system
; wait till Action on channel 1 ends. Then execute Out.
4.24 LED String Commmand
QFID Command
4.24.1 LEDStr_Play / LEDStr_PlayS
The LED string commands can play the string file which is stored in SPI Flash.
LEDStr_Play(LEDLabel or index)
LEDStr_PlayS(LEDLabel or index)
LEDStr_Play:
After the LED
string playback ends, executing the next command.
LEDStr_PlayS:
When the LED string playback starts, executing the next command immediately.
LEDLabel:
Specify the target LED file to play.
Index:
Play the index value of file, it could be immediate value or variable.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
TR1: LEDStr_PlayS($LED0)
; Play the LED0 data.
TR2: SpiPlayS(ch,1), LEDStr_Play(1)
; Play the Speech 1 and LED string.
4.24.2 LEDStr_Stop
This command is for stopping the LED string playback.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9Tdo not support this command.
Ex.
TR1: LEDStr_Stop
; Stop the LED string playback.
4.24.3 LEDStr_Clear
This command is for clearing the LED string commands and turning off all LEDs.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9Tdo not support this command.
Ex.
TR1: LEDStr_Clear
; Turn off the LED string.