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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 13: Line 13:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
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.
 
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.
 +
 +
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
  
 
|TYPE=
 
|TYPE=
Line 46: Line 48:
 
* [[Axystems:MC-Basic:SYSTEM.PIPEMODE|SYSTEM.PIPEMODE]]
 
* [[Axystems:MC-Basic:SYSTEM.PIPEMODE|SYSTEM.PIPEMODE]]
  
 
+
[[Category:Axystems:Obsolete|axis.PIPEMODE]]
 
}}
 
}}

Revision as of 14:40, 11 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.svgIMPORTANT
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

See Also