Basic Function Instruction
6 -15
FUN 2
SKP
SKIP START
FUN 2
SKP
Symbol
Operand
N: Skip loop number (N=0~127),
N can not be used repeatedly.
Description
●
There are total 128 SKP loops (N=0~127). Every skip start instruction, SKP N, must correspond to a skip
end instruction, SKPE N, which has the same loop number as SKP N. They must always be used as a pair
and you should also make sure that the SKPE N instruction is after the SKP N instruction.
●
When the skip control "EN" is 0, then the Skip Start instruction will not be executed.
●
When the skip control "EN" is 1, the range between the SKP N and SKPE N which is so called the Skip
active loop area will be skipped, that is all the instructions in this area will not be executed. Therefore the
statuses of the discrete or registers in this Skip active loop area will be retained.
Example
Ladder Diagram
Key Operations
Mnemonic Codes
1
X0
Y0
X1
1S
T201
10
X2
Y1
T201
1
Y2
X1
2.
3.
EN
EN
SKP
SKPE
ORG
OUT
OUT
ORG
OUT
ORG
ORG
ORG
ORG
FUN
N
:
ORG
OUT
ORG
T201 PV
:
ORG
OUT
FUN
N
:
ORG
OUT
X
2
1
X
Y
X
T
Y
3
1
X
Y
0
1
0
2
10
201
1
1
2
Содержание FBs-CBE
Страница 78: ...MEMO ...
Страница 111: ...4 6 X0 X1 Node A Y0 Y1 Node B differential down Incerse differential up t Scan time Inverse t t ...
Страница 141: ...Basic Function Instruction 6 16 FUN 2 SKP SKIP START FUN 2 SKP Y2 Y1 Y0 T201 10S X0 X1 X2 0 10 0 ...
Страница 305: ...MEMO ...
Страница 348: ...MEMO ...