Difference between revisions of "MC-Basic:element.VELOCITYSETTINGS"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with " {{Languages|MC-Basic:element.VelocitySettings}} <br/> {{MC-Basic<br/> |SHORT FORM=<br/>   |SYNTAX=<br/> ''<''element''>.''VelocitySettings = <''expression''><br><b...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
{{Languages|MC-Basic:element.VelocitySettings}}&nbsp;<br/> {{MC-Basic<br/> |SHORT FORM=<br/> &nbsp;
+
{{Languages|MC-Basic:element.VelocitySettings}}
  
|SYNTAX=<br/> ''<''element''>.''VelocitySettings = <''expression''><br><br/> ?''<''element''>.''VelocitySettings
+
{{MC-Basic
  
|AVAILABILITY=<br/> All versions
+
|SHORT FORM=
 +
 
 +
|SYNTAX=
 +
''<''element''>.''VelocitySettings = <''expression''>
 +
?''<''element''>.''VelocitySettings
 +
 
 +
|AVAILABILITY=
 +
All versions
  
 
|DESCRIPTION=
 
|DESCRIPTION=
  
This property selects between vcruise and vscale properties.
+
This property selects between vcruise, acceleration and deceleration properties and vscale and ascale properties.
 +
 
 +
* In case&nbsp;VelocitySettings is set to 1 [[MC-Basic:element.VELOCITYCRUISE|vcruise]] is ignored and [[MC-Basic:element.VELOCITYSCALE|vscale]] is used.
  
* In case&nbsp;VelocitySettings is set to 1 vcruise is ignored and vscale is used.
+
* In case&nbsp;VelocitySettings is set to 0 [[MC-Basic:element.VELOCITYCRUISE|vcruise]] is used and [[MC-Basic:element.VELOCITYSCALE|vscale]] is ignored.
  
* In case&nbsp;VelocitySettings is set to 0 vcruise is taken anc vscale is ignored.
+
* In case&nbsp;VelocitySettings is set to 1 [[MC-Basic:element.ACCELERATION|acceleration]] and [[MC-Basic:element.DECELERATION|deceleration]] are ignored and [[MC-Basic:element.ASCALE|ascale]] is used.
  
|TYPE=<br/> Long
+
* In case&nbsp;VelocitySettings is set to 0 [[MC-Basic:element.ACCELERATION|acceleration]] and [[MC-Basic:element.DECELERATION|deceleration]] are used and [[MC-Basic:element.ASCALE|ascale]] is ignored.
  
|RANGE=<br/> 0 or 1
+
|TYPE=
 +
Long
 +
 
 +
|RANGE=
 +
0 or 1
  
 
|UNITS=
 
|UNITS=
  
<br/> |DEFAULT=<br/> 0
+
|DEFAULT=
 +
0
  
 
|SCOPE=
 
|SCOPE=
Line 28: Line 42:
 
|LIMITATIONS=
 
|LIMITATIONS=
  
|EXAMPLE=<br/> '''Axis''' <br>&nbsp;<br/> ''A1''.VelocitySettings&nbsp; = 1&nbsp;&nbsp;<br/> '''Group''' <br>&nbsp;<br/> ''G1''.VelocitySettings = 1
+
|EXAMPLE=
 +
'''Axis'''
 +
 
 +
''A1''.VelocitySettings&nbsp; = 1
 +
 
 +
'''Group'''  
 +
 
 +
''G1''.VelocitySettings = 1
  
|SEE ALSO=<br/> * [[MC-Basic:element.VelocityScale|element.Vscale]]
+
|SEE ALSO=
 +
* [[MC-Basic:element.VELOCITYCRUISE|VCRUISE]]
 +
* [[MC-Basic:element.VELOCITYSCALE|VSCALE]]
 +
* [[MC-Basic:element.ACCELERATION|ACCELERATION]]
 +
* [[MC-Basic:element.DECELERATION|DECELERATION]]
 +
* [[MC-Basic:element.ASCALE|ASCALE]]
  
}}<br/> &nbsp;
+
}}

Latest revision as of 09:34, 26 January 2024

Language: English

This property selects between vcruise, acceleration and deceleration properties and vscale and ascale properties.

  • In case VelocitySettings is set to 1 vcruise is ignored and vscale is used.
  • In case VelocitySettings is set to 0 vcruise is used and vscale is ignored.

Syntax

<element>.VelocitySettings = <expression> ?<element>.VelocitySettings

Availability

All versions

Type

Long

Range

0 or 1

Default

0

Scope

Configuration, Task or Terminal

Examples

Axis

A1.VelocitySettings  = 1

Group

G1.VelocitySettings = 1

See Also