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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<expression>''" to "<''expression''>")
m (Text replace - "<Axis>" to "<''axis''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
<Axis>.PMode
+
<''axis''>.PMode
  
 
|SYNTAX=
 
|SYNTAX=
<Axis>.PMode = <''expression''><br>
+
<''axis''>.PMode = <''expression''><br>
  
?<Axis>.PMode
+
?<''axis''>.PMode
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 41: Line 41:
  
 
|EXAMPLE=
 
|EXAMPLE=
<Axis>.PMode = ON
+
<''axis''>.PMode = ON
  
?<Axis>.PMode
+
?<''axis''>.PMode
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 16:02, 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.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