Q-Code User Manual
Ver. 7.0 2021/11/30
114
3.9.28.8 8ms
The path “
8ms
” only can be applied in
[Path]
section. When “8ms” applied, system will execute the
path every 8ms.
Note:
1. NY4 / NY5 / NY9T do not support this path.
2. Do not use too many commands in this path, or it will lower the performance of system.
3. It may not be exact 8ms since system may be busy on other functions.
4. Please refer
5.9 Unusable Commands for Special Path
used.
Ex.
[Path]
PowerOn:
8ms: !PA
; PA output inverts every 8ms.
3.9.28.9 500ms
The path “
500ms
” only can be applied in
[Path]
section. When “500ms” is applied, system will
execute the path every 500ms.
Ex.
[Path]
PowerOn:
500ms: R0++, R0=2?Timer_1sec
; R0 counts every 500ms, 2 times means 1 sec.
Timer_1sec: 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.
3. Please
5.9 Unusable Commands for Special Path
refer for commands that cannot be
used.
3.9.28.10 1sec
The path “
1sec
” only can be applied in
[Path]
section. When “1sec” is applied, system will execute
the path every 1 second.
Ex.
[Path]