MC-Basic:axis.SLAVEDISCONNECT

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

A flag, property of the slave axis, for protection against unwanted disconnection between master and slave axes 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

SlaveAxis.SlaveDisconnect = 1

See Also