Difference between revisions of "MC-Basic:axis.MAXOFFSET"
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.MAXOFFSET}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | < | + | <''axis''>.MOffset |
|SYNTAX= | |SYNTAX= | ||
− | < | + | <''axis''>.MaximumOffset =<''numeric expression''> |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 3.6.20 | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | + | <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 17: | ||
|RANGE= | |RANGE= | ||
− | + | Mindouble to Maxdouble | |
|UNITS= | |UNITS= | ||
− | Master | + | Master position units |
|DEFAULT= | |DEFAULT= | ||
Line 28: | Line 29: | ||
|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= | ||
Line 40: | Line 41: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:GEARING & CAMMING|GEARING & CAMMING]] |
}} | }} |
Latest revision as of 01:50, 20 April 2017
Language: | English • 中文(简体) |
---|
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
Since Version 3.6.20
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