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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:compTable.COMPACTIVE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This flag will start (on=1) or stop (off=0) the  compensation procedure. It will first check for the validity of the compensation table.
+
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
 
The flag is also available for querying the activation status of the CompTable
Line 18: Line 19:
  
 
|RANGE=
 
|RANGE=
1 – Activate the correction procedure
+
1 – Activate the correction procedure<br>
 
 
 
0 – Deactivate the correction procedure
 
0 – Deactivate the correction procedure
  
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.SLAVE|axis.SLAVE]]
+
 
  
  
 
}}
 
}}

Latest revision as of 06:07, 3 May 2017

Language: English  • 中文(简体)‎

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

Since Version 3.6.20

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