Q-Code User Manual
Ver. 7.0 2021/11/30
100
User can only select IR data length in
[Option]
section, and the window will show the selected data
length.
If 4-bit coding is selected for IR data, the range of RX code is “0x0~0xF”.
If 8-bit coding is selected for IR data, the range of RX code is “0x00~0xFF”.
If 12-bit coding is selected for IR data, the range of RX code is “0x000~0xFFF”.
If 16-bit coding is selected for IR data, the range of RX code is “0x0000~0xFFFF”.
“IR Receive” command in
[IR Receive]
section can be composed as the following form:
Note:
1. NY9T does not support the IR Receive section.
2.
For IR transmission, select “Enable IR TX mode” in “Option” menu and send “TX=data”
command in “Path” section.
3.9.19 Symbol
[Symbol]
section is for defining “Constant” or “Variable” used in conditional statement and system
command. Please try to use “Symbol” in the program to enhance the readability and flexibility of this
program.
Ex.
[Symbol]
On = 5
Off = 15
“Variable” can be set stand for Ri. User can customize names for access the original names of user
RAMs equivalently (Ri / Xi).
Ex.
Counter is 8-bit variable, CounterH is the high nibble of Counter and CounterL is the low nibble of
Counter.
[Symbol]
Counter = X0