|
@@ -529,62 +529,65 @@ namespace Shaker.Model
|
|
|
[MessagePack.Key(6)]
|
|
|
public string ClientID = string.Empty;
|
|
|
[MessagePack.Key(7)]
|
|
|
- public PowerAmplifierModel PowerAmplifier = new PowerAmplifierModel();
|
|
|
+ public bool AllowCoolingWater = true;
|
|
|
[MessagePack.Key(8)]
|
|
|
- public PLCAnlogModel OperatingStatus = new PLCAnlogModel();
|
|
|
+ public PowerAmplifierModel PowerAmplifier = new PowerAmplifierModel();
|
|
|
[MessagePack.Key(9)]
|
|
|
- public PLCAnlogModel OutputCurrent = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel OperatingStatus = new PLCAnlogModel();
|
|
|
[MessagePack.Key(10)]
|
|
|
- public PLCAnlogModel OutputVoltage = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel OutputCurrent = new PLCAnlogModel();
|
|
|
[MessagePack.Key(11)]
|
|
|
- public PLCAnlogModel ExcitationCurrent = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel OutputVoltage = new PLCAnlogModel();
|
|
|
[MessagePack.Key(12)]
|
|
|
- public PLCAnlogModel ExcitationVoltage = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel ExcitationCurrent = new PLCAnlogModel();
|
|
|
[MessagePack.Key(13)]
|
|
|
- public PLCAnlogModel ThreePhaseVoltage = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel ExcitationVoltage = new PLCAnlogModel();
|
|
|
[MessagePack.Key(14)]
|
|
|
- public PLCAnlogModel AbutmentTemperature0 = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel ThreePhaseVoltage = new PLCAnlogModel();
|
|
|
[MessagePack.Key(15)]
|
|
|
+ public PLCAnlogModel AbutmentTemperature0 = new PLCAnlogModel();
|
|
|
+ [MessagePack.Key(16)]
|
|
|
public PLCAnlogModel AbutmentTemperature1 = new PLCAnlogModel();
|
|
|
[MessagePack.IgnoreMember]
|
|
|
public string AbutmentTemperatureName => AbutmentTemperature0.Name + AbutmentTemperature1.Name;
|
|
|
- [MessagePack.Key(16)]
|
|
|
- public PLCAnlogModel DCVoltage1 = new PLCAnlogModel();
|
|
|
[MessagePack.Key(17)]
|
|
|
- public PLCAnlogModel DCVoltage2 = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel DCVoltage1 = new PLCAnlogModel();
|
|
|
[MessagePack.Key(18)]
|
|
|
- public PLCAnlogModel DCVoltage3 = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel DCVoltage2 = new PLCAnlogModel();
|
|
|
[MessagePack.Key(19)]
|
|
|
- public PLCAnlogModel DCVoltage4 = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel DCVoltage3 = new PLCAnlogModel();
|
|
|
[MessagePack.Key(20)]
|
|
|
- public PLCAnlogModel ExternalCirculatingWaterPressure = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel DCVoltage4 = new PLCAnlogModel();
|
|
|
[MessagePack.Key(21)]
|
|
|
- public PLCAnlogModel ExternalCirculatingWaterFlow = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel ExternalCirculatingWaterPressure = new PLCAnlogModel();
|
|
|
[MessagePack.Key(22)]
|
|
|
- public PLCAnlogModel ExternalCirculatingWaterTemperature = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel ExternalCirculatingWaterFlow = new PLCAnlogModel();
|
|
|
[MessagePack.Key(23)]
|
|
|
- public PLCAnlogModel MovingCoilWaterSupplyPressure = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel ExternalCirculatingWaterTemperature = new PLCAnlogModel();
|
|
|
[MessagePack.Key(24)]
|
|
|
- public PLCAnlogModel MovingCoilWaterSupplyFlow = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel MovingCoilWaterSupplyPressure = new PLCAnlogModel();
|
|
|
[MessagePack.Key(25)]
|
|
|
- public PLCAnlogModel MovingCoilWaterSupplyTemperature = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel MovingCoilWaterSupplyFlow = new PLCAnlogModel();
|
|
|
[MessagePack.Key(26)]
|
|
|
- public PLCAnlogModel ExcitationWaterSupplyPressure = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel MovingCoilWaterSupplyTemperature = new PLCAnlogModel();
|
|
|
[MessagePack.Key(27)]
|
|
|
- public PLCAnlogModel ExcitationWaterSupplyFlow = new PLCAnlogModel();
|
|
|
+ public PLCAnlogModel ExcitationWaterSupplyPressure = new PLCAnlogModel();
|
|
|
[MessagePack.Key(28)]
|
|
|
+ public PLCAnlogModel ExcitationWaterSupplyFlow = new PLCAnlogModel();
|
|
|
+ [MessagePack.Key(29)]
|
|
|
public PLCAnlogModel ExcitationWaterSupplyTemperature = new PLCAnlogModel();
|
|
|
[MessagePack.IgnoreMember]
|
|
|
public string DCVoltageName => DCVoltage1.Name + DCVoltage2.Name + DCVoltage3.Name + DCVoltage4.Name;
|
|
|
- [MessagePack.Key(29)]
|
|
|
- public PLCDigitalGroupModel DigitalGroup = new PLCDigitalGroupModel();
|
|
|
[MessagePack.Key(30)]
|
|
|
- public PLCDigitalGroupModel DigitalGroup1 = new PLCDigitalGroupModel();
|
|
|
+ public PLCDigitalGroupModel DigitalGroup = new PLCDigitalGroupModel();
|
|
|
[MessagePack.Key(31)]
|
|
|
- public PLCDigitalGroupModel CoolingWaterDigitalGroup = new PLCDigitalGroupModel();
|
|
|
+ public PLCDigitalGroupModel DigitalGroup1 = new PLCDigitalGroupModel();
|
|
|
[MessagePack.Key(32)]
|
|
|
- public CoolingWaterModel CoolingWater = new CoolingWaterModel();
|
|
|
+ public PLCDigitalGroupModel CoolingWaterDigitalGroup = new PLCDigitalGroupModel();
|
|
|
[MessagePack.Key(33)]
|
|
|
+ public CoolingWaterModel CoolingWater = new CoolingWaterModel();
|
|
|
+ [MessagePack.Key(34)]
|
|
|
public PLCAnlogModel CoolingWaterOperatingStatus = new PLCAnlogModel();
|
|
|
+
|
|
|
}
|
|
|
}
|