137
Programming
Knife Travel Distance = 20 inches
PLS.0 is used to initiate Index.0 every 100 inches. PLS.0 has an “ON” point at 0.000 inches
and an “OFF” point at 90.000 inches. PLS.0 has a rollover position of 100.000 inches. The
rollover position is used to set the part length. The source for PLS.0 is the master axis. The PLS
is configured in the PLS setup screen. The PLS output does not necessarily need to be
connected to an output line on the drive or module because it is used within the program to
initiate an index.
An Index PLS is used to fire the cutoff knife. The Index PLS is connected to Output #1 on the
drive. The Index PLS is configured in the index setup screen. The Index PLS for Index.1 has
an “ON” point 2.000 inches into the index and an “OFF” point 18 inches into the index.
Home.0.Initiate
‘Sensor,Offset=1.000in,Vel=-5.0 in/s
MasterAxis.DefineHome=ON
‘Set the master position to 0.0
PLS.0.Enable=ON
‘Turn on PLS.0
Do While (TRUE)
‘Repeat until the program is halted
Wait For DriveInput.1=ON
‘Input 1 is used as a “hold” input.
If PLS.0.Status = ON Then
‘If the PLS is already on you are too
late.
ModuleOutput.4=ON‘Set a “Too Late” out-
put
End‘Drop out of the program
Endif
Wait For PLS.0.Status=ON
‘Start the Index when PLS.0 goes on
‘(every 100 inches).
Index.1.Initiate
‘Incremental,Sync,Dist=20.0in,Vel=1.0in/
in
Index.0.Initiate
‘Absolute,Sync,Posn=0.0in,Vel=2.0in/in
Wait For Index.AnyCommandComplete
Loop
Synchronized Jog with Manual Phase Adjustment
The motor controls a lugged conveyor belt which is synchronized to another lugged conveyor
belt. Jog.0 is configured as a “Synchronized” jog using the setup software. The program first
homes the follower and then waits for an input from a sensor on the master axis lugs. When
the input comes on the follower starts the synchronized jog. If the home is setup correctly the
follower will be in perfect phase when it gets up to speed. If the follower gets out of phase
with the master the operator can manually bring the it back into phase using “Advance” and
“Retard” inputs. The program adjusts the phase of the follower axis by adjusting the jog
velocity (Jog.0.Vel) when the operator hits one of the phasing inputs.
Home.0.Initiate
‘Sensor,Offset=2.25in,Vel=10in/s
Jog.0.Vel=1.000
‘follower inches/master inch
Содержание FM-3
Страница 2: ......
Страница 14: ...xii ...
Страница 16: ...2 FM 3 Programming Module Reference Manual Figure 2 FM 3 Programming Module Features ...
Страница 128: ...114 FM 3 Programming Module Reference Manual ...
Страница 156: ...142 FM 3 Programming Module Reference Manual ...
Страница 196: ...182 FM 3 Programming Module Reference Manual ...
Страница 238: ...224 FM 3 Programming Module Reference Manual ...
Страница 251: ...237 Diagnostics and Troubleshooting Figure 97 Diagnostic Cable DGNE Diagram ...
Страница 262: ...248 FM 3 Programming Module Reference Manual ...
Страница 264: ...250 FM 3 Programming Module Reference Manual AX4 CEN CDRO ...
Страница 265: ...251 Specifications Cable Diagrams ...
Страница 266: ...252 FM 3 Programming Module Reference Manual SNCE XXX Cable SNCDD 001 5 Cable ...
Страница 267: ...253 Specifications SNCO 003 Cable SNCI 003 Cable ...
Страница 268: ...254 FM 3 Programming Module Reference Manual SNCLI 003 Cable ...
Страница 271: ...257 Specifications CDRO XXX Cable 8 9 24 23 38 37 11 12 34 16 14 15 29 4 19 26 40 18 17 31 33 43 44 41 27 ...
Страница 272: ...258 FM 3 Programming Module Reference Manual TIA XXX Cable DDS XXX Cable ...
Страница 274: ...260 FM 3 Programming Module Reference Manual CMDS XXX Cable CMMS XXX Cable ...
Страница 275: ...261 Specifications CFCS XXX Cable ...
Страница 276: ...262 FM 3 Programming Module Reference Manual CFCO XXX Cable ...
Страница 277: ...263 Specifications CFOS XXX Cable ...
Страница 278: ...264 FM 3 Programming Module Reference Manual ...
Страница 286: ...272 FM 3 Programming Module Reference Manual ...
Страница 290: ...276 FM 3 Programming Module Reference Manual ...
Страница 291: ......