MC-Basic:axis.PIPEMODE

From SoftMC-Wiki
Revision as of 08:22, 17 March 2014 by Lisa (talk | contribs) (Text replace - "''<expression>''" to "<''expression''>")
Jump to: navigation, search

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