34
(F3) Screen: Edit PLC SEQUENCE mode (Press F3 F3 twice to use this mode)
F1 : M_MENU F2 : A_MARK F3 : EDIT F4 : FILE
F5 : SETUP F6 : TEST F7 : LOAD F8 : COMM
SOOO // H / B000 /H / / /
SOO1 // H / B001 /H / / /
SOO2 // H / B002 /H / / /
SOO3 // H / B003 /H / / /
SOO4 // H / B004 /H / / /
SOO5 // H / B005 /H / / /
SOO6 // H / B006 /H / / /
SOO7 // H / B007 /H / / /
[SEQUENCE EDIT]
BLK_COPY : CTRL_C BLK_MOVE : UP/DOWN
CURSOR_MOVE : ENTER SELECT : SPACE_BAR
Sequence table is as single block, it is used as like multi block. Multi block which can mark several lines data
with 1 signal but Sequence table has to be maintained marking data and sequence data together.
Ex> In case 3 lines datas are marked.
Single block marking
(Need to 3 points of contact)
Sequence table (Need to a point of contact)
S001 // H // B001 / B002 / B003 / H /
DATA BLK NO.
GR 45 [001]
030423 [002]
000012 [003]
PLC Signal 1
PLC Signal 2
PLC Signal 3
DATA BLK NO.
GR45 [001]
030423 [002]
000012 [003]
PLC Signal 1
(Auto marking)
(Auto marking)
In case the above, single block marking is needed 3 times start signal.
But 3 lines marking data can be marked with only 1 time start signal on the sequence table
if you set it like above.
S000(Sequence block): Signal no. which get from PLC.(Refer to Pg.12 )
Ex) In case PLC0 + PLC START, select
“
S001
”
B000(): Programmed subordinate block of the sequence block. You can change the marking order you want
.
H -> Return to home position after marking.
(When there is not
“
H
”
to the last marked data, it doesn`t return to home position after marking.
Then input
“
End
”
signal.
P -> Command of
“
Pause
”
Function. Marking pin is stopped after marking and then waiting for next signal.
ex) S001// B002 / B000 / B001 / H / / / In case input the data like this
PLC signal marks 002 block and 000 block, and then marks 001 block. And last return to start point.
If press
“
B
”
, you can input the data and can see initialize B000 and can change the block number.
If press
“
H
”
(Zero point), it inputs immediately.
Check! In case Sequence Edit screen isn`t indicated with pressing F3F3 2times,
check
“
USE PLC SEQUENCE TABLE?
”
on the F5 screen.
If it is [N], please change it [Y].
Summary of Contents for MCU-100N
Page 8: ...8 F1 MANUAL MARK MODE...
Page 10: ...10 F2 AUTO MARK MODE...
Page 35: ...35 F4 DATA MODE...
Page 39: ...39 F5 SETUP MODE...
Page 47: ...47 F6 TEST MODE...
Page 49: ...49 F7 FILE LODE MODE...
Page 52: ...52 F8 COMMUNICATION MODE...
Page 59: ...59 How to Create PLT file by standard AUTO CAD 2006...
Page 73: ...73...
Page 79: ...79...
Page 80: ...80...
Page 94: ...94 How to Modify the data of block and modify the time of the controller...