Importing scan settings |
NetworkConfig allows the user to import only scanning settings. Any scanning setting should be previously defined in csv file. Please read the example below:
tag_name;writeable(0/1);StateHighTrigger(0/1);StateLowTrigger(0/1);Alarm(0/1);AlarmMask;StateMask 02F0525;1;1;0;0;0;1 02F0493;1;0;1;0;0;1
The following parameters should be set:
tag_name - indicates the tag the settings should be applied to
writeable - writeable setting for the tag: 0 – false, 1 – true
StateHighTrigger - StateHighTrigger setting for the tag: 0 – false, 1 – true
StateLowTrigger - StateLowTrigger setting for the tag: 0 – false, 1 – true
Alarm - alarm setting for the tag: 0 – false, 1 – true
AlarmMask for the tag
StateMask for the tag
The sample configuration above defines the scanning condition for tags:
02F0525 – this tag is writeable and is used to switch on the FAST scan mode;
02F0493– this tag is writeable and is used to switch off the FAST scan mode;
Note |
---|
All data should be defined before import. |