Preprocessor; Include - Siemens SINUMERIK 840D sl Operating Manual

Integrate create myconfig - diff, expert, topo
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Create MyConfig - Expert
4.6 Script language
For the name of the application <app>, an abbreviated, unambiguous specification is sufficient,
e.g. "SINUMERIK CNC" instead of "SINUMERIK CNC-SW 31-5".
Note
All applications that are found are displayed on the "Version Display" dialog page.
Example of a query for whether a higher or lower version exists
Query whether the version of the NCK is lower than or equal to 83.03 :
Version(NCU, "NCK") <= 83.03
Version of SINUMERIK Operate higher than or equal to 4.7 and cycles are installed:
Version(PCU, "SINUMERIK Operate") >= 4.7 && Version(NCU, "Cycles") !
= null
Version of SINUMERIK Operate higher than or equal to 4.7 and ShopMill is installed:
Version(PCU, "SINUMERIK Operate") >= 04.07 && Version(PCU,
"ShopMill") != null
For instance, the queries can be used in control structures (If, While).
4.6.13

Preprocessor

4.6.13.1

#include

#include "<path>"
Deployment directive
Preprocessor statement that includes an external file (manipulation task) for the validation or
deployment.
● When a package is deployed, the contents of the external file are taken over in the
manipulation task instead of the #include statement.
● The included files are also checked by the verification run.
332
SINUMERIK Integrate Create MyConfig - Diff, Expert, Topo
Operating Manual, 12/2017, A5E36537479B-AE

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828d

Table of Contents