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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''none'' |SYNTAX= ''<axis>''.MotionBusVelocityBase = ''<value>''<br> ?''<axis>''. MotionBusVelocityBase |AVAILABILITY= 4.2.x |DESCRIPTION= Used for sca…')
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.MOTIONBUSVELOCITYBASE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''none''
+
None
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.MotionBusVelocityBase = ''<value>''<br>
+
<''axis''>.MotionBusVelocityBase = <''value''><br>
?''<axis>''. MotionBusVelocityBase
+
?<''axis''>.MotionBusVelocityBase
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 11: Line 12:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Used for scaling of IDN37 and IND36 according to:
+
Used for scaling the Motion-Bus velocity command (SERCOS: IDN37 and IND36, EtherCAT: PDO 0x6081) according to:
  
IDN36 (or 37) = velocity_per_ms* vfac * (MotionBusVelocityScale * period + MotionBusVelocityBase)
+
'''''velocity_in_motion_bus_units''''' = velocity_per_ms × (MotionBusVelocityScale × period + MotionBusVelocityBase)
 +
 
 +
 
 +
{{Note| To send velocity in counts per ms, the following values must be set:<br><nowiki>MotionBusVelocityScale  = 0</nowiki> <br> <nowiki>MotionBusVelocityBase = 1</nowiki>}}
  
  
Line 39: Line 43:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.MOTIONBUSVELOCITYSCALE|axis.MOTIONBUSVELOCITYSCALE]]
+
* [[MC-Basic:axis.MOTIONBUSVELOCITYSCALE|axis.MOTIONBUSVELOCITYSCALE]]
  
  
 
}}
 
}}

Latest revision as of 02:08, 20 April 2017

Language: English  • 中文(简体)‎

Used for scaling the Motion-Bus velocity command (SERCOS: IDN37 and IND36, EtherCAT: PDO 0x6081) according to:

velocity_in_motion_bus_units = velocity_per_ms × (MotionBusVelocityScale × period + MotionBusVelocityBase)


NOTE-Info.svgNOTE
To send velocity in counts per ms, the following values must be set:
MotionBusVelocityScale = 0
MotionBusVelocityBase = 1

Short form

None

Syntax

<axis>.MotionBusVelocityBase = <value>
?<axis>.MotionBusVelocityBase

Availability

4.2.x

Type

Long

Range

0 ... + MAXL

Default

0

Scope

Configuration, Task or Terminal

Examples

Axis1.MotionBusVelocityBase = 256

See Also