Q-Code User Manual
Ver. 7.0 2021/11/30
119
allowed.
4. Timer range: 128us ~ 256us.
Ex.
[Path]
PowerOn:
TMR_On(1, 128uS)
Int_TMR1: !PA
; In every 128us, PA output inverts when TMR1
; interrupts.
3.9.28.21 Int_TMR2
The path “
Int_TMR2
” only can be applied in
[Path]
section. When Int_TMR0 applied
(user can set
the timer interval via program)
, system will execute this path when Timer2 interrupt occurred.
Note:
1. NY4 / NY5 / NY6 / 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.
4. Timer range: 128us ~ 256us.
Ex.
[Path]
PowerOn:
TMR_On(2, 128uS)
Int_TMR2: !PA
; In every 128us, PA output inverts when TMR2
; interrupts.
3.9.28.22 Int_TMR3
The path “
Int_TMR3
” only can be applied in
[Path]
section. When Int_TMR0 applied
(user can set
the timer interval via program)
, system will execute this path when Timer3 interrupt occurred.
Note:
1. NY4 / NY5 / NY6 / 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.
4. Timer range: 128us ~ 256us.
Ex.
[Path]
PowerOn:
TMR_On(3, 128uS)
Int_TMR3: !PA
; In every 128us, PA output inverts when TMR3
; interrupts.