Q-Code User Manual
Ver. 7.0 2021/11/30
229
R3=0x0, R2=0, R1=0, R0=0, SC_TX(NY3, X1:X0)
; Use NY3 Serial_Trigger communication protocol, and output signal of [X1:X0] register value. If
all the register values are 0, and only output signal Reset.
Ex.
IR_Trigger Mode
R3=0x0, R2=0, R1=0, R0=0, SC_TX(IR_Trigger, X1:X0)
; Use IR_Trigger communication protocol, and output signal of [X1:X0] register value
.
4.19 Serial Control Command
Serial Control Command
SC_RX_ON SC_RX_OFF SC_RX = data?Path
SC_RX != data?Path [Rl,Rk,Rj,Ri] = SC_RX
-
-
-
4.19.1 SC_RX_ON
Activate SC receiving function. SC code cannot be received if this function is not activated.
Note: NY9T / NX1 do not support this command.
Ex.
SC_RX_ON
; Activate the SC reception function.
4.19.2 SC_RX_OFF
Deactivate SC receiving function.
Note: NY9T / NX1 do not support this command.
Ex.
SC_RX_OFF
; Deactivate SC reception function.
4.19.3 SC_RX = data?Path
Jump to Path when received SC code equals to data.
Note: NY9T / NX1 do not support this command.
Ex.
SC_RX = 0? Path
; Jump to Path if received code is 0.
4.19.4 SC_RX != data?Path
Jump to Path if received SC code not equal to data.
Note: NY9T / NX1 do not support this command.
Ex.
SC
_
RX != 0? Path
; Jump to Path if received code is not 0.