Difference between revisions of "MC-Basic:axis.PIPEMODE"
m (Text replace - "''<expression>''" to "<''expression''>") |
|||
Line 4: | Line 4: | ||
|SYNTAX= | |SYNTAX= | ||
− | <Axis>.PMode = '' | + | <Axis>.PMode = <''expression''><br> |
?<Axis>.PMode | ?<Axis>.PMode |
Revision as of 08:22, 17 March 2014
This property enables the axis pipe-mode operation. When axis pipe-mode is active, the position and velocity commands to the drive are taken from the Sys.HostDouble[] variables. To engage the sys.pmode should be set to ON.
IMPORTANT | |
THIS PROPERTY IS OBSOLETE |
Short form
<Axis>.PMode
Syntax
<Axis>.PMode = <expression>
?<Axis>.PMode
Availability
Versions 4.0.2 and higher
Type
Long
Range
0 (OFF)
1 (ON)
Default
OFF
Scope
Config, Task or Terminal
Limitations
When Sys.PipeMode = 1, axes A1…A8 can operate in pipe-mode.
When Sys.PipeMode = 2, axes A1…A4 can operate in pipe-mode.
Examples
<Axis>.PMode = ON
?<Axis>.PMode