MC-Basic:axis.HALTRESTART

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

This property allows direct control over control bit 13. Control bit 13 is used to control the HALTRESTART function of the drive. The bit must be cleared in order for drive faults to be cleared (using IDN 99). The softMC automatically clears this bit when a drive C1D fault occurs and automatically sets it when the fault has been cleared.

Syntax

<axis>.HaltRestart = <expression>

?<axis>.HaltRestart

Availability

All versions

Type

Long

Range

0 or 1

Scope

Configuration, Task or Terminal

Limitations

  • Executed only in SERCOS communication phase 4
  • Not supported in EtherCAT system

Examples

A1.HaltRestart = 1

See Also