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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<Axis>.'' " to "<''Axis''>.")
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Variable used for monitoring difference between actual master and slave position.
+
Variable used for monitoring differences between actual master and slave positions.
  
In case of gearing it is:
+
For gearing it is: SlaveDeviation = <''slave''>.pfb – GearRatio × <''master''>.pfb
  
SlaveDeviation = <slave>.pfb – GearRatio*<master>.pfb
+
For camming it is: SlaveDeviation = <''slave''>.pfb – CAM(<''master''>.pfb)
  
In case of camming it is:
+
When the mastersource is <''master''>.pfb there will be no difference between <''slave''>.pemax and <''slave''>.slavedeviation.
  
SlaveDeviation = <slave>.pfb – CAM(<master>.pfb)
+
The value is automatically monitored and checked against  
 
+
<''slave''>.SlaveMaxDeviation. If it is exceeded, an error will be returned.
When the mastersource is <master>.pfb there will be no difference between <slave>.pemax and <slave>.slavedeviation.
 
 
 
The value is automatically monitored and checked against
 
 
 
<slave>.SlaveMaxDeviation and if it is exceeded an error will be returned.
 
  
 
|TYPE=
 
|TYPE=
Line 33: Line 28:
  
 
|UNITS=
 
|UNITS=
Position Units
+
Position units
  
 
|DEFAULT=
 
|DEFAULT=
Line 42: Line 37:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read Only, Modal Only
+
* Read only
 +
* Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 11:00, 19 March 2014

Variable used for monitoring differences between actual master and slave positions.

For gearing it is: SlaveDeviation = <slave>.pfb – GearRatio × <master>.pfb

For camming it is: SlaveDeviation = <slave>.pfb – CAM(<master>.pfb)

When the mastersource is <master>.pfb there will be no difference between <slave>.pemax and <slave>.slavedeviation.

The value is automatically monitored and checked against <slave>.SlaveMaxDeviation. If it is exceeded, an error will be returned.

Syntax

?<Axis>.SlaveDeviation

Availability

Version 0.4.0.27 and higher

Type

Double

Range

0 to MaxDouble

Units

Position units

Scope

Configuration, Task or Terminal

Limitations

  • Read only
  • Modal only

Examples

Axis1.SlaveDeviation

See Also