Q-Code User Manual
Ver. 7.0 2021/11/30
115
PowerOn:
1sec: X0++, X0=60?Timer_1min
; X0 counts every 1sec, 60 times means 1 minute.
Timer_1min: X0=0, User Program.....
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NX1 do not support the option.
2. In NY9T, user can acquire the better power saving by using the internal 16KHz RC
oscillator when applying long duration counting. There are frequency deviations in the
16KHz RC oscillator, so please don’t use it if an accurate timing is required.
3. Please
5.9 Unusable Commands for Special Path
refer for commands that cannot be
used.
3.9.28.11 4sec
The path “
4sec
” only can be applied in
[Path]
section. When “4sec” applied, system will execute the
path every 4 seconds.
Ex.
[Path]
PowerOn:
4sec: R0++, R0=15?Timer_1min
; R0 counts every 4sec, 15 times means 1 minute.
Timer_1min: R0=0, User Program.....
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NX1 do not support the option.
2. In NY9T, user can acquire the better power saving by using the internal 16KHz RC
oscillator when applying long duration counting. There are frequency deviations in the
16KHz RC oscillator, so please don’t use it if an accurate timing is required.
5.9 Unusable Commands for Special Path
used.
3.9.28.12 Int_256us
The path “
Int_256us
” only can be applied in
[Path]
section. When Int_256us applied, system will
execute this path when 256us interrupt occurred.
Note:
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.