|
@@ -32,6 +32,7 @@ public struct ST_ALARM
|
|
|
public float PV { get; set; }
|
|
public float PV { get; set; }
|
|
|
public float Caps { get; set; }
|
|
public float Caps { get; set; }
|
|
|
public float Floor { get; set; }
|
|
public float Floor { get; set; }
|
|
|
|
|
+ public float WorkingOutput { get; set; }
|
|
|
public AlarmType AlarmType { get; set; }
|
|
public AlarmType AlarmType { get; set; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -42,6 +43,7 @@ public struct ST_CHANNEL
|
|
|
public float PV { get; set; }
|
|
public float PV { get; set; }
|
|
|
public float Caps { get; set; }
|
|
public float Caps { get; set; }
|
|
|
public float Floor { get; set; }
|
|
public float Floor { get; set; }
|
|
|
|
|
+ public float WorkingOutput { get; set; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public class ST_CHANNEL_Notify
|
|
public class ST_CHANNEL_Notify
|
|
@@ -51,6 +53,8 @@ public class ST_CHANNEL_Notify
|
|
|
public float PV { get; set; }
|
|
public float PV { get; set; }
|
|
|
public float Caps { get; set; }
|
|
public float Caps { get; set; }
|
|
|
public float Floor { get; set; }
|
|
public float Floor { get; set; }
|
|
|
|
|
+ public float WorkingOutput { get; set; }
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -61,6 +65,7 @@ public class ST_ALARM_Notify
|
|
|
public float PV { get; set; }
|
|
public float PV { get; set; }
|
|
|
public float Caps { get; set; }
|
|
public float Caps { get; set; }
|
|
|
public float Floor { get; set; }
|
|
public float Floor { get; set; }
|
|
|
|
|
+ public float WorkingOutput { get; set; }
|
|
|
public AlarmType AlarmType { get; set; }
|
|
public AlarmType AlarmType { get; set; }
|
|
|
public HeaterType HeaterType { get; set; }
|
|
public HeaterType HeaterType { get; set; }
|
|
|
}
|
|
}
|