Q-Code User Manual
Ver. 7.0 2021/11/30
241
Path5: PlayAS(Ch2, $VIO2)
; Play signal “VIO2” at channel 2.
4.23.2 WaitAN(Ch)
If Action file on the designated channel is being executed, the system will execute next command after
finishing. Otherwise, the system will immediately execute next command.
Ch:
Action channel to wait, wait all action if omitted.
NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T support Ch1 ~ Ch8.
NX1 supports Ch1 ~ Ch20.
4.23.3 PauseA(Ch)
This command can be used to pause Action file on the designated channel currently being played.
Ch:
Action channel to pause, pause all action if omitted.
NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T support Ch1 ~ Ch8.
NX1 supports Ch1 ~ Ch20.
4.23.4 ResumeA(Ch)
This command can be used to resume Action file on the designated channel.
Ch:
Action channel to resume, resume all action if omitted.
NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T support Ch1 ~ Ch8.
NX1 supports Ch1 ~ Ch20.
4.23.5 HoldA(Ch)
Pause the Action playing, and hold the current output status.
Ch:
Action channel to hold. If not assigned, all action channels will be hold. Ch=1 ~ 8 or Ch1 ~ Ch8.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NX1 do not support this command.
4.23.6 StopA(Ch)
Stop Action file on the designated channel.
Ch:
Action channel to stop, stop all action if omitted.
NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T support Ch1 ~ Ch8.
NX1 supports Ch1 ~ Ch20.
Ex.
[Path]
TR1: PlayA(PB.0, 1, $A0)
; Play $A0 on channel 1, and assign output value to PB0.
TR2: PauseA(1)
; Pause Action on channel 1.
TR3: Resume(1)
; Resume Action on channel 1.