You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
193 lines
12 KiB
193 lines
12 KiB
using HybirdFrameworkDriver.ModbusTcpMaster;
|
|
|
|
namespace Service.Ups.Msg;
|
|
|
|
/// <summary>
|
|
/// 遥测
|
|
/// </summary>
|
|
public class UpsTelemetering
|
|
{
|
|
public ModbusProperty<ushort> LoadOnSource { get; set; } = new(40081);
|
|
public ModbusProperty<ushort> BatteryStatus { get; set; } = new(40082);
|
|
public ModbusProperty<ushort> BatteryConnStatus { get; set; } = new(40083);
|
|
public ModbusProperty<ushort> MaintanCbStatus { get; set; } = new(40084);
|
|
public ModbusProperty<ushort> Epo { get; set; } = new(40085);
|
|
public ModbusProperty<ushort> InvertorReadyCapscity { get; set; } = new(40086);
|
|
public ModbusProperty<ushort> GeneratorInput { get; set; } = new(40087);
|
|
public ModbusProperty<ushort> InputFail { get; set; } = new(40088);
|
|
public ModbusProperty<ushort> BypassSequenceFail { get; set; } = new(40089);
|
|
|
|
public ModbusProperty<ushort> BypassVoltFail { get; set; } = new(40090);
|
|
public ModbusProperty<ushort> BYpassFail { get; set; } = new(40091);
|
|
public ModbusProperty<ushort> BypassOverLoad { get; set; } = new(40092);
|
|
public ModbusProperty<ushort> BypassOverLoadTimeout { get; set; } = new(40093);
|
|
public ModbusProperty<ushort> BypassUntrack { get; set; } = new(40094);
|
|
public ModbusProperty<ushort> TxTimeLimit { get; set; } = new(40095);
|
|
public ModbusProperty<ushort> OutputShorted { get; set; } = new(40096);
|
|
public ModbusProperty<ushort> BatteryEod { get; set; } = new(40097);
|
|
public ModbusProperty<ushort> BatteryTestBegin { get; set; } = new(40098);
|
|
public ModbusProperty<ushort> BatteryTestResult { get; set; } = new(40099);
|
|
|
|
public ModbusProperty<ushort> BatteryManualTest { get; set; } = new(40100);
|
|
public ModbusProperty<ushort> BatteryMaintainResult { get; set; } = new(40101);
|
|
public ModbusProperty<ushort> StopTest { get; set; } = new(40102);
|
|
public ModbusProperty<ushort> FaultClear { get; set; } = new(40103);
|
|
public ModbusProperty<ushort> HislogClear { get; set; } = new(40104);
|
|
public ModbusProperty<ushort> OnUpsInhibited { get; set; } = new(40105);
|
|
public ModbusProperty<ushort> ManualTxBypass { get; set; } = new(40106);
|
|
public ModbusProperty<ushort> BatteryVoltLow { get; set; } = new(40107);
|
|
public ModbusProperty<ushort> BatteryReverse { get; set; } = new(40108);
|
|
public ModbusProperty<ushort> RecStatus { get; set; } = new(40109);
|
|
|
|
public ModbusProperty<ushort> InputNeutralLost { get; set; } = new(40110);
|
|
public ModbusProperty<ushort> BypassFanFail { get; set; } = new(40111);
|
|
public ModbusProperty<ushort> LostNxRedundant { get; set; } = new(40112);
|
|
public ModbusProperty<ushort> EodSystemInhibited { get; set; } = new(40113);
|
|
public ModbusProperty<ushort> CtWeldReserve { get; set; } = new(40114);
|
|
public ModbusProperty<ushort> Elector { get; set; } = new(40115);
|
|
public ModbusProperty<ushort> Reserve116 { get; set; } = new(40116);
|
|
public ModbusProperty<ushort> Reserve117 { get; set; } = new(40117);
|
|
public ModbusProperty<ushort> IntegratedAlarm { get; set; } = new(40118);
|
|
public ModbusProperty<ushort> FristModuleOnlineFlagBit { get; set; } = new(40119);
|
|
|
|
public ModbusProperty<ushort> SecondModuleOnlineFlagBit { get; set; } = new(40120);
|
|
|
|
public ModbusProperty<ushort> Unit1Pull { get; set; } = new(40121);
|
|
public ModbusProperty<ushort> Unit1RecFail { get; set; } = new(40122);
|
|
public ModbusProperty<ushort> Unit1InvFail { get; set; } = new(40123);
|
|
public ModbusProperty<ushort> Unit1RecOverTemp { get; set; } = new(40124);
|
|
public ModbusProperty<ushort> Unit1FanFail { get; set; } = new(40125);
|
|
public ModbusProperty<ushort> Unit1IvnOverLoad { get; set; } = new(40126);
|
|
public ModbusProperty<ushort> Unit1IvnOverLoadTimeOut { get; set; } = new(40127);
|
|
public ModbusProperty<ushort> Unit1IvnOverTemp { get; set; } = new(40128);
|
|
public ModbusProperty<ushort> Unit1IvnProtect { get; set; } = new(40129);
|
|
public ModbusProperty<ushort> Unit1ManualShutdown { get; set; } = new(40130);
|
|
public ModbusProperty<ushort> Reserve131 { get; set; } = new(40131);
|
|
public ModbusProperty<ushort> Reserve132 { get; set; } = new(40132);
|
|
|
|
public ModbusProperty<ushort> Unit2Pull { get; set; } = new(40133);
|
|
public ModbusProperty<ushort> Unit2RecFail { get; set; } = new(40134);
|
|
public ModbusProperty<ushort> Unit2InvFail { get; set; } = new(40135);
|
|
public ModbusProperty<ushort> Unit2RecOverTemp { get; set; } = new(40136);
|
|
public ModbusProperty<ushort> Unit2FanFail { get; set; } = new(40137);
|
|
public ModbusProperty<ushort> Unit2IvnOverLoad { get; set; } = new(40138);
|
|
public ModbusProperty<ushort> Unit2IvnOverLoadTimeOut { get; set; } = new(40139);
|
|
public ModbusProperty<ushort> Unit2IvnOverTemp { get; set; } = new(40140);
|
|
public ModbusProperty<ushort> Unit2IvnProtect { get; set; } = new(40141);
|
|
public ModbusProperty<ushort> Unit2ManualShutdown { get; set; } = new(40142);
|
|
public ModbusProperty<ushort> Reserve143 { get; set; } = new(40143);
|
|
public ModbusProperty<ushort> Reserve144 { get; set; } = new(40144);
|
|
|
|
public ModbusProperty<ushort> Unit3Pull { get; set; } = new(40145);
|
|
public ModbusProperty<ushort> Unit3RecFail { get; set; } = new(40146);
|
|
public ModbusProperty<ushort> Unit3InvFail { get; set; } = new(40147);
|
|
public ModbusProperty<ushort> Unit3RecOverTemp { get; set; } = new(40148);
|
|
public ModbusProperty<ushort> Unit3FanFail { get; set; } = new(40149);
|
|
public ModbusProperty<ushort> Unit3IvnOverLoad { get; set; } = new(40150);
|
|
public ModbusProperty<ushort> Unit3IvnOverLoadTimeOut { get; set; } = new(40151);
|
|
public ModbusProperty<ushort> Unit3IvnOverTemp { get; set; } = new(40152);
|
|
public ModbusProperty<ushort> Unit3IvnProtect { get; set; } = new(40153);
|
|
public ModbusProperty<ushort> Unit3ManualShutdown { get; set; } = new(40154);
|
|
public ModbusProperty<ushort> Reserve155 { get; set; } = new(40155);
|
|
public ModbusProperty<ushort> Reserve156 { get; set; } = new(40156);
|
|
|
|
public ModbusProperty<ushort> Unit4Pull { get; set; } = new(40157);
|
|
public ModbusProperty<ushort> Unit4RecFail { get; set; } = new(40158);
|
|
public ModbusProperty<ushort> Unit4InvFail { get; set; } = new(40159);
|
|
public ModbusProperty<ushort> Unit4RecOverTemp { get; set; } = new(40160);
|
|
public ModbusProperty<ushort> Unit4FanFail { get; set; } = new(40161);
|
|
public ModbusProperty<ushort> Unit4IvnOverLoad { get; set; } = new(40162);
|
|
public ModbusProperty<ushort> Unit4IvnOverLoadTimeOut { get; set; } = new(40163);
|
|
public ModbusProperty<ushort> Unit4IvnOverTemp { get; set; } = new(40164);
|
|
public ModbusProperty<ushort> Unit4IvnProtect { get; set; } = new(40165);
|
|
public ModbusProperty<ushort> Unit4ManualShutdown { get; set; } = new(40166);
|
|
public ModbusProperty<ushort> Reserve167 { get; set; } = new(40167);
|
|
public ModbusProperty<ushort> Reserve168 { get; set; } = new(40168);
|
|
|
|
public ModbusProperty<ushort> Unit5Pull { get; set; } = new(40169);
|
|
public ModbusProperty<ushort> Unit5RecFail { get; set; } = new(40170);
|
|
public ModbusProperty<ushort> Unit5InvFail { get; set; } = new(40171);
|
|
public ModbusProperty<ushort> Unit5RecOverTemp { get; set; } = new(40172);
|
|
public ModbusProperty<ushort> Unit5FanFail { get; set; } = new(40173);
|
|
public ModbusProperty<ushort> Unit5IvnOverLoad { get; set; } = new(40174);
|
|
public ModbusProperty<ushort> Unit5IvnOverLoadTimeOut { get; set; } = new(40175);
|
|
public ModbusProperty<ushort> Unit5IvnOverTemp { get; set; } = new(40176);
|
|
public ModbusProperty<ushort> Unit5IvnProtect { get; set; } = new(40177);
|
|
public ModbusProperty<ushort> Unit5ManualShutdown { get; set; } = new(40178);
|
|
public ModbusProperty<ushort> Reserve179 { get; set; } = new(40179);
|
|
public ModbusProperty<ushort> Reserve180 { get; set; } = new(40180);
|
|
|
|
public ModbusProperty<ushort> Unit6Pull { get; set; } = new(40181);
|
|
public ModbusProperty<ushort> Unit6RecFail { get; set; } = new(40182);
|
|
public ModbusProperty<ushort> Unit6InvFail { get; set; } = new(40183);
|
|
public ModbusProperty<ushort> Unit6RecOverTemp { get; set; } = new(40184);
|
|
public ModbusProperty<ushort> Unit6FanFail { get; set; } = new(40185);
|
|
public ModbusProperty<ushort> Unit6IvnOverLoad { get; set; } = new(40186);
|
|
public ModbusProperty<ushort> Unit6IvnOverLoadTimeOut { get; set; } = new(40187);
|
|
public ModbusProperty<ushort> Unit6IvnOverTemp { get; set; } = new(40188);
|
|
public ModbusProperty<ushort> Unit6IvnProtect { get; set; } = new(40189);
|
|
public ModbusProperty<ushort> Unit6ManualShutdown { get; set; } = new(40190);
|
|
public ModbusProperty<ushort> Reserve191 { get; set; } = new(40191);
|
|
public ModbusProperty<ushort> Reserve192 { get; set; } = new(40192);
|
|
|
|
public ModbusProperty<ushort> Unit7Pull { get; set; } = new(40193);
|
|
public ModbusProperty<ushort> Unit7RecFail { get; set; } = new(40194);
|
|
public ModbusProperty<ushort> Unit7InvFail { get; set; } = new(40195);
|
|
public ModbusProperty<ushort> Unit7RecOverTemp { get; set; } = new(40196);
|
|
public ModbusProperty<ushort> Unit7FanFail { get; set; } = new(40197);
|
|
public ModbusProperty<ushort> Unit7IvnOverLoad { get; set; } = new(40198);
|
|
public ModbusProperty<ushort> Unit7IvnOverLoadTimeOut { get; set; } = new(40199);
|
|
public ModbusProperty<ushort> Unit7IvnOverTemp { get; set; } = new(40200);
|
|
public ModbusProperty<ushort> Unit7IvnProtect { get; set; } = new(40201);
|
|
public ModbusProperty<ushort> Unit7ManualShutdown { get; set; } = new(40202);
|
|
public ModbusProperty<ushort> Reserve203 { get; set; } = new(40203);
|
|
public ModbusProperty<ushort> Reserve204 { get; set; } = new(40204);
|
|
|
|
public ModbusProperty<ushort> Unit8Pull { get; set; } = new(40205);
|
|
public ModbusProperty<ushort> Unit8RecFail { get; set; } = new(40206);
|
|
public ModbusProperty<ushort> Unit8InvFail { get; set; } = new(40207);
|
|
public ModbusProperty<ushort> Unit8RecOverTemp { get; set; } = new(40208);
|
|
public ModbusProperty<ushort> Unit8FanFail { get; set; } = new(40209);
|
|
public ModbusProperty<ushort> Unit8IvnOverLoad { get; set; } = new(40210);
|
|
public ModbusProperty<ushort> Unit8IvnOverLoadTimeOut { get; set; } = new(40211);
|
|
public ModbusProperty<ushort> Unit8IvnOverTemp { get; set; } = new(40212);
|
|
public ModbusProperty<ushort> Unit8IvnProtect { get; set; } = new(40213);
|
|
public ModbusProperty<ushort> Unit8ManualShutdown { get; set; } = new(40214);
|
|
public ModbusProperty<ushort> Reserve215 { get; set; } = new(40215);
|
|
public ModbusProperty<ushort> Reserve216 { get; set; } = new(40216);
|
|
|
|
public ModbusProperty<ushort> Unit9Pull { get; set; } = new(40217);
|
|
public ModbusProperty<ushort> Unit9RecFail { get; set; } = new(40218);
|
|
public ModbusProperty<ushort> Unit9InvFail { get; set; } = new(40219);
|
|
public ModbusProperty<ushort> Unit9RecOverTemp { get; set; } = new(40220);
|
|
public ModbusProperty<ushort> Unit9FanFail { get; set; } = new(40221);
|
|
public ModbusProperty<ushort> Unit9IvnOverLoad { get; set; } = new(40222);
|
|
public ModbusProperty<ushort> Unit9IvnOverLoadTimeOut { get; set; } = new(40223);
|
|
public ModbusProperty<ushort> Unit9IvnOverTemp { get; set; } = new(40224);
|
|
public ModbusProperty<ushort> Unit9IvnProtect { get; set; } = new(40225);
|
|
public ModbusProperty<ushort> Unit9ManualShutdown { get; set; } = new(40226);
|
|
public ModbusProperty<ushort> Reserve227 { get; set; } = new(40227);
|
|
public ModbusProperty<ushort> Reserve228 { get; set; } = new(40228);
|
|
|
|
public ModbusProperty<ushort> Unit10Pull { get; set; } = new(40229);
|
|
public ModbusProperty<ushort> Unit10RecFail { get; set; } = new(40230);
|
|
public ModbusProperty<ushort> Unit10InvFail { get; set; } = new(40231);
|
|
public ModbusProperty<ushort> Unit10RecOverTemp { get; set; } = new(40232);
|
|
public ModbusProperty<ushort> Unit10FanFail { get; set; } = new(40233);
|
|
public ModbusProperty<ushort> Unit10IvnOverLoad { get; set; } = new(40234);
|
|
public ModbusProperty<ushort> Unit10IvnOverLoadTimeOut { get; set; } = new(40235);
|
|
public ModbusProperty<ushort> Unit10IvnOverTemp { get; set; } = new(40236);
|
|
public ModbusProperty<ushort> Unit10IvnProtect { get; set; } = new(40237);
|
|
public ModbusProperty<ushort> Unit10ManualShutdown { get; set; } = new(40238);
|
|
public ModbusProperty<ushort> Reserve239 { get; set; } = new(40239);
|
|
public ModbusProperty<ushort> Reserve240 { get; set; } = new(40240);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |