MC-Basic:axis.TIMEJOG
Revision as of 08:48, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:axis.TIMEJOG to MC-Basic:axis.TIMEJOG: Global renaming of Axystems: namespace into (Main):)
This property specifies the time limit for execution of a JOG command. After the specified time has passed, the axis stops. The value -1 indicates that the JOG has no time limit. The time is specified within a JOG command.
Short form
<axis>.TJog
Syntax
Jog <axis> <Jog velocity value> {TimeJog=<time>}
Availability
All versions
Type
Double
Range
-1, 0 to MaxDouble
Units
milliseconds (ms)
Default
-1
Scope
Configuration, Task or Terminal
Limitations
- The JOG time must be an integer multiple of the SERCOS cycle time. If it is not, the actual time is rounded up to the nearest integer multiple of the SERCOS cycle time, a message is issued, and the JOG command is executed.
- To set the value within a task, the axis must be attached to that task (using the ATTACH command).
Examples
JOG Xaxis 200 TimeJog=20