Integration in NC boot-up
The configuration of the external variables is declared to each NC-channel separately by means of an ASCII list. For each channel, a file name is specified in the system’s central boot description, and this file name defines the configuration of the external variables of this channel.
Example: Extract from the boot description for two channels
# ----------------------------------------
#
# Configuration data lists
#
# ----------------------------------------
#
lists ASCII
default_sda_mds ..\lists\default_sda.lis
hand_mds ..\lists\hand_mds.lis
rtconf_lis ..\lists\rtconf.lis
#
sda_mds[0] ..\lists\sda_mds1.lis
werkz_data[0] ..\lists\werkz_d1.lis
nullp_data[0] ..\lists\nullp_d1.lis
pzv_data[0] ..\lists\pzv_d1.lis
ve_var[0] ..\lists\ext_var1.lis
hmi[0].objects default
channel[0].objects default
#
sda_mds[1] ..\lists\sda_mds2.lis
werkz_data[1] ..\lists\werkz_d2.lis
nullp_data[1] ..\lists\nullp_d2.lis
pzv_data[1] ..\lists\pzv_d2.lis
ve_var[1] ..\lists\ext_var2.lis
hmi[1].objects default
channel[1].objects default