![FATEK FBs-CBE Manual Download Page 140](http://html.mh-extra.com/html/fatek/fbs-cbe/fbs-cbe_manual_546538140.webp)
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