126
FM-3 Programming Module Reference Manual
The “Dwell For Time” instruction is in units of seconds with a resolution of milliseconds (0.000
seconds).
If you want to pause the program while an index is executing you should use a “Wait for Time”
instruction described below.
A comment is automatically inserted after the “Dwell For Time” instruction which notes that
the dwell time is in units of seconds. The comment starts with the ‘ character.
Examples:
Do While (TRUE)
Index.0.Initiate
‘Incremetal,Dist=25.000in,Vel=25in/s
Dwell For Time 1.000
‘Seconds
Loop
Do While (TRUE)
Index.0.Initiate
‘Incremetal,Dist=25.000in,Vel=25in/s
Dwell For Time 1.000
‘Seconds
Index.1.Initiate
‘Incremental,Dist=15.000in,Vel=25in/s
Dwell For Time 0.500
‘Seconds
Loop
Dwell for Master Dist
This motion instruction is used to pause program execution for a precise change in distance
on the master encoder signal. This is typically used in synchronized motion applications. This
dwell does not begin until all other motion has completed. When the dwell begins, program
flow will wait until the specified master distance has passed. The units for the dwell value are
specified in the Master Units View.
Example:
Do While (TRUE)
Index.0.Initiate
‘Synch,Incr,Dist=5.0 Inches,Vel=1
Inches/MstrInch
Dwell For MasterDist 12.00
‘MstrInch
Loop
Index.Initiate
This program instruction is used to initiate a single index. The index is preset to include an
acceleration up to speed, a run at speed and a deceleration to a stop.
A comment is automatically inserted after the index instruction which shows key data about
the particular index. The comment starts with the apostrophe ‘character.
A “Wait For Index.AnyCommandComplete” instruction is also automatically inserted after
each index. This insures that the index has completed before the program continues on to the
next line of code. It is also possible make the program wait until the index is complete and
Содержание 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: ......