Q-Code User Manual
Ver. 7.0 2021/11/30
208
4.14.4 Vol = Ri
Set volume to the value of Ri.
Note:
1. NY4 / NY9T do not support this command.
2. In NY5 / NX1, volume = 0 does not mean mute.
Ex.
R1=3, Vol=R1
; Volume will be 3.
4.14.5 Vol++
Vol++ command can shift up one level of current volume setting. The maximum volume is 15.
Note:
1. NY4 / NY9T do not support this command.
2. In NY5 / NX1, volume = 0 does not mean mute.
Ex.
Vol=8, Vol++
; Volume will be 9.
4.14.6 Vol--
Vol-- command can shift down one level of current volume setting with the minimum volume as 0.
Note:
1. NY4 / NY9T do not support this command.
2. In NY5 / NX1, volume = 0 does not mean mute.
Ex.
Vol=8, Vol--
; Volume will be 7.
4.14.7 Ri = Vol
Keeps the current volume setting in Ri.
Note: NY4 / NY9T do not support this command.
Ex.
R1=Vol
; Obtain current volume level and put it at R1.
4.14.8 Px = Vol
Output the current volume to Port.
Note: NY4 / NY9T do not support this command.
Ex.
PB=Vol
; Output the current level of Volume to PB.
4.14.9 Vol += n
Vol += n command can shift up n level of current volume setting. If the current volume increased by
more than 15, it’s set to 15.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.