Edit Advanced Data Settings

  1. Open the configuration file ([AdvancedPointConfiguration].csv) with Excel.
  2. Edit the following columns as required:
    • [CustomName]
    • [CustomDescription]
    • [FunctionName]
    • [AlarmKind]
      NOTE: Use D for discrete alarms. Use C for continuous alarms.
    • [AlarmClass]
      NOTE: Use the dollar sign ($) as value separator.
    • [AlarmValue]
      NOTE: Use the dollar sign ($) as value separator.
      For more details about the alarm condition configuration, see the tables below for reference.
  3. Save and close the file.

 

Discrete Alarm

Operator

Description

Data Type Value

=

Equal to1)

Bool, Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double, Enum

&

OR

Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double, Enum

< >

In range

Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double

 

Continuous Alarm

Operator

Description

Data Type Value

=

Equal to1)

Bool

>

Greater than

Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double, Enum

>=

Greater than

or

Equal to

Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double, Enum

<

Less than

Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double, Enum

<=

Less than

or

Equal to

Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double, Enum

 

1)

You can omit specifying the operator as the equal to sign (=) is assumed by default.