Q-Code User Manual
Ver. 7.0 2021/11/30
112
the path every time after the main loop of system is finished.
Note:
1. Do not use too many commands in this path, or it may lower the performance of system.
2. Due to system may execute other functions simultaneously and in different ways of
usages, the execution time would vary.
3. User cannot execute any Play or Delay commands in this path, but conditional jump is
allowed.
Ex.
[Path]
PowerOn:
Main: !PA
; PA outputs invert after main loop is finished.
3.9.28.4 512us
The path “
512us
” only can be applied in
[Path]
section. When “512us” is applied, system will
execute the path every 512us.
Note:
1. NY4 / NY5 / NY5+ / NY6 / 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. It may not be exact 512us since system may be busy on other functions.
5.9 Unusable Commands for Special Path
used.
Ex.
[Path]
PowerOn:
512us: !PA
; PA output inverts every 512us.
3.9.28.5 1ms
The path “
1ms
” can only be applied in
[Path]
section. When “1ms” is applied, system will execute
the path every 1ms.
Note:
1. NY4 / NY5 do not support this path.
2. Do not use too many commands in this path, or it may lower the performance of system.
3. It may not be exact 1ms since system may be busy on other functions.
4. Please refer
5.9 Unusable Commands for Special Path
used.
5. In NY9T, after executing 1ms path, must execute 1ms_RET command. Otherwise, there