Difference between revisions of "MC-Basic:COMMON SHARED ... AS COMP"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20")
m
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:COMMON_SHARED_..._AS_COMP}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 27: Line 28:
 
Configuration, Task , Terminal
 
Configuration, Task , Terminal
  
Since AMCS 0.4.5.17 version the global (common shared ) declaration is also  possible from the Library context.
+
Since Version 4.5.17 the global (common shared ) declaration is also  possible from the Library context.
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:COMMON SHARED ... AS CAM|COMMON SHARED ... AS CAM]]
+
* [[MC-Basic:COMMON SHARED ... AS CAM|COMMON SHARED ... AS CAM]]
* [[Axystems:MC-Basic:CREATECOMP|CREATECOMP]]
+
* [[MC-Basic:CREATECOMP|CREATECOMP]]
* [[Axystems:MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
+
* [[MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
 +
* [[MC-Basic:STORECOMPDATA|STORECOMPDATA]]
 +
* [[MC-Basic:compTable.MINPOSITION|compTable.MINPOSITION]]
 +
* [[MC-Basic:compTable.MAXPOSITION|compTable.MAXPOSITION]]
 +
* [[MC-Basic:COMPSET|COMPSET]]
 +
* [[MC-Basic:CREATECOMP|CREATECOMP]]
 +
* [[MC-Basic:COMMON SHARED ... AS COMP|COMMON SHARED comp_name AS COMP]]
 +
* [[MC-Basic:axis.COMPPOSITIONFEEDBACK|axis.COMPPOSITIONFEEDBACK]]
 +
* [[MC-Basic:axis.COMPPOSITIONCOMMAND|axis.COMPPOSITIONCOMMAND]]
  
[[Category:Axystems:MC-Basic:Declarations|COMMON SHARED ... AS COMP]]
+
[[Category:MC-Basic:Declarations|COMMON SHARED ... AS COMP]]
 
}}
 
}}

Latest revision as of 07:03, 26 April 2017

Language: English  • 中文(简体)‎

Defines a Compensation table in the system. The command creates an empty table.

Syntax

COMMON SHARED <Comp_name> AS COMP

Availability

Since Version 3.6.20

Scope

Configuration, Task , Terminal

Since Version 4.5.17 the global (common shared ) declaration is also possible from the Library context.

Limitations

Compensation table can only be defined as a global variable

Examples

--> Common shared comp1 as comp

See Also