Difference between revisions of "MC-Basic:axis.VELOCITYJOG"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.VELOCITYJOG}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.Vjog
+
<''axis''>.Vjog
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.VelocityJog = ''<value>''
+
<''axis''>.VelocityJog = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
Specifies the required jog velocity. This property has no default value. A value must be specified each time a JOG command is issued. The sign of velocity defines the direction of movement.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
+/- VelocityMax
+
± VelocityMax
  
 
|UNITS=
 
|UNITS=
User velocity units, as given by ''<axis>''.VELOCITYFACTOR
+
User velocity units, as given by <''axis''>.VELOCITYFACTOR
  
 
|DEFAULT=
 
|DEFAULT=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
The value is only set within a JOG command. Read only when not specified with the JOG command.
+
*The value is only set within a JOG command.  
 +
*Read only when not specified with the JOG command.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:JOG|JOG]]
+
* [[MC-Basic:JOG|JOG]]
  
  
 
}}
 
}}

Latest revision as of 01:57, 24 April 2017

Language: English  • 中文(简体)‎

Specifies the required jog velocity. This property has no default value. A value must be specified 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