Q-Code User Manual
Ver. 7.0 2021/11/30
158
[Path]
PowerOn
: Delay(10), PA=0
1ms: !PA, 1MS_RET
; After executing “!PA”, return to the main program
when executing 1MS_RET.
4.4.14 4ms_RET
Return to
4ms path.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NX1 do not support this command.
2. After executing 4ms path, must execute 4ms_RET command. Otherwise, there will be
unexpected system error.
Ex.
[Option]
TimeBase
= 1ms or 4ms
[Path]
PowerOn
: Delay(10), PA=0
4ms: !PA, 4MS_RET
; After executing “!PA”, return to the main program
when executing 4MS_RET.
4.5 Voice Command
Voice Command
4.5.1 PlayV / PlayVS(Ch, Parameter1 {++} , Parameter2)
This command provides user with simple way to play voice files.
The format of command is shown as the followings:
PlayV({Ch,} Voice{, PlaySpeed}) { *n } { & [BG1 {,BG2 {,BG3}} ] }
PlayVS({Ch,} Voice{, PlaySpeed}) { & [BG1 {,BG2 {,BG3}} ] }
Voicename{@CH} {*n} { & [BG1 {,BG2 {,BG3}} ] }
PlayV:
execute next command after finishing playing voice file.
PlayVS:
execute next command after starting playing voice file.
Ch:
assign voice channel number for playing voice (0 represents the first channel).
NY4 series does not support Ch parameter.