Q-Code User Manual
Ver. 7.0 2021/11/30
276
4.31.38 Matrix_Debounce(Time)
The Matrix_Debounce command provides a method to change the scanning Debounce time of the
Matrix button. The time unit is millisecond or second (default is second), minimum=0ms, maximum=1s.
Note:
1. NY4 / NY5 / NY9T / NX1 does not support this command.
2. The Matrix_Debounce(Time) command is valid only for the Matrix button, without affecting
the Direct button.
Ex.
[Path]
PowerOn
: KEY1, KEY_ON
TR1: Matrix_Debounce(16ms)
; Set the Debounce time of Matrix button as 16ms.
TR2: Matrix_Debounce(0.06)
; Set the Debounce time of Matrix button as 60ms.
4.31.39 Ri = LVD
This command reads the current level of LVD. LVD level is save to the specified RAM Ri.
The mapping of LVD level is as following:
Level
NY5+
NY6B / NY6C
NX1 OTP
NX1 EF
1
<2.0
V
<2.4V
<2.2V
<2.0V
2
2.0V ~ 2.2V
2.4V ~ 2.7V
2.2V ~ 2.4V
2.0V ~ 2.2V
3
2.2V ~ 2.4V
2.7V ~ 3.6V
2.4V ~ 2.6V
2.2V ~ 2.4V
4
2.4V ~ 2.8V
3.6V ~ 4.1V
2.6V ~ 3.2V
2.4V ~ 2.8V
5
2.8V ~ 3.0V
>4.1V
3.2V ~ 3.4V
2.8V ~ 3.0V
6
3.0V ~ 3.3V
3.4V ~ 3.6V
3.0V ~ 3.2V
7
3.3V ~ 3.6V
> 3.6V
3.2V ~ 3.4V
8
>3.6V
3.4V ~ 3.6V
9
> 3.6V
Note: NY4 / NY5 / NY6A / NY7 / NY9T do not support this command.
Ex.
Save the level parameter of LVD to R0.
TR1: R0 = LVD
; Save the LVD level to R0.