MC-Basic:axis.HALTRESTART

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

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 MC automatically clears this bit when a drive C1D fault occurs and automatically sets it when the fault has been cleared.

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

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.

Examples

A1.HaltRestart = 1

See Also