Q-Code User Manual
Ver. 7.0 2021/11/30
271
Ex.
RampUp, Delay(1), PlayV…..
; After RampUp command is executed, PlayV/PlayM command will not execute RampUp
procedure.
Ex.
When OP Amp with control pin is applied.
[Path]
TR1: RampUp, PB.3=0, PlayV…..
; After RampUp command is executed, send control signal to enable OP Amp circuit. It can
prevent “pop” sound noise while playing.
4.31.24 RampDown
The
Q-Code
system will execute RampDown command for user after the playback of voice or melody
files is finished. Users still can execute this command to achieve function if needs.
Note:
1. NY4 / NY9T / NX1 do not support this command.
2. If there is certain delay before entering sleep mode, there could be issues of electricity
consumption or noise. Q-Code language provides RampDown command for user to stop
Audio Output to solve the issues of electricity consumption and “pop” sound noise.
3. No other step can be conducted during the executing. The next step can only be executed
after the executing is finished.
Ex.
PlayV….. , RampDown, Delay(15)
; If playing is finished and it doesn’t go to sleep immediately, RampDn command must be
executed first to turn off audio output to solve issues of electricity consumption and noise.
4.31.25 AutoSleep_On
Q-Code
automatically enters sleep mode while idling.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
2. The default setting is AutoSleep_ON.
4.31.26 AutoSleep_Off
Q-Code
do not enter sleep mode while idling.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
2. When AutoSleep is off, IC wil not enter sleep until AutoSleep_On is executed.