Difference between revisions of "MC-Basic:compTable.COMPACTIVE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''comptablename''>.CompActive = <''value''> |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= This flag will start (on=1) or stop (off…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

This flag will start (on=1) or stop (off=0) the  compensation procedure. It will first check for the validity of the compensation table.

The flag is also available for querying the activation status of the CompTable

Syntax

<comptablename>.CompActive = <value>

Availability

Versions 3.6.20 and higher

Type

Long

Range

1 – Activate the correction procedure

0 – Deactivate the correction procedure

Scope

Task and Terminal

Limitations

Involved axis must not be enabled while starting/stopping compensation procedure

Examples

Comp1.CompActive=1 Starts the compensation mode

See Also