Q-Code User Manual
Ver. 7.0 2021/11/30
117
1. NY4 / NY5 / NY5+ / NY7 / NY9T / NX1 do not support this path.
2. Do not use too many commands in this path, or it may lower the performance of system.
3. Please refer
5.9 Unusable Commands for Special Path
used.
Ex.
[Path]
PowerOn:
Int_16ms: !PA
; PA output inverts when 16ms interrupts.
3.9.28.16 Int_500ms
The path “
Int_500ms
” only can be applied in
[Path]
section. When Int_500ms applied, system will
execute this path when 500ms interrupt occurred.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this path.
2. Do not use too many commands in this path, or it may lower the performance of system.
3. Please refer
5.9 Unusable Commands for Special Path
used.
4. If Sleep = RTC_Only, even IC enters sleep mode, Int_500ms path will be executed every
500ms.
Ex.
[Path]
PowerOn:
Int_500ms: !PA
:
PA output inverts when 500ms interrupts.
3.9.28.17 Int_CMP
The path “
Int_CMP
” only can be applied in
[Path]
section. When Int_CMP applied, system will
execute this path when comparator interrupt occurred.
Note:
1. NY4 / NY5 / NY5+ / NY6A / NY7 / NY9T / NX1 do not support this path.
2. Do not use too many commands in this path, or it may lower the performance of system.
3. User cannot execute any Play or Delay commands in this path, but conditional jump is
allowed.
Ex.
[Path]
PowerOn:
Int_CMP: !PA
; PA output inverts when CMP interrupts.