138
FM-3 Programming Module Reference Manual
Wait For ModuleInput.1=ON
‘Start when a master lug is detected
Jog.0.PlusInitiate
‘Sync,Vel=1.000in/in
Do While (TRUE)
‘Repeat until the program is halted
If (ModuleInput.2=ON) Then
‘Phase Advance when ModuleInput.2=ON
Jog.0.Vel=1.100
‘follower inches/master inch
Wait For ModuleInput.2=OFF
Jog.0.Vel=1.000
‘follower inches/master inch
Endif
If (ModuleInput.3=ON) Then
‘Phase Retard when ModuleIput.3=ON
Jog.0.Vel=0.900
‘follower inches/master inch
Wait For ModuleInput.3=OFF
Jog.0.Vel=1.000
‘follower inches/master inch
Endif
Loop
Auger Filler with Inputs to Adjust the Fill Amount
Incremental indexes are used to squirt a specified amount of food product into a box. Inputs are
used to adjust the index distance. It would be much simpler to adjust the index distance with an
OIT-3165 operator interface panel, but inputs could be used as described below.
ModuleOutput.3=OFF
ModuleOutput.4=OFF
Do While (TRUE)
‘Repeat until the program is halted
If (ModuleInput.2=ON) Then
‘Fill a box if the “Go” input is on.
Index.1.Initiate‘Incremen-
tal,Dist=16.00oz,Vel=16.0oz/s
Wait For Index.AnyCommandComplete
Endif
‘Increase the fill amount once every time ModuleInput.3 is pressed
If((ModuleInput.3=ON) AND (ModuleOutput.3=OFF)) Then
Index.1.Dist = Index.1.Dist + 0.10‘ounces
ModuleOutput.3=ON
‘ModuleOutput.3 is used to make sure that the distance is
‘incremented only once each time ModuleInput.3 is pressed.
If (Index.1.Dist > 20) Then
ModuleOutput.1=ON
‘Long index output
Else
ModuleOutput.1=OFF
Endif
Endif
If((ModuleInput.3=OFF) AND (ModuleOutput.3=ON)) Then
Содержание 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: ......