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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<Axis>" to "<''axis''>")
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Return the maximum value of the Phaser process. It returns the absolute value that is currently added and not the sum of all offsets of the Phaser commands that were executed.
+
<font color="red">Returns the maximum value of the Phaser process. It returns the absolute value that is currently added, and not the sum of all offsets of the Phaser commands that have been executed.</font>
  
 
|TYPE=
 
|TYPE=
Line 16: Line 16:
  
 
|RANGE=
 
|RANGE=
mindouble to maxdouble
+
Mindouble to Maxdouble
  
 
|UNITS=
 
|UNITS=
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Axis must be slaved .Value is reset every time the slave is disconnected.
+
* Axis must be slaved. Value is reset every time the slave is disconnected.
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 13:48, 18 March 2014

Returns the maximum value of the Phaser process. It returns the absolute value that is currently added, and not the sum of all offsets of the Phaser commands that have been executed.

Short form

<axis>.MOffset

Syntax

<axis>.MaximumOffset =<numeric expression>

Availability

Versions AMCS 0.3.6.20 and higher

Type

Double

Range

Mindouble to Maxdouble

Units

Master Position Units

Default

0

Scope

Configuration, Task, Terminal

Limitations

  • Axis must be slaved. Value is reset every time the slave is disconnected.

Examples

A1.mastersource = a2.pcmd

A1.slave = CAM

Phase a1 10  ratio = 1

?A1.MaxOffset

See Also