MC-Basic:axis.VELOCITYJOG

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.Vjog |SYNTAX= ''<axis>''.VelocityJog = ''<value>'' |AVAILABILITY= All versions |DESCRIPTION= Specifies the required jog velocity. This prope…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the required jog velocity. This property has no default value and you must specify its value each time a JOG command is issued. The sign of velocity defines the direction of movement.

Short form

<axis>.Vjog

Syntax

<axis>.VelocityJog = <value>

Availability

All versions

Type

Double

Range

+/- VelocityMax

Units

User velocity units, as given by <axis>.VELOCITYFACTOR

Scope

Task or Terminal

Limitations

The value is only set within a JOG command. Read only when not specified with the JOG command.

Examples

Jog Xaxis 200 TimeJog=20

?Xaxis.VelocityJog

See Also