Q-Code User Manual
Ver. 7.0 2021/11/30
113
will be unexpected system error.
6. In NY9T, if TimeBase=4ms, 1ms path will not be executed.
Ex.
[Path]
PowerOn:
1ms: !PA
; PA output inverts every 1ms.
3.9.28.6 2ms
The path “
2ms
” only can be applied in
[Path]
section. When “2ms” applied, system will execute the
path every 2 ms.
Note:
1. NY4 / NY5 / 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. It may not be exact 2ms since system may be busy on other functions.
4. Please refer
5.9 Unusable Commands for Special Path
used.
Ex.
[Path]
PowerOn:
2ms: !PA
; PA output inverted every 2ms.
3.9.28.7 4ms
The path “
4ms
” can only be applied in
[Path]
section. When “4ms” is applied, system will execute
the path every 4ms.
Note:
1. Do not use too many commands in this path, or it may lower the performance of system.
2. It may not be exact 4ms since system may be busy on other functions.
3. Please refer
5.9 Unusable Commands for Special Path
used.
4. In NY9T, after executing 4ms path, must execute 4ms_RET command. Otherwise, there
will be unexpected system error.
Ex.
[Path]
PowerOn:
4ms: !PA
; Invert PA output every 4ms.