contact@webdyn.com | webdyn.com
V2.05 subject to changes | Webdyn © by Flexitron Group
Color code:
• In blue: Data that depends on the source of the alarm.
• In black: Fixed text.
With:
• alarms: Alarm with IO or MODBUS source.
• alarmsDevice: Alarm whose source is GATEWAY.
• defName_alarms: Name of the Denition le of the device or interface which triggered the
alarm. (See chapter 4.1.4: “The “ALARM” alarms”)
• deviceName_alarms: Name of the device or interface that triggered the alarm, “Name” eld
of the device in the <uid>_daq.csv le (See chapter 3.1.2.1.3.4: “Declaration of equipment”)
• source_alarms: Alarm source (IO or MODBUS)
• value_alarms: Value of the variable that triggered the alarm.
• variableIndex_alarms: Index of the variable that triggered the alarm.
• type_alarmsDevice: Type of alarm (GATEWAY).
• info_alarmsDevice: Information on the alarm (see the “Info” column of the table above)
• date: Timestamp of the alarm in UTC+timezone (see the “NTP_TimeZone” parameter in appendix
A). In the Format: “YY/MM/DD-hh:mm:ss” for “Year/Month/Days-Hours:Minutes:Seconds”
• timestamp: Timestamp of the alarm in UTC+0. Number of milliseconds elapsed since January
1, 1970.
Example of an alarm on a device:
{
“alarms”:[
{
“defName”:”WPM00C44F_SunSpec_inverter_SMA_Solar_Inverter_9301_
modbusTCP.csv”,
“deviceName”:”modbusTCP”,
“source”:”MODBUS”,
“value”:”106”,
“variableIndex”:3,
“date”:”21/02/05-09:50:00”,
“timestamp”:1612515000000
}],
“alarmsDevice”:null
}