Conditional Compilation - HEIDENHAIN iTNC 530 HSCI Technical Manual

Hide thumbs Also See for iTNC 530 HSCI:
Table of Contents

Advertisement

9.2 Conditional Compilation

Keyword
DEFINE
REMBYTEMIN
REMBYTEMAX
1684
Depending on the machine parameters, a PLC program can be conditionally
compiled on the iTNC. This allows you to select and deselect machine options
by entering the options in machine parameters. Therefore, only one PLC
program is necessary for all variants of machine options.
You use the PLC configuration file *.cfg also to influence the memory
allocation of the control and change the configuration data of the PLC. Enter
certain keywords to perform changes. After compilation by the PLC, the NC
detects the changed settings, and the control must be restarted.
The values you enter may only be greater than the default values.
Available keywords:
Description
Configuration definitions for controlling the
conditional compilation, soft-key menu
generation and cycle-project configuration
Start address of the bytes, words or double
words whose data remains stored after a
power interruption (remanence).
Default value: 0
End address of the bytes, words or double
words whose data remains stored after a
power interruption (remanence).
The range defined by REMBYTEMIN and
REMBYTEMAX may not be larger than 1024
bytes.
Default value: –1 = Deactivated
Example
REMBYTEMIN = 0
REMBYTEMAX = 200
HEIDENHAIN Technical Manual iTNC 530 HSCI

Advertisement

Table of Contents
loading

Table of Contents