# default data points for Drv.tdsdb
#
# Format: 'failure'
#
# Example: 'M failure'      (Communication failure)
#          'M alarm name'   (Alarm value for datapoint)
#          'M state name'   (State value for datapoint)
#          'X value name'   (Value for datapoint)
#
# format option 'notify:'
#    0 (only last value in select result)
#    1 (all value changes in select result)
#    2 (all values in select result)
#
# format option 'map:'
#    optional name of mapping dictionary (defined in configuration file)
#    for translating text to integer
#

#
# Failure data points
#
[M failure]
name  = Communication failure
query = pe

[M alarm K_518_110_E00_TE1100_UVA0003_SS_SM_NN_1]
name   = Alarm Über-/Unterspannung AV SM
format = BIT map:Alarm notify:2

[M state K_518_110_E00_TE1100_UVA0003_SS_SM_NN_1]
name   = State  Über-/Unterspannung AV SM
format = UINT8 map:State notify:1

[X value K_518_110_E00_TE1100_UVA0003_SS_SM_NN_1]
name   = Value Über-/Unterspannung AV SM
format = UINT16 notify:0
