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

From SoftMC-Wiki
Jump to: navigation, search
Line 43: Line 43:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:axis.SLAVE|axis.SLAVE]]
 
* [[MC-Basic:axis.SLAVE|axis.SLAVE]]
* [[Axystems:MC-Basic:axis.SLAVEDISABLE|axis.SLAVEDISABLE]]
+
* [[MC-Basic:axis.SLAVEDISABLE|axis.SLAVEDISABLE]]
 
* [[Gantry Issues|Gantry_Issues]]
 
* [[Gantry Issues|Gantry_Issues]]
  
 
}}
 
}}

Revision as of 08:47, 22 May 2014

A flag for protection against unwanted disconnection between master and slave pairs during camming/gearing. If this flag is off, the master/slave pair will be disconnected from each other only by explicit issuing: "<slaveaxis>.slave=0" or "STOP <slaveaxis>".

This flag causes slave axis errors to be transferred to the master axis. This means if the slave is to be stopped due to a excessive position error , velocity override or slave deviation the master will be stopped too.

Also, if a slave axis is disabled for any reason (directly by the user or as a result of a drive fault), the current master axis will be disabled too.

An exception to these rules is when the master source is not obtained from master drive motion. If master source is an external position or time pulse, the slave will be always disconnected, i.e. the SlaveDisconnect flag functionally will be overwritten.

Syntax

<axis>.SlaveDisconnect = <numeric expression>

Availability

Since Version 4.0.27

Type

Long

Range

0 or 1

Default

1

Scope

Configuration, Task or Terminal

Limitations

  • Read/Write
  • Modal only
  • Valid for axis only

Examples

Axis1.SlaveDisconnect = 1

See Also