Difference between revisions of "MC-Basic:axis.PIPEMODE"
m (Miborich moved page Axystems:MC-Basic:axis.PIPEMODE to MC-Basic:axis.PIPEMODE: Global renaming of Axystems: namespace into (Main):) |
|||
Line 44: | Line 44: | ||
* [[MC-Basic:SYSTEM.PIPEMODE|SYSTEM.PIPEMODE]] | * [[MC-Basic:SYSTEM.PIPEMODE|SYSTEM.PIPEMODE]] | ||
− | [[Category | + | [[Category:Obsolete|axis.PIPEMODE]] |
}} | }} |
Revision as of 09:19, 22 May 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, sys.pmode must be set to ON.
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
- Not supported in EtherCAT system
Examples
<axis>.PMode = ON
?<axis>.PMode