Q-Code User Manual
Ver. 7.0 2021/11/30
245
4.26 WaveID Command
WaveID Command
-
4.26.1 WaveID_RX_ON
Turn on the WaveID receiving function.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
[Path]
TR1: WaveID_RX_ON
; Turn on the receiving function.
4.26.2 WaveID_RX_OFF
Turn off the WaveID receiving function.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T / NX1 EF do not support this command.
Ex.
[Path]
TR1: WaveID_RX_OFF
; Turn off the receiving function.
4.26.3 WaveID_RX
User can store the received WaveID code in the specified variable through this command.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T
/ NX1 EF do not support this command.
Ex.
Var0 = WaveID_RX
; Store the received code in Var0.
4.26.4 WaveID_TX(Ri)
Send the WaveID code.
Ri:
It’s the specified code, it could be immediately value or variable.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T / NX1 EF do not support this command.
Ex.
[Path]
TR1: WaveID_TX(5)
; Send the code 5.
TR2: WaveID_TX(R0)
; Send the code R0.