MC-Basic:axis.TIMEJOG

From SoftMC-Wiki
Revision as of 06:06, 21 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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

See Also