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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:COMMON SHARED ... AS COMP to MC-Basic:COMMON SHARED ... AS COMP: Global renaming of Axystems: namespace into (Main):)
Line 37: Line 37:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[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]]
 
* [[Axystems:MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
  
 
[[Category:Axystems:MC-Basic:Declarations|COMMON SHARED ... AS COMP]]
 
[[Category:Axystems:MC-Basic:Declarations|COMMON SHARED ... AS COMP]]
 
}}
 
}}

Revision as of 08:37, 22 May 2014

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