Download Print this page

HEIDENHAIN MANUALplus 620 Technical Manual page 1511

Hide thumbs Also See for MANUALplus 620:

Advertisement

Available keywords
Keyword
DEFINE
REMBYTEMIN
REMBYTEMAX
REMMARKERMIN
January 2012
Description
Configuration definitions for controlling the
conditional compilation, soft-key menu
generation and cycle-project configuration
The NCK-based controls use the following
configuration definitions to specify the
structure of the API 3.0 symbolic
programming interface:
GENERAL_COUNT
Number of structures
for miscellaneous data
(ApiGen)
OMG_COUNT
Number of operating
mode groups (ApiOmg)
CHANNEL_COUNT
Number of machining
channels (ApiChn)
AXIS_COUNT
Number of axes
(ApiAxis). Define the
same number of axes
in the System/CfgAxes/
axisList machine
parameter. Spindles
are included in this
count.
SPINDLE_COUNT
Number of spindles
included in the axes
defined under
AXIS_COUNT (ApiSpin)
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
Start address of the markers whose data
remains stored after a power interruption
(remanence).
Default value: 0
8.2 PLC Compiler
Example
DEFINE
GENERAL_COUNT = 1
DEFINE
OMG_COUNT = 1
DEFINE
CHANNEL_COUNT = 1
DEFINE
AXIS_COUNT = 10
DEFINE
SPINDLE_COUNT = 2
REMBYTEMIN = 0
REMBYTEMAX = 200
REMMARKERMIN = 0
1511

Advertisement

loading