|
|
|
using HybirdFrameworkDriver.ModbusTcpMaster;
|
|
|
|
|
|
|
|
namespace Service.Ups.Msg;
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 遥信
|
|
|
|
/// </summary>
|
|
|
|
public class UpsTelemetering
|
|
|
|
{
|
|
|
|
public ModbusProperty<ushort> LoadOnSource { get; set; } = new(30081);
|
|
|
|
public ModbusProperty<ushort> BatteryStatus { get; set; } = new(30082);
|
|
|
|
public ModbusProperty<ushort> BatteryConnStatus { get; set; } = new(30083);
|
|
|
|
public ModbusProperty<ushort> MaintanCbStatus { get; set; } = new(30084);
|
|
|
|
public ModbusProperty<ushort> Epo { get; set; } = new(30085);
|
|
|
|
public ModbusProperty<ushort> InvertorReadyCapscity { get; set; } = new(30086);
|
|
|
|
public ModbusProperty<ushort> GeneratorInput { get; set; } = new(30087);
|
|
|
|
public ModbusProperty<ushort> InputFail { get; set; } = new(30088);
|
|
|
|
public ModbusProperty<ushort> BypassSequenceFail { get; set; } = new(30089);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> BypassVoltFail { get; set; } = new(30090);
|
|
|
|
public ModbusProperty<ushort> BYpassFail { get; set; } = new(30091);
|
|
|
|
public ModbusProperty<ushort> BypassOverLoad { get; set; } = new(30092);
|
|
|
|
public ModbusProperty<ushort> BypassOverLoadTimeout { get; set; } = new(30093);
|
|
|
|
public ModbusProperty<ushort> BypassUntrack { get; set; } = new(30094);
|
|
|
|
public ModbusProperty<ushort> TxTimeLimit { get; set; } = new(30095);
|
|
|
|
public ModbusProperty<ushort> OutputShorted { get; set; } = new(30096);
|
|
|
|
public ModbusProperty<ushort> BatteryEod { get; set; } = new(30097);
|
|
|
|
public ModbusProperty<ushort> BatteryTestBegin { get; set; } = new(30098);
|
|
|
|
public ModbusProperty<ushort> BatteryTestResult { get; set; } = new(30099);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> BatteryManualTest { get; set; } = new(30100);
|
|
|
|
public ModbusProperty<ushort> BatteryMaintainResult { get; set; } = new(30101);
|
|
|
|
public ModbusProperty<ushort> StopTest { get; set; } = new(30102);
|
|
|
|
public ModbusProperty<ushort> FaultClear { get; set; } = new(30103);
|
|
|
|
public ModbusProperty<ushort> HislogClear { get; set; } = new(30104);
|
|
|
|
public ModbusProperty<ushort> OnUpsInhibited { get; set; } = new(30105);
|
|
|
|
public ModbusProperty<ushort> ManualTxBypass { get; set; } = new(30106);
|
|
|
|
public ModbusProperty<ushort> BatteryVoltLow { get; set; } = new(30107);
|
|
|
|
public ModbusProperty<ushort> BatteryReverse { get; set; } = new(30108);
|
|
|
|
public ModbusProperty<ushort> RecStatus { get; set; } = new(30109);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> InputNeutralLost { get; set; } = new(30110);
|
|
|
|
public ModbusProperty<ushort> BypassFanFail { get; set; } = new(30111);
|
|
|
|
public ModbusProperty<ushort> LostNxRedundant { get; set; } = new(30112);
|
|
|
|
public ModbusProperty<ushort> EodSystemInhibited { get; set; } = new(30113);
|
|
|
|
public ModbusProperty<ushort> CtWeldReserve { get; set; } = new(30114);
|
|
|
|
public ModbusProperty<ushort> Elector { get; set; } = new(30115);
|
|
|
|
public ModbusProperty<ushort> Reserve116 { get; set; } = new(30116);
|
|
|
|
public ModbusProperty<ushort> Reserve117 { get; set; } = new(30117);
|
|
|
|
public ModbusProperty<ushort> IntegratedAlarm { get; set; } = new(30118);
|
|
|
|
public ModbusProperty<ushort> FristModuleOnlineFlagBit { get; set; } = new(30119);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> SecondModuleOnlineFlagBit { get; set; } = new(30120);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit1Pull { get; set; } = new(30121);
|
|
|
|
public ModbusProperty<ushort> Unit1RecFail { get; set; } = new(30122);
|
|
|
|
public ModbusProperty<ushort> Unit1InvFail { get; set; } = new(30123);
|
|
|
|
public ModbusProperty<ushort> Unit1RecOverTemp { get; set; } = new(30124);
|
|
|
|
public ModbusProperty<ushort> Unit1FanFail { get; set; } = new(30125);
|
|
|
|
public ModbusProperty<ushort> Unit1IvnOverLoad { get; set; } = new(30126);
|
|
|
|
public ModbusProperty<ushort> Unit1IvnOverLoadTimeOut { get; set; } = new(30127);
|
|
|
|
public ModbusProperty<ushort> Unit1IvnOverTemp { get; set; } = new(30128);
|
|
|
|
public ModbusProperty<ushort> Unit1IvnProtect { get; set; } = new(30129);
|
|
|
|
public ModbusProperty<ushort> Unit1ManualShutdown { get; set; } = new(30130);
|
|
|
|
public ModbusProperty<ushort> Reserve131 { get; set; } = new(30131);
|
|
|
|
public ModbusProperty<ushort> Reserve132 { get; set; } = new(30132);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit2Pull { get; set; } = new(30133);
|
|
|
|
public ModbusProperty<ushort> Unit2RecFail { get; set; } = new(30134);
|
|
|
|
public ModbusProperty<ushort> Unit2InvFail { get; set; } = new(30135);
|
|
|
|
public ModbusProperty<ushort> Unit2RecOverTemp { get; set; } = new(30136);
|
|
|
|
public ModbusProperty<ushort> Unit2FanFail { get; set; } = new(30137);
|
|
|
|
public ModbusProperty<ushort> Unit2IvnOverLoad { get; set; } = new(30138);
|
|
|
|
public ModbusProperty<ushort> Unit2IvnOverLoadTimeOut { get; set; } = new(30139);
|
|
|
|
public ModbusProperty<ushort> Unit2IvnOverTemp { get; set; } = new(30130);
|
|
|
|
public ModbusProperty<ushort> Unit2IvnProtect { get; set; } = new(30141);
|
|
|
|
public ModbusProperty<ushort> Unit2ManualShutdown { get; set; } = new(30142);
|
|
|
|
public ModbusProperty<ushort> Reserve143 { get; set; } = new(30143);
|
|
|
|
public ModbusProperty<ushort> Reserve144 { get; set; } = new(30144);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit3Pull { get; set; } = new(30145);
|
|
|
|
public ModbusProperty<ushort> Unit3RecFail { get; set; } = new(30146);
|
|
|
|
public ModbusProperty<ushort> Unit3InvFail { get; set; } = new(30147);
|
|
|
|
public ModbusProperty<ushort> Unit3RecOverTemp { get; set; } = new(30148);
|
|
|
|
public ModbusProperty<ushort> Unit3FanFail { get; set; } = new(30149);
|
|
|
|
public ModbusProperty<ushort> Unit3IvnOverLoad { get; set; } = new(30150);
|
|
|
|
public ModbusProperty<ushort> Unit3IvnOverLoadTimeOut { get; set; } = new(30151);
|
|
|
|
public ModbusProperty<ushort> Unit3IvnOverTemp { get; set; } = new(30152);
|
|
|
|
public ModbusProperty<ushort> Unit3IvnProtect { get; set; } = new(30153);
|
|
|
|
public ModbusProperty<ushort> Unit3ManualShutdown { get; set; } = new(30154);
|
|
|
|
public ModbusProperty<ushort> Reserve155 { get; set; } = new(30155);
|
|
|
|
public ModbusProperty<ushort> Reserve156 { get; set; } = new(30156);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit4Pull { get; set; } = new(30157);
|
|
|
|
public ModbusProperty<ushort> Unit4RecFail { get; set; } = new(30158);
|
|
|
|
public ModbusProperty<ushort> Unit4InvFail { get; set; } = new(30159);
|
|
|
|
public ModbusProperty<ushort> Unit4RecOverTemp { get; set; } = new(30160);
|
|
|
|
public ModbusProperty<ushort> Unit4FanFail { get; set; } = new(30161);
|
|
|
|
public ModbusProperty<ushort> Unit4IvnOverLoad { get; set; } = new(30162);
|
|
|
|
public ModbusProperty<ushort> Unit4IvnOverLoadTimeOut { get; set; } = new(30163);
|
|
|
|
public ModbusProperty<ushort> Unit4IvnOverTemp { get; set; } = new(30164);
|
|
|
|
public ModbusProperty<ushort> Unit4IvnProtect { get; set; } = new(30165);
|
|
|
|
public ModbusProperty<ushort> Unit4ManualShutdown { get; set; } = new(30166);
|
|
|
|
public ModbusProperty<ushort> Reserve167 { get; set; } = new(30167);
|
|
|
|
public ModbusProperty<ushort> Reserve168 { get; set; } = new(30168);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit5Pull { get; set; } = new(30169);
|
|
|
|
public ModbusProperty<ushort> Unit5RecFail { get; set; } = new(30170);
|
|
|
|
public ModbusProperty<ushort> Unit5InvFail { get; set; } = new(30171);
|
|
|
|
public ModbusProperty<ushort> Unit5RecOverTemp { get; set; } = new(30172);
|
|
|
|
public ModbusProperty<ushort> Unit5FanFail { get; set; } = new(30173);
|
|
|
|
public ModbusProperty<ushort> Unit5IvnOverLoad { get; set; } = new(30174);
|
|
|
|
public ModbusProperty<ushort> Unit5IvnOverLoadTimeOut { get; set; } = new(30175);
|
|
|
|
public ModbusProperty<ushort> Unit5IvnOverTemp { get; set; } = new(30176);
|
|
|
|
public ModbusProperty<ushort> Unit5IvnProtect { get; set; } = new(30177);
|
|
|
|
public ModbusProperty<ushort> Unit5ManualShutdown { get; set; } = new(30178);
|
|
|
|
public ModbusProperty<ushort> Reserve179 { get; set; } = new(30179);
|
|
|
|
public ModbusProperty<ushort> Reserve180 { get; set; } = new(30180);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit6Pull { get; set; } = new(30181);
|
|
|
|
public ModbusProperty<ushort> Unit6RecFail { get; set; } = new(30182);
|
|
|
|
public ModbusProperty<ushort> Unit6InvFail { get; set; } = new(30183);
|
|
|
|
public ModbusProperty<ushort> Unit6RecOverTemp { get; set; } = new(30184);
|
|
|
|
public ModbusProperty<ushort> Unit6FanFail { get; set; } = new(30185);
|
|
|
|
public ModbusProperty<ushort> Unit6IvnOverLoad { get; set; } = new(30186);
|
|
|
|
public ModbusProperty<ushort> Unit6IvnOverLoadTimeOut { get; set; } = new(30187);
|
|
|
|
public ModbusProperty<ushort> Unit6IvnOverTemp { get; set; } = new(30188);
|
|
|
|
public ModbusProperty<ushort> Unit6IvnProtect { get; set; } = new(30189);
|
|
|
|
public ModbusProperty<ushort> Unit6ManualShutdown { get; set; } = new(30190);
|
|
|
|
public ModbusProperty<ushort> Reserve191 { get; set; } = new(30191);
|
|
|
|
public ModbusProperty<ushort> Reserve192 { get; set; } = new(30192);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit7Pull { get; set; } = new(30193);
|
|
|
|
public ModbusProperty<ushort> Unit7RecFail { get; set; } = new(30194);
|
|
|
|
public ModbusProperty<ushort> Unit7InvFail { get; set; } = new(30195);
|
|
|
|
public ModbusProperty<ushort> Unit7RecOverTemp { get; set; } = new(30196);
|
|
|
|
public ModbusProperty<ushort> Unit7FanFail { get; set; } = new(30197);
|
|
|
|
public ModbusProperty<ushort> Unit7IvnOverLoad { get; set; } = new(30198);
|
|
|
|
public ModbusProperty<ushort> Unit7IvnOverLoadTimeOut { get; set; } = new(30199);
|
|
|
|
public ModbusProperty<ushort> Unit7IvnOverTemp { get; set; } = new(30200);
|
|
|
|
public ModbusProperty<ushort> Unit7IvnProtect { get; set; } = new(30201);
|
|
|
|
public ModbusProperty<ushort> Unit7ManualShutdown { get; set; } = new(30202);
|
|
|
|
public ModbusProperty<ushort> Reserve203 { get; set; } = new(30203);
|
|
|
|
public ModbusProperty<ushort> Reserve204 { get; set; } = new(30204);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit8Pull { get; set; } = new(30205);
|
|
|
|
public ModbusProperty<ushort> Unit8RecFail { get; set; } = new(30206);
|
|
|
|
public ModbusProperty<ushort> Unit8InvFail { get; set; } = new(30207);
|
|
|
|
public ModbusProperty<ushort> Unit8RecOverTemp { get; set; } = new(30208);
|
|
|
|
public ModbusProperty<ushort> Unit8FanFail { get; set; } = new(30209);
|
|
|
|
public ModbusProperty<ushort> Unit8IvnOverLoad { get; set; } = new(30210);
|
|
|
|
public ModbusProperty<ushort> Unit8IvnOverLoadTimeOut { get; set; } = new(30211);
|
|
|
|
public ModbusProperty<ushort> Unit8IvnOverTemp { get; set; } = new(30212);
|
|
|
|
public ModbusProperty<ushort> Unit8IvnProtect { get; set; } = new(30213);
|
|
|
|
public ModbusProperty<ushort> Unit8ManualShutdown { get; set; } = new(30214);
|
|
|
|
public ModbusProperty<ushort> Reserve215 { get; set; } = new(30215);
|
|
|
|
public ModbusProperty<ushort> Reserve216 { get; set; } = new(30216);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit9Pull { get; set; } = new(30217);
|
|
|
|
public ModbusProperty<ushort> Unit9RecFail { get; set; } = new(30218);
|
|
|
|
public ModbusProperty<ushort> Unit9InvFail { get; set; } = new(30219);
|
|
|
|
public ModbusProperty<ushort> Unit9RecOverTemp { get; set; } = new(30220);
|
|
|
|
public ModbusProperty<ushort> Unit9FanFail { get; set; } = new(30221);
|
|
|
|
public ModbusProperty<ushort> Unit9IvnOverLoad { get; set; } = new(30222);
|
|
|
|
public ModbusProperty<ushort> Unit9IvnOverLoadTimeOut { get; set; } = new(30223);
|
|
|
|
public ModbusProperty<ushort> Unit9IvnOverTemp { get; set; } = new(30224);
|
|
|
|
public ModbusProperty<ushort> Unit9IvnProtect { get; set; } = new(30225);
|
|
|
|
public ModbusProperty<ushort> Unit9ManualShutdown { get; set; } = new(30226);
|
|
|
|
public ModbusProperty<ushort> Reserve227 { get; set; } = new(30227);
|
|
|
|
public ModbusProperty<ushort> Reserve228 { get; set; } = new(30228);
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> Unit10Pull { get; set; } = new(30229);
|
|
|
|
public ModbusProperty<ushort> Unit10RecFail { get; set; } = new(30230);
|
|
|
|
public ModbusProperty<ushort> Unit10InvFail { get; set; } = new(30231);
|
|
|
|
public ModbusProperty<ushort> Unit10RecOverTemp { get; set; } = new(30232);
|
|
|
|
public ModbusProperty<ushort> Unit10FanFail { get; set; } = new(30233);
|
|
|
|
public ModbusProperty<ushort> Unit10IvnOverLoad { get; set; } = new(30234);
|
|
|
|
public ModbusProperty<ushort> Unit10IvnOverLoadTimeOut { get; set; } = new(30235);
|
|
|
|
public ModbusProperty<ushort> Unit10IvnOverTemp { get; set; } = new(30236);
|
|
|
|
public ModbusProperty<ushort> Unit10IvnProtect { get; set; } = new(30237);
|
|
|
|
public ModbusProperty<ushort> Unit10ManualShutdown { get; set; } = new(30238);
|
|
|
|
public ModbusProperty<ushort> Reserve239 { get; set; } = new(30239);
|
|
|
|
public ModbusProperty<ushort> Reserve240 { get; set; } = new(30240);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|