|
|
using HybirdFrameworkDriver.ModbusTcpMaster;
|
|
|
|
|
|
namespace Service.FireControl.Msg;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 6.2
|
|
|
/// </summary>
|
|
|
public class Subzone6
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 防护区编号
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> ProtectionZone01 { get; set; } = new(2049);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 报警级别
|
|
|
/// 0x0000:默认状态
|
|
|
/// 0x0001:一级预警
|
|
|
/// 0x0002:二级报警
|
|
|
/// 0x0003:三级报警
|
|
|
/// 0x0004:四级报警(预留)
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> AlarmLevel01 { get; set; } = new(2050);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 故障 0xFF00:故障 0x0000:无故障
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> Breakdown01 { get; set; } = new(2051);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 手动模式 0xFF00:手动模式0x0000:默认模式
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> ManualMode01 { get; set; } = new(2052);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 自动模式 0xFF00:自动状态0x0000:默认状态
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> AutomaticMode01 { get; set; } = new(2053);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 手动启动 0xFF00:手动启动状态0x0000:默认状态
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> ManualStart01 { get; set; } = new(2054);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 手动急停 0xFF00:手动急停状0x0000:默认状态
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> ManualScram01 { get; set; } = new(2055);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 启动控制 0xFF00:防护区存在启动控制信号0x0000:默认状态
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> StartUpControl01 { get; set; } = new(2056);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 延时 0xFF00:防护区处于延时状态0x0000:默认状态
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> Delay01 { get; set; } = new(2057);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 延时时间 剩余延时时间 单位:s
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> DelayTime01 { get; set; } = new(2058);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 启动喷洒 0xFF00:启动状态,表示发出启动喷 洒控制信号 0x0000:默认状态
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> PrimingSpray01 { get; set; } = new(2059);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 喷洒 0xFF00:喷洒状态,灭火器启动成功0x0000:默认状态
|
|
|
/// </summary>
|
|
|
public ModbusProperty<ushort> Spray01 { get; set; } = new(2060);
|
|
|
|
|
|
public ModbusProperty<ushort> ProtectionZone02 { get; set; } = new(2079);
|
|
|
public ModbusProperty<ushort> AlarmLevel02 { get; set; } = new(2098);
|
|
|
public ModbusProperty<ushort> Breakdown02 { get; set; } = new(2117);
|
|
|
public ModbusProperty<ushort> ManualMode02 { get; set; } = new(2136);
|
|
|
public ModbusProperty<ushort> AutomaticMode02 { get; set; } = new(2155);
|
|
|
public ModbusProperty<ushort> ManualStart02 { get; set; } = new(2174);
|
|
|
public ModbusProperty<ushort> ManualScram02 { get; set; } = new(2193);
|
|
|
public ModbusProperty<ushort> StartUpControl02 { get; set; } = new(2212);
|
|
|
public ModbusProperty<ushort> Delay02 { get; set; } = new(2231);
|
|
|
public ModbusProperty<ushort> DelayTime02 { get; set; } = new(2250);
|
|
|
public ModbusProperty<ushort> PrimingSpray02 { get; set; } = new(2269);
|
|
|
public ModbusProperty<ushort> Spray02 { get; set; } = new(2288);
|
|
|
public ModbusProperty<ushort> ProtectionZone03 { get; set; } = new(2307);
|
|
|
public ModbusProperty<ushort> AlarmLevel03 { get; set; } = new(2326);
|
|
|
public ModbusProperty<ushort> Breakdown03 { get; set; } = new(2345);
|
|
|
public ModbusProperty<ushort> ManualMode03 { get; set; } = new(2364);
|
|
|
public ModbusProperty<ushort> AutomaticMode03 { get; set; } = new(2383);
|
|
|
public ModbusProperty<ushort> ManualStart03 { get; set; } = new(2402);
|
|
|
public ModbusProperty<ushort> ManualScram03 { get; set; } = new(2421);
|
|
|
public ModbusProperty<ushort> StartUpControl03 { get; set; } = new(2440);
|
|
|
public ModbusProperty<ushort> Delay03 { get; set; } = new(2459);
|
|
|
public ModbusProperty<ushort> DelayTime03 { get; set; } = new(2478);
|
|
|
public ModbusProperty<ushort> PrimingSpray03 { get; set; } = new(2497);
|
|
|
public ModbusProperty<ushort> Spray03 { get; set; } = new(2516);
|
|
|
public ModbusProperty<ushort> ProtectionZone04 { get; set; } = new(2535);
|
|
|
public ModbusProperty<ushort> AlarmLevel04 { get; set; } = new(2554);
|
|
|
public ModbusProperty<ushort> Breakdown04 { get; set; } = new(2573);
|
|
|
public ModbusProperty<ushort> ManualMode04 { get; set; } = new(2592);
|
|
|
public ModbusProperty<ushort> AutomaticMode04 { get; set; } = new(2611);
|
|
|
public ModbusProperty<ushort> ManualStart04 { get; set; } = new(2630);
|
|
|
public ModbusProperty<ushort> ManualScram04 { get; set; } = new(2649);
|
|
|
public ModbusProperty<ushort> StartUpControl04 { get; set; } = new(2668);
|
|
|
public ModbusProperty<ushort> Delay04 { get; set; } = new(2687);
|
|
|
public ModbusProperty<ushort> DelayTime04 { get; set; } = new(2706);
|
|
|
public ModbusProperty<ushort> PrimingSpray04 { get; set; } = new(2725);
|
|
|
public ModbusProperty<ushort> Spray04 { get; set; } = new(2744);
|
|
|
public ModbusProperty<ushort> ProtectionZone05 { get; set; } = new(2763);
|
|
|
public ModbusProperty<ushort> AlarmLevel05 { get; set; } = new(2782);
|
|
|
public ModbusProperty<ushort> Breakdown05 { get; set; } = new(2801);
|
|
|
public ModbusProperty<ushort> ManualMode05 { get; set; } = new(2820);
|
|
|
public ModbusProperty<ushort> AutomaticMode05 { get; set; } = new(2839);
|
|
|
public ModbusProperty<ushort> ManualStart05 { get; set; } = new(2858);
|
|
|
public ModbusProperty<ushort> ManualScram05 { get; set; } = new(2877);
|
|
|
public ModbusProperty<ushort> StartUpControl05 { get; set; } = new(2896);
|
|
|
public ModbusProperty<ushort> Delay05 { get; set; } = new(2915);
|
|
|
public ModbusProperty<ushort> DelayTime05 { get; set; } = new(2934);
|
|
|
public ModbusProperty<ushort> PrimingSpray05 { get; set; } = new(2953);
|
|
|
public ModbusProperty<ushort> Spray05 { get; set; } = new(2972);
|
|
|
public ModbusProperty<ushort> ProtectionZone06 { get; set; } = new(2991);
|
|
|
public ModbusProperty<ushort> AlarmLevel06 { get; set; } = new(3010);
|
|
|
public ModbusProperty<ushort> Breakdown06 { get; set; } = new(3029);
|
|
|
public ModbusProperty<ushort> ManualMode06 { get; set; } = new(3048);
|
|
|
public ModbusProperty<ushort> AutomaticMode06 { get; set; } = new(3067);
|
|
|
public ModbusProperty<ushort> ManualStart06 { get; set; } = new(3086);
|
|
|
public ModbusProperty<ushort> ManualScram06 { get; set; } = new(3105);
|
|
|
public ModbusProperty<ushort> StartUpControl06 { get; set; } = new(3124);
|
|
|
public ModbusProperty<ushort> Delay06 { get; set; } = new(3143);
|
|
|
public ModbusProperty<ushort> DelayTime06 { get; set; } = new(3162);
|
|
|
public ModbusProperty<ushort> PrimingSpray06 { get; set; } = new(3181);
|
|
|
public ModbusProperty<ushort> Spray06 { get; set; } = new(3200);
|
|
|
public ModbusProperty<ushort> ProtectionZone07 { get; set; } = new(3219);
|
|
|
public ModbusProperty<ushort> AlarmLevel07 { get; set; } = new(3238);
|
|
|
public ModbusProperty<ushort> Breakdown07 { get; set; } = new(3257);
|
|
|
public ModbusProperty<ushort> ManualMode07 { get; set; } = new(3276);
|
|
|
public ModbusProperty<ushort> AutomaticMode07 { get; set; } = new(3295);
|
|
|
public ModbusProperty<ushort> ManualStart07 { get; set; } = new(3314);
|
|
|
public ModbusProperty<ushort> ManualScram07 { get; set; } = new(3333);
|
|
|
public ModbusProperty<ushort> StartUpControl07 { get; set; } = new(3352);
|
|
|
public ModbusProperty<ushort> Delay07 { get; set; } = new(3371);
|
|
|
public ModbusProperty<ushort> DelayTime07 { get; set; } = new(3390);
|
|
|
public ModbusProperty<ushort> PrimingSpray07 { get; set; } = new(3409);
|
|
|
public ModbusProperty<ushort> Spray07 { get; set; } = new(3428);
|
|
|
public ModbusProperty<ushort> ProtectionZone08 { get; set; } = new(3447);
|
|
|
public ModbusProperty<ushort> AlarmLevel08 { get; set; } = new(3466);
|
|
|
public ModbusProperty<ushort> Breakdown08 { get; set; } = new(3485);
|
|
|
public ModbusProperty<ushort> ManualMode08 { get; set; } = new(3504);
|
|
|
public ModbusProperty<ushort> AutomaticMode08 { get; set; } = new(3523);
|
|
|
public ModbusProperty<ushort> ManualStart08 { get; set; } = new(3542);
|
|
|
public ModbusProperty<ushort> ManualScram08 { get; set; } = new(3561);
|
|
|
public ModbusProperty<ushort> StartUpControl08 { get; set; } = new(3580);
|
|
|
public ModbusProperty<ushort> Delay08 { get; set; } = new(3599);
|
|
|
public ModbusProperty<ushort> DelayTime08 { get; set; } = new(3618);
|
|
|
public ModbusProperty<ushort> PrimingSpray08 { get; set; } = new(3637);
|
|
|
public ModbusProperty<ushort> Spray08 { get; set; } = new(3656);
|
|
|
public ModbusProperty<ushort> ProtectionZone09 { get; set; } = new(3675);
|
|
|
public ModbusProperty<ushort> AlarmLevel09 { get; set; } = new(3694);
|
|
|
public ModbusProperty<ushort> Breakdown09 { get; set; } = new(3713);
|
|
|
public ModbusProperty<ushort> ManualMode09 { get; set; } = new(3732);
|
|
|
public ModbusProperty<ushort> AutomaticMode09 { get; set; } = new(3751);
|
|
|
public ModbusProperty<ushort> ManualStart09 { get; set; } = new(3770);
|
|
|
public ModbusProperty<ushort> ManualScram09 { get; set; } = new(3789);
|
|
|
public ModbusProperty<ushort> StartUpControl09 { get; set; } = new(3808);
|
|
|
public ModbusProperty<ushort> Delay09 { get; set; } = new(3827);
|
|
|
public ModbusProperty<ushort> DelayTime09 { get; set; } = new(3846);
|
|
|
public ModbusProperty<ushort> PrimingSpray09 { get; set; } = new(3865);
|
|
|
public ModbusProperty<ushort> Spray09 { get; set; } = new(3884);
|
|
|
public ModbusProperty<ushort> ProtectionZone10 { get; set; } = new(3903);
|
|
|
public ModbusProperty<ushort> AlarmLevel10 { get; set; } = new(3922);
|
|
|
public ModbusProperty<ushort> Breakdown10 { get; set; } = new(3941);
|
|
|
public ModbusProperty<ushort> ManualMode10 { get; set; } = new(3960);
|
|
|
public ModbusProperty<ushort> AutomaticMode10 { get; set; } = new(3979);
|
|
|
public ModbusProperty<ushort> ManualStart10 { get; set; } = new(3998);
|
|
|
public ModbusProperty<ushort> ManualScram10 { get; set; } = new(4017);
|
|
|
public ModbusProperty<ushort> StartUpControl10 { get; set; } = new(4036);
|
|
|
public ModbusProperty<ushort> Delay10 { get; set; } = new(4055);
|
|
|
public ModbusProperty<ushort> DelayTime10 { get; set; } = new(4074);
|
|
|
public ModbusProperty<ushort> PrimingSpray10 { get; set; } = new(4093);
|
|
|
public ModbusProperty<ushort> Spray10 { get; set; } = new(4112);
|
|
|
public ModbusProperty<ushort> ProtectionZone11 { get; set; } = new(4131);
|
|
|
public ModbusProperty<ushort> AlarmLevel11 { get; set; } = new(4150);
|
|
|
public ModbusProperty<ushort> Breakdown11 { get; set; } = new(4169);
|
|
|
public ModbusProperty<ushort> ManualMode11 { get; set; } = new(4188);
|
|
|
public ModbusProperty<ushort> AutomaticMode11 { get; set; } = new(4207);
|
|
|
public ModbusProperty<ushort> ManualStart11 { get; set; } = new(4226);
|
|
|
public ModbusProperty<ushort> ManualScram11 { get; set; } = new(4245);
|
|
|
public ModbusProperty<ushort> StartUpControl11 { get; set; } = new(4264);
|
|
|
public ModbusProperty<ushort> Delay11 { get; set; } = new(4283);
|
|
|
public ModbusProperty<ushort> DelayTime11 { get; set; } = new(4302);
|
|
|
public ModbusProperty<ushort> PrimingSpray11 { get; set; } = new(4321);
|
|
|
public ModbusProperty<ushort> Spray11 { get; set; } = new(4340);
|
|
|
public ModbusProperty<ushort> ProtectionZone12 { get; set; } = new(4359);
|
|
|
public ModbusProperty<ushort> AlarmLevel12 { get; set; } = new(4378);
|
|
|
public ModbusProperty<ushort> Breakdown12 { get; set; } = new(4397);
|
|
|
public ModbusProperty<ushort> ManualMode12 { get; set; } = new(4416);
|
|
|
public ModbusProperty<ushort> AutomaticMode12 { get; set; } = new(4435);
|
|
|
public ModbusProperty<ushort> ManualStart12 { get; set; } = new(4454);
|
|
|
public ModbusProperty<ushort> ManualScram12 { get; set; } = new(4473);
|
|
|
public ModbusProperty<ushort> StartUpControl12 { get; set; } = new(4492);
|
|
|
public ModbusProperty<ushort> Delay12 { get; set; } = new(4511);
|
|
|
public ModbusProperty<ushort> DelayTime12 { get; set; } = new(4530);
|
|
|
public ModbusProperty<ushort> PrimingSpray12 { get; set; } = new(4549);
|
|
|
public ModbusProperty<ushort> Spray12 { get; set; } = new(4568);
|
|
|
public ModbusProperty<ushort> ProtectionZone13 { get; set; } = new(4587);
|
|
|
public ModbusProperty<ushort> AlarmLevel13 { get; set; } = new(4606);
|
|
|
public ModbusProperty<ushort> Breakdown13 { get; set; } = new(4625);
|
|
|
public ModbusProperty<ushort> ManualMode13 { get; set; } = new(4644);
|
|
|
public ModbusProperty<ushort> AutomaticMode13 { get; set; } = new(4663);
|
|
|
public ModbusProperty<ushort> ManualStart13 { get; set; } = new(4682);
|
|
|
public ModbusProperty<ushort> ManualScram13 { get; set; } = new(4701);
|
|
|
public ModbusProperty<ushort> StartUpControl13 { get; set; } = new(4720);
|
|
|
public ModbusProperty<ushort> Delay13 { get; set; } = new(4739);
|
|
|
public ModbusProperty<ushort> DelayTime13 { get; set; } = new(4758);
|
|
|
public ModbusProperty<ushort> PrimingSpray13 { get; set; } = new(4777);
|
|
|
public ModbusProperty<ushort> Spray13 { get; set; } = new(4796);
|
|
|
public ModbusProperty<ushort> ProtectionZone14 { get; set; } = new(4815);
|
|
|
public ModbusProperty<ushort> AlarmLevel14 { get; set; } = new(4834);
|
|
|
public ModbusProperty<ushort> Breakdown14 { get; set; } = new(4853);
|
|
|
public ModbusProperty<ushort> ManualMode14 { get; set; } = new(4872);
|
|
|
public ModbusProperty<ushort> AutomaticMode14 { get; set; } = new(4891);
|
|
|
public ModbusProperty<ushort> ManualStart14 { get; set; } = new(4910);
|
|
|
public ModbusProperty<ushort> ManualScram14 { get; set; } = new(4929);
|
|
|
public ModbusProperty<ushort> StartUpControl14 { get; set; } = new(4948);
|
|
|
public ModbusProperty<ushort> Delay14 { get; set; } = new(4967);
|
|
|
public ModbusProperty<ushort> DelayTime14 { get; set; } = new(4986);
|
|
|
public ModbusProperty<ushort> PrimingSpray14 { get; set; } = new(5005);
|
|
|
public ModbusProperty<ushort> Spray14 { get; set; } = new(5024);
|
|
|
public ModbusProperty<ushort> ProtectionZone15 { get; set; } = new(5043);
|
|
|
public ModbusProperty<ushort> AlarmLevel15 { get; set; } = new(5062);
|
|
|
public ModbusProperty<ushort> Breakdown15 { get; set; } = new(5081);
|
|
|
public ModbusProperty<ushort> ManualMode15 { get; set; } = new(5100);
|
|
|
public ModbusProperty<ushort> AutomaticMode15 { get; set; } = new(5119);
|
|
|
public ModbusProperty<ushort> ManualStart15 { get; set; } = new(5138);
|
|
|
public ModbusProperty<ushort> ManualScram15 { get; set; } = new(5157);
|
|
|
public ModbusProperty<ushort> StartUpControl15 { get; set; } = new(5176);
|
|
|
public ModbusProperty<ushort> Delay15 { get; set; } = new(5195);
|
|
|
public ModbusProperty<ushort> DelayTime15 { get; set; } = new(5214);
|
|
|
public ModbusProperty<ushort> PrimingSpray15 { get; set; } = new(5233);
|
|
|
public ModbusProperty<ushort> Spray15 { get; set; } = new(5252);
|
|
|
public ModbusProperty<ushort> ProtectionZone16 { get; set; } = new(5271);
|
|
|
public ModbusProperty<ushort> AlarmLevel16 { get; set; } = new(5290);
|
|
|
public ModbusProperty<ushort> Breakdown16 { get; set; } = new(5309);
|
|
|
public ModbusProperty<ushort> ManualMode16 { get; set; } = new(5328);
|
|
|
public ModbusProperty<ushort> AutomaticMode16 { get; set; } = new(5347);
|
|
|
public ModbusProperty<ushort> ManualStart16 { get; set; } = new(5366);
|
|
|
public ModbusProperty<ushort> ManualScram16 { get; set; } = new(5385);
|
|
|
public ModbusProperty<ushort> StartUpControl16 { get; set; } = new(5404);
|
|
|
public ModbusProperty<ushort> Delay16 { get; set; } = new(5423);
|
|
|
public ModbusProperty<ushort> DelayTime16 { get; set; } = new(5442);
|
|
|
public ModbusProperty<ushort> PrimingSpray16 { get; set; } = new(5461);
|
|
|
public ModbusProperty<ushort> Spray16 { get; set; } = new(5480);
|
|
|
public ModbusProperty<ushort> ProtectionZone17 { get; set; } = new(5499);
|
|
|
public ModbusProperty<ushort> AlarmLevel17 { get; set; } = new(5518);
|
|
|
public ModbusProperty<ushort> Breakdown17 { get; set; } = new(5537);
|
|
|
public ModbusProperty<ushort> ManualMode17 { get; set; } = new(5556);
|
|
|
public ModbusProperty<ushort> AutomaticMode17 { get; set; } = new(5575);
|
|
|
public ModbusProperty<ushort> ManualStart17 { get; set; } = new(5594);
|
|
|
public ModbusProperty<ushort> ManualScram17 { get; set; } = new(5613);
|
|
|
public ModbusProperty<ushort> StartUpControl17 { get; set; } = new(5632);
|
|
|
public ModbusProperty<ushort> Delay17 { get; set; } = new(5651);
|
|
|
public ModbusProperty<ushort> DelayTime17 { get; set; } = new(5670);
|
|
|
public ModbusProperty<ushort> PrimingSpray17 { get; set; } = new(5689);
|
|
|
public ModbusProperty<ushort> Spray17 { get; set; } = new(5708);
|
|
|
public ModbusProperty<ushort> ProtectionZone18 { get; set; } = new(5727);
|
|
|
public ModbusProperty<ushort> AlarmLevel18 { get; set; } = new(5746);
|
|
|
public ModbusProperty<ushort> Breakdown18 { get; set; } = new(5765);
|
|
|
public ModbusProperty<ushort> ManualMode18 { get; set; } = new(5784);
|
|
|
public ModbusProperty<ushort> AutomaticMode18 { get; set; } = new(5803);
|
|
|
public ModbusProperty<ushort> ManualStart18 { get; set; } = new(5822);
|
|
|
public ModbusProperty<ushort> ManualScram18 { get; set; } = new(5841);
|
|
|
public ModbusProperty<ushort> StartUpControl18 { get; set; } = new(5860);
|
|
|
public ModbusProperty<ushort> Delay18 { get; set; } = new(5879);
|
|
|
public ModbusProperty<ushort> DelayTime18 { get; set; } = new(5898);
|
|
|
public ModbusProperty<ushort> PrimingSpray18 { get; set; } = new(5917);
|
|
|
public ModbusProperty<ushort> Spray18 { get; set; } = new(5936);
|
|
|
public ModbusProperty<ushort> ProtectionZone19 { get; set; } = new(5955);
|
|
|
public ModbusProperty<ushort> AlarmLevel19 { get; set; } = new(5974);
|
|
|
public ModbusProperty<ushort> Breakdown19 { get; set; } = new(5993);
|
|
|
public ModbusProperty<ushort> ManualMode19 { get; set; } = new(6012);
|
|
|
public ModbusProperty<ushort> AutomaticMode19 { get; set; } = new(6031);
|
|
|
public ModbusProperty<ushort> ManualStart19 { get; set; } = new(6050);
|
|
|
public ModbusProperty<ushort> ManualScram19 { get; set; } = new(6069);
|
|
|
public ModbusProperty<ushort> StartUpControl19 { get; set; } = new(6088);
|
|
|
public ModbusProperty<ushort> Delay19 { get; set; } = new(6107);
|
|
|
public ModbusProperty<ushort> DelayTime19 { get; set; } = new(6126);
|
|
|
public ModbusProperty<ushort> PrimingSpray19 { get; set; } = new(6145);
|
|
|
public ModbusProperty<ushort> Spray19 { get; set; } = new(6164);
|
|
|
public ModbusProperty<ushort> ProtectionZone20 { get; set; } = new(6183);
|
|
|
public ModbusProperty<ushort> AlarmLevel20 { get; set; } = new(6202);
|
|
|
public ModbusProperty<ushort> Breakdown20 { get; set; } = new(6221);
|
|
|
public ModbusProperty<ushort> ManualMode20 { get; set; } = new(6240);
|
|
|
public ModbusProperty<ushort> AutomaticMode20 { get; set; } = new(6259);
|
|
|
public ModbusProperty<ushort> ManualStart20 { get; set; } = new(6278);
|
|
|
public ModbusProperty<ushort> ManualScram20 { get; set; } = new(6297);
|
|
|
public ModbusProperty<ushort> StartUpControl20 { get; set; } = new(6316);
|
|
|
public ModbusProperty<ushort> Delay20 { get; set; } = new(6335);
|
|
|
public ModbusProperty<ushort> DelayTime20 { get; set; } = new(6354);
|
|
|
public ModbusProperty<ushort> PrimingSpray20 { get; set; } = new(6373);
|
|
|
public ModbusProperty<ushort> Spray20 { get; set; } = new(6392);
|
|
|
public ModbusProperty<ushort> ProtectionZone21 { get; set; } = new(6411);
|
|
|
public ModbusProperty<ushort> AlarmLevel21 { get; set; } = new(6430);
|
|
|
public ModbusProperty<ushort> Breakdown21 { get; set; } = new(6449);
|
|
|
public ModbusProperty<ushort> ManualMode21 { get; set; } = new(6468);
|
|
|
public ModbusProperty<ushort> AutomaticMode21 { get; set; } = new(6487);
|
|
|
public ModbusProperty<ushort> ManualStart21 { get; set; } = new(6506);
|
|
|
public ModbusProperty<ushort> ManualScram21 { get; set; } = new(6525);
|
|
|
public ModbusProperty<ushort> StartUpControl21 { get; set; } = new(6544);
|
|
|
public ModbusProperty<ushort> Delay21 { get; set; } = new(6563);
|
|
|
public ModbusProperty<ushort> DelayTime21 { get; set; } = new(6582);
|
|
|
public ModbusProperty<ushort> PrimingSpray21 { get; set; } = new(6601);
|
|
|
public ModbusProperty<ushort> Spray21 { get; set; } = new(6620);
|
|
|
public ModbusProperty<ushort> ProtectionZone22 { get; set; } = new(6639);
|
|
|
public ModbusProperty<ushort> AlarmLevel22 { get; set; } = new(6658);
|
|
|
public ModbusProperty<ushort> Breakdown22 { get; set; } = new(6677);
|
|
|
public ModbusProperty<ushort> ManualMode22 { get; set; } = new(6696);
|
|
|
public ModbusProperty<ushort> AutomaticMode22 { get; set; } = new(6715);
|
|
|
public ModbusProperty<ushort> ManualStart22 { get; set; } = new(6734);
|
|
|
public ModbusProperty<ushort> ManualScram22 { get; set; } = new(6753);
|
|
|
public ModbusProperty<ushort> StartUpControl22 { get; set; } = new(6772);
|
|
|
public ModbusProperty<ushort> Delay22 { get; set; } = new(6791);
|
|
|
public ModbusProperty<ushort> DelayTime22 { get; set; } = new(6810);
|
|
|
public ModbusProperty<ushort> PrimingSpray22 { get; set; } = new(6829);
|
|
|
public ModbusProperty<ushort> Spray22 { get; set; } = new(6848);
|
|
|
public ModbusProperty<ushort> ProtectionZone23 { get; set; } = new(6867);
|
|
|
public ModbusProperty<ushort> AlarmLevel23 { get; set; } = new(6886);
|
|
|
public ModbusProperty<ushort> Breakdown23 { get; set; } = new(6905);
|
|
|
public ModbusProperty<ushort> ManualMode23 { get; set; } = new(6924);
|
|
|
public ModbusProperty<ushort> AutomaticMode23 { get; set; } = new(6943);
|
|
|
public ModbusProperty<ushort> ManualStart23 { get; set; } = new(6962);
|
|
|
public ModbusProperty<ushort> ManualScram23 { get; set; } = new(6981);
|
|
|
public ModbusProperty<ushort> StartUpControl23 { get; set; } = new(7000);
|
|
|
public ModbusProperty<ushort> Delay23 { get; set; } = new(7019);
|
|
|
public ModbusProperty<ushort> DelayTime23 { get; set; } = new(7038);
|
|
|
public ModbusProperty<ushort> PrimingSpray23 { get; set; } = new(7057);
|
|
|
public ModbusProperty<ushort> Spray23 { get; set; } = new(7076);
|
|
|
public ModbusProperty<ushort> ProtectionZone24 { get; set; } = new(7095);
|
|
|
public ModbusProperty<ushort> AlarmLevel24 { get; set; } = new(7114);
|
|
|
public ModbusProperty<ushort> Breakdown24 { get; set; } = new(7133);
|
|
|
public ModbusProperty<ushort> ManualMode24 { get; set; } = new(7152);
|
|
|
public ModbusProperty<ushort> AutomaticMode24 { get; set; } = new(7171);
|
|
|
public ModbusProperty<ushort> ManualStart24 { get; set; } = new(7190);
|
|
|
public ModbusProperty<ushort> ManualScram24 { get; set; } = new(7209);
|
|
|
public ModbusProperty<ushort> StartUpControl24 { get; set; } = new(7228);
|
|
|
public ModbusProperty<ushort> Delay24 { get; set; } = new(7247);
|
|
|
public ModbusProperty<ushort> DelayTime24 { get; set; } = new(7266);
|
|
|
public ModbusProperty<ushort> PrimingSpray24 { get; set; } = new(7285);
|
|
|
public ModbusProperty<ushort> Spray24 { get; set; } = new(7304);
|
|
|
public ModbusProperty<ushort> ProtectionZone25 { get; set; } = new(7323);
|
|
|
public ModbusProperty<ushort> AlarmLevel25 { get; set; } = new(7342);
|
|
|
public ModbusProperty<ushort> Breakdown25 { get; set; } = new(7361);
|
|
|
public ModbusProperty<ushort> ManualMode25 { get; set; } = new(7380);
|
|
|
public ModbusProperty<ushort> AutomaticMode25 { get; set; } = new(7399);
|
|
|
public ModbusProperty<ushort> ManualStart25 { get; set; } = new(7418);
|
|
|
public ModbusProperty<ushort> ManualScram25 { get; set; } = new(7437);
|
|
|
public ModbusProperty<ushort> StartUpControl25 { get; set; } = new(7456);
|
|
|
public ModbusProperty<ushort> Delay25 { get; set; } = new(7475);
|
|
|
public ModbusProperty<ushort> DelayTime25 { get; set; } = new(7494);
|
|
|
public ModbusProperty<ushort> PrimingSpray25 { get; set; } = new(7513);
|
|
|
public ModbusProperty<ushort> Spray25 { get; set; } = new(7532);
|
|
|
public ModbusProperty<ushort> ProtectionZone26 { get; set; } = new(7551);
|
|
|
public ModbusProperty<ushort> AlarmLevel26 { get; set; } = new(7570);
|
|
|
public ModbusProperty<ushort> Breakdown26 { get; set; } = new(7589);
|
|
|
public ModbusProperty<ushort> ManualMode26 { get; set; } = new(7608);
|
|
|
public ModbusProperty<ushort> AutomaticMode26 { get; set; } = new(7627);
|
|
|
public ModbusProperty<ushort> ManualStart26 { get; set; } = new(7646);
|
|
|
public ModbusProperty<ushort> ManualScram26 { get; set; } = new(7665);
|
|
|
public ModbusProperty<ushort> StartUpControl26 { get; set; } = new(7684);
|
|
|
public ModbusProperty<ushort> Delay26 { get; set; } = new(7703);
|
|
|
public ModbusProperty<ushort> DelayTime26 { get; set; } = new(7722);
|
|
|
public ModbusProperty<ushort> PrimingSpray26 { get; set; } = new(7741);
|
|
|
public ModbusProperty<ushort> Spray26 { get; set; } = new(7760);
|
|
|
public ModbusProperty<ushort> ProtectionZone27 { get; set; } = new(7779);
|
|
|
public ModbusProperty<ushort> AlarmLevel27 { get; set; } = new(7798);
|
|
|
public ModbusProperty<ushort> Breakdown27 { get; set; } = new(7817);
|
|
|
public ModbusProperty<ushort> ManualMode27 { get; set; } = new(7836);
|
|
|
public ModbusProperty<ushort> AutomaticMode27 { get; set; } = new(7855);
|
|
|
public ModbusProperty<ushort> ManualStart27 { get; set; } = new(7874);
|
|
|
public ModbusProperty<ushort> ManualScram27 { get; set; } = new(7893);
|
|
|
public ModbusProperty<ushort> StartUpControl27 { get; set; } = new(7912);
|
|
|
public ModbusProperty<ushort> Delay27 { get; set; } = new(7931);
|
|
|
public ModbusProperty<ushort> DelayTime27 { get; set; } = new(7950);
|
|
|
public ModbusProperty<ushort> PrimingSpray27 { get; set; } = new(7969);
|
|
|
public ModbusProperty<ushort> Spray27 { get; set; } = new(7988);
|
|
|
public ModbusProperty<ushort> ProtectionZone28 { get; set; } = new(8007);
|
|
|
public ModbusProperty<ushort> AlarmLevel28 { get; set; } = new(8026);
|
|
|
public ModbusProperty<ushort> Breakdown28 { get; set; } = new(8045);
|
|
|
public ModbusProperty<ushort> ManualMode28 { get; set; } = new(8064);
|
|
|
public ModbusProperty<ushort> AutomaticMode28 { get; set; } = new(8083);
|
|
|
public ModbusProperty<ushort> ManualStart28 { get; set; } = new(8102);
|
|
|
public ModbusProperty<ushort> ManualScram28 { get; set; } = new(8121);
|
|
|
public ModbusProperty<ushort> StartUpControl28 { get; set; } = new(8140);
|
|
|
public ModbusProperty<ushort> Delay28 { get; set; } = new(8159);
|
|
|
public ModbusProperty<ushort> DelayTime28 { get; set; } = new(8178);
|
|
|
public ModbusProperty<ushort> PrimingSpray28 { get; set; } = new(8197);
|
|
|
public ModbusProperty<ushort> Spray28 { get; set; } = new(8216);
|
|
|
public ModbusProperty<ushort> ProtectionZone29 { get; set; } = new(8235);
|
|
|
public ModbusProperty<ushort> AlarmLevel29 { get; set; } = new(8254);
|
|
|
public ModbusProperty<ushort> Breakdown29 { get; set; } = new(8273);
|
|
|
public ModbusProperty<ushort> ManualMode29 { get; set; } = new(8292);
|
|
|
public ModbusProperty<ushort> AutomaticMode29 { get; set; } = new(8311);
|
|
|
public ModbusProperty<ushort> ManualStart29 { get; set; } = new(8330);
|
|
|
public ModbusProperty<ushort> ManualScram29 { get; set; } = new(8349);
|
|
|
public ModbusProperty<ushort> StartUpControl29 { get; set; } = new(8368);
|
|
|
public ModbusProperty<ushort> Delay29 { get; set; } = new(8387);
|
|
|
public ModbusProperty<ushort> DelayTime29 { get; set; } = new(8406);
|
|
|
public ModbusProperty<ushort> PrimingSpray29 { get; set; } = new(8425);
|
|
|
public ModbusProperty<ushort> Spray29 { get; set; } = new(8444);
|
|
|
public ModbusProperty<ushort> ProtectionZone30 { get; set; } = new(8463);
|
|
|
public ModbusProperty<ushort> AlarmLevel30 { get; set; } = new(8482);
|
|
|
public ModbusProperty<ushort> Breakdown30 { get; set; } = new(8501);
|
|
|
public ModbusProperty<ushort> ManualMode30 { get; set; } = new(8520);
|
|
|
public ModbusProperty<ushort> AutomaticMode30 { get; set; } = new(8539);
|
|
|
public ModbusProperty<ushort> ManualStart30 { get; set; } = new(8558);
|
|
|
public ModbusProperty<ushort> ManualScram30 { get; set; } = new(8577);
|
|
|
public ModbusProperty<ushort> StartUpControl30 { get; set; } = new(8596);
|
|
|
public ModbusProperty<ushort> Delay30 { get; set; } = new(8615);
|
|
|
public ModbusProperty<ushort> DelayTime30 { get; set; } = new(8634);
|
|
|
public ModbusProperty<ushort> PrimingSpray30 { get; set; } = new(8653);
|
|
|
public ModbusProperty<ushort> Spray30 { get; set; } = new(8672);
|
|
|
public ModbusProperty<ushort> ProtectionZone31 { get; set; } = new(8691);
|
|
|
public ModbusProperty<ushort> AlarmLevel31 { get; set; } = new(8710);
|
|
|
public ModbusProperty<ushort> Breakdown31 { get; set; } = new(8729);
|
|
|
public ModbusProperty<ushort> ManualMode31 { get; set; } = new(8748);
|
|
|
public ModbusProperty<ushort> AutomaticMode31 { get; set; } = new(8767);
|
|
|
public ModbusProperty<ushort> ManualStart31 { get; set; } = new(8786);
|
|
|
public ModbusProperty<ushort> ManualScram31 { get; set; } = new(8805);
|
|
|
public ModbusProperty<ushort> StartUpControl31 { get; set; } = new(8824);
|
|
|
public ModbusProperty<ushort> Delay31 { get; set; } = new(8843);
|
|
|
public ModbusProperty<ushort> DelayTime31 { get; set; } = new(8862);
|
|
|
public ModbusProperty<ushort> PrimingSpray31 { get; set; } = new(8881);
|
|
|
public ModbusProperty<ushort> Spray31 { get; set; } = new(8900);
|
|
|
public ModbusProperty<ushort> ProtectionZone32 { get; set; } = new(8919);
|
|
|
public ModbusProperty<ushort> AlarmLevel32 { get; set; } = new(8938);
|
|
|
public ModbusProperty<ushort> Breakdown32 { get; set; } = new(8957);
|
|
|
public ModbusProperty<ushort> ManualMode32 { get; set; } = new(8976);
|
|
|
public ModbusProperty<ushort> AutomaticMode32 { get; set; } = new(8995);
|
|
|
public ModbusProperty<ushort> ManualStart32 { get; set; } = new(9014);
|
|
|
public ModbusProperty<ushort> ManualScram32 { get; set; } = new(9033);
|
|
|
public ModbusProperty<ushort> StartUpControl32 { get; set; } = new(9052);
|
|
|
public ModbusProperty<ushort> Delay32 { get; set; } = new(9071);
|
|
|
public ModbusProperty<ushort> DelayTime32 { get; set; } = new(9090);
|
|
|
public ModbusProperty<ushort> PrimingSpray32 { get; set; } = new(9109);
|
|
|
public ModbusProperty<ushort> Spray32 { get; set; } = new(9128);
|
|
|
public ModbusProperty<ushort> ProtectionZone33 { get; set; } = new(9147);
|
|
|
public ModbusProperty<ushort> AlarmLevel33 { get; set; } = new(9166);
|
|
|
public ModbusProperty<ushort> Breakdown33 { get; set; } = new(9185);
|
|
|
public ModbusProperty<ushort> ManualMode33 { get; set; } = new(9204);
|
|
|
public ModbusProperty<ushort> AutomaticMode33 { get; set; } = new(9223);
|
|
|
public ModbusProperty<ushort> ManualStart33 { get; set; } = new(9242);
|
|
|
public ModbusProperty<ushort> ManualScram33 { get; set; } = new(9261);
|
|
|
public ModbusProperty<ushort> StartUpControl33 { get; set; } = new(9280);
|
|
|
public ModbusProperty<ushort> Delay33 { get; set; } = new(9299);
|
|
|
public ModbusProperty<ushort> DelayTime33 { get; set; } = new(9318);
|
|
|
public ModbusProperty<ushort> PrimingSpray33 { get; set; } = new(9337);
|
|
|
public ModbusProperty<ushort> Spray33 { get; set; } = new(9356);
|
|
|
public ModbusProperty<ushort> ProtectionZone34 { get; set; } = new(9375);
|
|
|
public ModbusProperty<ushort> AlarmLevel34 { get; set; } = new(9394);
|
|
|
public ModbusProperty<ushort> Breakdown34 { get; set; } = new(9413);
|
|
|
public ModbusProperty<ushort> ManualMode34 { get; set; } = new(9432);
|
|
|
public ModbusProperty<ushort> AutomaticMode34 { get; set; } = new(9451);
|
|
|
public ModbusProperty<ushort> ManualStart34 { get; set; } = new(9470);
|
|
|
public ModbusProperty<ushort> ManualScram34 { get; set; } = new(9489);
|
|
|
public ModbusProperty<ushort> StartUpControl34 { get; set; } = new(9508);
|
|
|
public ModbusProperty<ushort> Delay34 { get; set; } = new(9527);
|
|
|
public ModbusProperty<ushort> DelayTime34 { get; set; } = new(9546);
|
|
|
public ModbusProperty<ushort> PrimingSpray34 { get; set; } = new(9565);
|
|
|
public ModbusProperty<ushort> Spray34 { get; set; } = new(9584);
|
|
|
public ModbusProperty<ushort> ProtectionZone35 { get; set; } = new(9603);
|
|
|
public ModbusProperty<ushort> AlarmLevel35 { get; set; } = new(9622);
|
|
|
public ModbusProperty<ushort> Breakdown35 { get; set; } = new(9641);
|
|
|
public ModbusProperty<ushort> ManualMode35 { get; set; } = new(9660);
|
|
|
public ModbusProperty<ushort> AutomaticMode35 { get; set; } = new(9679);
|
|
|
public ModbusProperty<ushort> ManualStart35 { get; set; } = new(9698);
|
|
|
public ModbusProperty<ushort> ManualScram35 { get; set; } = new(9717);
|
|
|
public ModbusProperty<ushort> StartUpControl35 { get; set; } = new(9736);
|
|
|
public ModbusProperty<ushort> Delay35 { get; set; } = new(9755);
|
|
|
public ModbusProperty<ushort> DelayTime35 { get; set; } = new(9774);
|
|
|
public ModbusProperty<ushort> PrimingSpray35 { get; set; } = new(9793);
|
|
|
public ModbusProperty<ushort> Spray35 { get; set; } = new(9812);
|
|
|
public ModbusProperty<ushort> ProtectionZone36 { get; set; } = new(9831);
|
|
|
public ModbusProperty<ushort> AlarmLevel36 { get; set; } = new(9850);
|
|
|
public ModbusProperty<ushort> Breakdown36 { get; set; } = new(9869);
|
|
|
public ModbusProperty<ushort> ManualMode36 { get; set; } = new(9888);
|
|
|
public ModbusProperty<ushort> AutomaticMode36 { get; set; } = new(9907);
|
|
|
public ModbusProperty<ushort> ManualStart36 { get; set; } = new(9926);
|
|
|
public ModbusProperty<ushort> ManualScram36 { get; set; } = new(9945);
|
|
|
public ModbusProperty<ushort> StartUpControl36 { get; set; } = new(9964);
|
|
|
public ModbusProperty<ushort> Delay36 { get; set; } = new(9983);
|
|
|
public ModbusProperty<ushort> DelayTime36 { get; set; } = new(10002);
|
|
|
public ModbusProperty<ushort> PrimingSpray36 { get; set; } = new(10021);
|
|
|
public ModbusProperty<ushort> Spray36 { get; set; } = new(10040);
|
|
|
public ModbusProperty<ushort> ProtectionZone37 { get; set; } = new(10059);
|
|
|
public ModbusProperty<ushort> AlarmLevel37 { get; set; } = new(10078);
|
|
|
public ModbusProperty<ushort> Breakdown37 { get; set; } = new(10097);
|
|
|
public ModbusProperty<ushort> ManualMode37 { get; set; } = new(10116);
|
|
|
public ModbusProperty<ushort> AutomaticMode37 { get; set; } = new(10135);
|
|
|
public ModbusProperty<ushort> ManualStart37 { get; set; } = new(10154);
|
|
|
public ModbusProperty<ushort> ManualScram37 { get; set; } = new(10173);
|
|
|
public ModbusProperty<ushort> StartUpControl37 { get; set; } = new(10192);
|
|
|
public ModbusProperty<ushort> Delay37 { get; set; } = new(10211);
|
|
|
public ModbusProperty<ushort> DelayTime37 { get; set; } = new(10230);
|
|
|
public ModbusProperty<ushort> PrimingSpray37 { get; set; } = new(10249);
|
|
|
public ModbusProperty<ushort> Spray37 { get; set; } = new(10268);
|
|
|
public ModbusProperty<ushort> ProtectionZone38 { get; set; } = new(10287);
|
|
|
public ModbusProperty<ushort> AlarmLevel38 { get; set; } = new(10306);
|
|
|
public ModbusProperty<ushort> Breakdown38 { get; set; } = new(10325);
|
|
|
public ModbusProperty<ushort> ManualMode38 { get; set; } = new(10344);
|
|
|
public ModbusProperty<ushort> AutomaticMode38 { get; set; } = new(10363);
|
|
|
public ModbusProperty<ushort> ManualStart38 { get; set; } = new(10382);
|
|
|
public ModbusProperty<ushort> ManualScram38 { get; set; } = new(10401);
|
|
|
public ModbusProperty<ushort> StartUpControl38 { get; set; } = new(10420);
|
|
|
public ModbusProperty<ushort> Delay38 { get; set; } = new(10439);
|
|
|
public ModbusProperty<ushort> DelayTime38 { get; set; } = new(10458);
|
|
|
public ModbusProperty<ushort> PrimingSpray38 { get; set; } = new(10477);
|
|
|
public ModbusProperty<ushort> Spray38 { get; set; } = new(10496);
|
|
|
public ModbusProperty<ushort> ProtectionZone39 { get; set; } = new(10515);
|
|
|
public ModbusProperty<ushort> AlarmLevel39 { get; set; } = new(10534);
|
|
|
public ModbusProperty<ushort> Breakdown39 { get; set; } = new(10553);
|
|
|
public ModbusProperty<ushort> ManualMode39 { get; set; } = new(10572);
|
|
|
public ModbusProperty<ushort> AutomaticMode39 { get; set; } = new(10591);
|
|
|
public ModbusProperty<ushort> ManualStart39 { get; set; } = new(10610);
|
|
|
public ModbusProperty<ushort> ManualScram39 { get; set; } = new(10629);
|
|
|
public ModbusProperty<ushort> StartUpControl39 { get; set; } = new(10648);
|
|
|
public ModbusProperty<ushort> Delay39 { get; set; } = new(10667);
|
|
|
public ModbusProperty<ushort> DelayTime39 { get; set; } = new(10686);
|
|
|
public ModbusProperty<ushort> PrimingSpray39 { get; set; } = new(10705);
|
|
|
public ModbusProperty<ushort> Spray39 { get; set; } = new(10724);
|
|
|
public ModbusProperty<ushort> ProtectionZone40 { get; set; } = new(10743);
|
|
|
public ModbusProperty<ushort> AlarmLevel40 { get; set; } = new(10762);
|
|
|
public ModbusProperty<ushort> Breakdown40 { get; set; } = new(10781);
|
|
|
public ModbusProperty<ushort> ManualMode40 { get; set; } = new(10800);
|
|
|
public ModbusProperty<ushort> AutomaticMode40 { get; set; } = new(10819);
|
|
|
public ModbusProperty<ushort> ManualStart40 { get; set; } = new(10838);
|
|
|
public ModbusProperty<ushort> ManualScram40 { get; set; } = new(10857);
|
|
|
public ModbusProperty<ushort> StartUpControl40 { get; set; } = new(10876);
|
|
|
public ModbusProperty<ushort> Delay40 { get; set; } = new(10895);
|
|
|
public ModbusProperty<ushort> DelayTime40 { get; set; } = new(10914);
|
|
|
public ModbusProperty<ushort> PrimingSpray40 { get; set; } = new(10933);
|
|
|
public ModbusProperty<ushort> Spray40 { get; set; } = new(10952);
|
|
|
public ModbusProperty<ushort> ProtectionZone41 { get; set; } = new(10971);
|
|
|
public ModbusProperty<ushort> AlarmLevel41 { get; set; } = new(10990);
|
|
|
public ModbusProperty<ushort> Breakdown41 { get; set; } = new(11009);
|
|
|
public ModbusProperty<ushort> ManualMode41 { get; set; } = new(11028);
|
|
|
public ModbusProperty<ushort> AutomaticMode41 { get; set; } = new(11047);
|
|
|
public ModbusProperty<ushort> ManualStart41 { get; set; } = new(11066);
|
|
|
public ModbusProperty<ushort> ManualScram41 { get; set; } = new(11085);
|
|
|
public ModbusProperty<ushort> StartUpControl41 { get; set; } = new(11104);
|
|
|
public ModbusProperty<ushort> Delay41 { get; set; } = new(11123);
|
|
|
public ModbusProperty<ushort> DelayTime41 { get; set; } = new(11142);
|
|
|
public ModbusProperty<ushort> PrimingSpray41 { get; set; } = new(11161);
|
|
|
public ModbusProperty<ushort> Spray41 { get; set; } = new(11180);
|
|
|
public ModbusProperty<ushort> ProtectionZone42 { get; set; } = new(11199);
|
|
|
public ModbusProperty<ushort> AlarmLevel42 { get; set; } = new(11218);
|
|
|
public ModbusProperty<ushort> Breakdown42 { get; set; } = new(11237);
|
|
|
public ModbusProperty<ushort> ManualMode42 { get; set; } = new(11256);
|
|
|
public ModbusProperty<ushort> AutomaticMode42 { get; set; } = new(11275);
|
|
|
public ModbusProperty<ushort> ManualStart42 { get; set; } = new(11294);
|
|
|
public ModbusProperty<ushort> ManualScram42 { get; set; } = new(11313);
|
|
|
public ModbusProperty<ushort> StartUpControl42 { get; set; } = new(11332);
|
|
|
public ModbusProperty<ushort> Delay42 { get; set; } = new(11351);
|
|
|
public ModbusProperty<ushort> DelayTime42 { get; set; } = new(11370);
|
|
|
public ModbusProperty<ushort> PrimingSpray42 { get; set; } = new(11389);
|
|
|
public ModbusProperty<ushort> Spray42 { get; set; } = new(11408);
|
|
|
public ModbusProperty<ushort> ProtectionZone43 { get; set; } = new(11427);
|
|
|
public ModbusProperty<ushort> AlarmLevel43 { get; set; } = new(11446);
|
|
|
public ModbusProperty<ushort> Breakdown43 { get; set; } = new(11465);
|
|
|
public ModbusProperty<ushort> ManualMode43 { get; set; } = new(11484);
|
|
|
public ModbusProperty<ushort> AutomaticMode43 { get; set; } = new(11503);
|
|
|
public ModbusProperty<ushort> ManualStart43 { get; set; } = new(11522);
|
|
|
public ModbusProperty<ushort> ManualScram43 { get; set; } = new(11541);
|
|
|
public ModbusProperty<ushort> StartUpControl43 { get; set; } = new(11560);
|
|
|
public ModbusProperty<ushort> Delay43 { get; set; } = new(11579);
|
|
|
public ModbusProperty<ushort> DelayTime43 { get; set; } = new(11598);
|
|
|
public ModbusProperty<ushort> PrimingSpray43 { get; set; } = new(11617);
|
|
|
public ModbusProperty<ushort> Spray43 { get; set; } = new(11636);
|
|
|
public ModbusProperty<ushort> ProtectionZone44 { get; set; } = new(11655);
|
|
|
public ModbusProperty<ushort> AlarmLevel44 { get; set; } = new(11674);
|
|
|
public ModbusProperty<ushort> Breakdown44 { get; set; } = new(11693);
|
|
|
public ModbusProperty<ushort> ManualMode44 { get; set; } = new(11712);
|
|
|
public ModbusProperty<ushort> AutomaticMode44 { get; set; } = new(11731);
|
|
|
public ModbusProperty<ushort> ManualStart44 { get; set; } = new(11750);
|
|
|
public ModbusProperty<ushort> ManualScram44 { get; set; } = new(11769);
|
|
|
public ModbusProperty<ushort> StartUpControl44 { get; set; } = new(11788);
|
|
|
public ModbusProperty<ushort> Delay44 { get; set; } = new(11807);
|
|
|
public ModbusProperty<ushort> DelayTime44 { get; set; } = new(11826);
|
|
|
public ModbusProperty<ushort> PrimingSpray44 { get; set; } = new(11845);
|
|
|
public ModbusProperty<ushort> Spray44 { get; set; } = new(11864);
|
|
|
public ModbusProperty<ushort> ProtectionZone45 { get; set; } = new(11883);
|
|
|
public ModbusProperty<ushort> AlarmLevel45 { get; set; } = new(11902);
|
|
|
public ModbusProperty<ushort> Breakdown45 { get; set; } = new(11921);
|
|
|
public ModbusProperty<ushort> ManualMode45 { get; set; } = new(11940);
|
|
|
public ModbusProperty<ushort> AutomaticMode45 { get; set; } = new(11959);
|
|
|
public ModbusProperty<ushort> ManualStart45 { get; set; } = new(11978);
|
|
|
public ModbusProperty<ushort> ManualScram45 { get; set; } = new(11997);
|
|
|
public ModbusProperty<ushort> StartUpControl45 { get; set; } = new(12016);
|
|
|
public ModbusProperty<ushort> Delay45 { get; set; } = new(12035);
|
|
|
public ModbusProperty<ushort> DelayTime45 { get; set; } = new(12054);
|
|
|
public ModbusProperty<ushort> PrimingSpray45 { get; set; } = new(12073);
|
|
|
public ModbusProperty<ushort> Spray45 { get; set; } = new(12092);
|
|
|
public ModbusProperty<ushort> ProtectionZone46 { get; set; } = new(12111);
|
|
|
public ModbusProperty<ushort> AlarmLevel46 { get; set; } = new(12130);
|
|
|
public ModbusProperty<ushort> Breakdown46 { get; set; } = new(12149);
|
|
|
public ModbusProperty<ushort> ManualMode46 { get; set; } = new(12168);
|
|
|
public ModbusProperty<ushort> AutomaticMode46 { get; set; } = new(12187);
|
|
|
public ModbusProperty<ushort> ManualStart46 { get; set; } = new(12206);
|
|
|
public ModbusProperty<ushort> ManualScram46 { get; set; } = new(12225);
|
|
|
public ModbusProperty<ushort> StartUpControl46 { get; set; } = new(12244);
|
|
|
public ModbusProperty<ushort> Delay46 { get; set; } = new(12263);
|
|
|
public ModbusProperty<ushort> DelayTime46 { get; set; } = new(12282);
|
|
|
public ModbusProperty<ushort> PrimingSpray46 { get; set; } = new(12301);
|
|
|
public ModbusProperty<ushort> Spray46 { get; set; } = new(12320);
|
|
|
public ModbusProperty<ushort> ProtectionZone47 { get; set; } = new(12339);
|
|
|
public ModbusProperty<ushort> AlarmLevel47 { get; set; } = new(12358);
|
|
|
public ModbusProperty<ushort> Breakdown47 { get; set; } = new(12377);
|
|
|
public ModbusProperty<ushort> ManualMode47 { get; set; } = new(12396);
|
|
|
public ModbusProperty<ushort> AutomaticMode47 { get; set; } = new(12415);
|
|
|
public ModbusProperty<ushort> ManualStart47 { get; set; } = new(12434);
|
|
|
public ModbusProperty<ushort> ManualScram47 { get; set; } = new(12453);
|
|
|
public ModbusProperty<ushort> StartUpControl47 { get; set; } = new(12472);
|
|
|
public ModbusProperty<ushort> Delay47 { get; set; } = new(12491);
|
|
|
public ModbusProperty<ushort> DelayTime47 { get; set; } = new(12510);
|
|
|
public ModbusProperty<ushort> PrimingSpray47 { get; set; } = new(12529);
|
|
|
public ModbusProperty<ushort> Spray47 { get; set; } = new(12548);
|
|
|
public ModbusProperty<ushort> ProtectionZone48 { get; set; } = new(12567);
|
|
|
public ModbusProperty<ushort> AlarmLevel48 { get; set; } = new(12586);
|
|
|
public ModbusProperty<ushort> Breakdown48 { get; set; } = new(12605);
|
|
|
public ModbusProperty<ushort> ManualMode48 { get; set; } = new(12624);
|
|
|
public ModbusProperty<ushort> AutomaticMode48 { get; set; } = new(12643);
|
|
|
public ModbusProperty<ushort> ManualStart48 { get; set; } = new(12662);
|
|
|
public ModbusProperty<ushort> ManualScram48 { get; set; } = new(12681);
|
|
|
public ModbusProperty<ushort> StartUpControl48 { get; set; } = new(12700);
|
|
|
public ModbusProperty<ushort> Delay48 { get; set; } = new(12719);
|
|
|
public ModbusProperty<ushort> DelayTime48 { get; set; } = new(12738);
|
|
|
public ModbusProperty<ushort> PrimingSpray48 { get; set; } = new(12757);
|
|
|
public ModbusProperty<ushort> Spray48 { get; set; } = new(12776);
|
|
|
public ModbusProperty<ushort> ProtectionZone49 { get; set; } = new(12795);
|
|
|
public ModbusProperty<ushort> AlarmLevel49 { get; set; } = new(12814);
|
|
|
public ModbusProperty<ushort> Breakdown49 { get; set; } = new(12833);
|
|
|
public ModbusProperty<ushort> ManualMode49 { get; set; } = new(12852);
|
|
|
public ModbusProperty<ushort> AutomaticMode49 { get; set; } = new(12871);
|
|
|
public ModbusProperty<ushort> ManualStart49 { get; set; } = new(12890);
|
|
|
public ModbusProperty<ushort> ManualScram49 { get; set; } = new(12909);
|
|
|
public ModbusProperty<ushort> StartUpControl49 { get; set; } = new(12928);
|
|
|
public ModbusProperty<ushort> Delay49 { get; set; } = new(12947);
|
|
|
public ModbusProperty<ushort> DelayTime49 { get; set; } = new(12966);
|
|
|
public ModbusProperty<ushort> PrimingSpray49 { get; set; } = new(12985);
|
|
|
public ModbusProperty<ushort> Spray49 { get; set; } = new(13004);
|
|
|
public ModbusProperty<ushort> ProtectionZone50 { get; set; } = new(13023);
|
|
|
public ModbusProperty<ushort> AlarmLevel50 { get; set; } = new(13042);
|
|
|
public ModbusProperty<ushort> Breakdown50 { get; set; } = new(13061);
|
|
|
public ModbusProperty<ushort> ManualMode50 { get; set; } = new(13080);
|
|
|
public ModbusProperty<ushort> AutomaticMode50 { get; set; } = new(13099);
|
|
|
public ModbusProperty<ushort> ManualStart50 { get; set; } = new(13118);
|
|
|
public ModbusProperty<ushort> ManualScram50 { get; set; } = new(13137);
|
|
|
public ModbusProperty<ushort> StartUpControl50 { get; set; } = new(13156);
|
|
|
public ModbusProperty<ushort> Delay50 { get; set; } = new(13175);
|
|
|
public ModbusProperty<ushort> DelayTime50 { get; set; } = new(13194);
|
|
|
public ModbusProperty<ushort> PrimingSpray50 { get; set; } = new(13213);
|
|
|
public ModbusProperty<ushort> Spray50 { get; set; } = new(13232);
|
|
|
public ModbusProperty<ushort> ProtectionZone51 { get; set; } = new(13251);
|
|
|
public ModbusProperty<ushort> AlarmLevel51 { get; set; } = new(13270);
|
|
|
public ModbusProperty<ushort> Breakdown51 { get; set; } = new(13289);
|
|
|
public ModbusProperty<ushort> ManualMode51 { get; set; } = new(13308);
|
|
|
public ModbusProperty<ushort> AutomaticMode51 { get; set; } = new(13327);
|
|
|
public ModbusProperty<ushort> ManualStart51 { get; set; } = new(13346);
|
|
|
public ModbusProperty<ushort> ManualScram51 { get; set; } = new(13365);
|
|
|
public ModbusProperty<ushort> StartUpControl51 { get; set; } = new(13384);
|
|
|
public ModbusProperty<ushort> Delay51 { get; set; } = new(13403);
|
|
|
public ModbusProperty<ushort> DelayTime51 { get; set; } = new(13422);
|
|
|
public ModbusProperty<ushort> PrimingSpray51 { get; set; } = new(13441);
|
|
|
public ModbusProperty<ushort> Spray51 { get; set; } = new(13460);
|
|
|
public ModbusProperty<ushort> ProtectionZone52 { get; set; } = new(13479);
|
|
|
public ModbusProperty<ushort> AlarmLevel52 { get; set; } = new(13498);
|
|
|
public ModbusProperty<ushort> Breakdown52 { get; set; } = new(13517);
|
|
|
public ModbusProperty<ushort> ManualMode52 { get; set; } = new(13536);
|
|
|
public ModbusProperty<ushort> AutomaticMode52 { get; set; } = new(13555);
|
|
|
public ModbusProperty<ushort> ManualStart52 { get; set; } = new(13574);
|
|
|
public ModbusProperty<ushort> ManualScram52 { get; set; } = new(13593);
|
|
|
public ModbusProperty<ushort> StartUpControl52 { get; set; } = new(13612);
|
|
|
public ModbusProperty<ushort> Delay52 { get; set; } = new(13631);
|
|
|
public ModbusProperty<ushort> DelayTime52 { get; set; } = new(13650);
|
|
|
public ModbusProperty<ushort> PrimingSpray52 { get; set; } = new(13669);
|
|
|
public ModbusProperty<ushort> Spray52 { get; set; } = new(13688);
|
|
|
public ModbusProperty<ushort> ProtectionZone53 { get; set; } = new(13707);
|
|
|
public ModbusProperty<ushort> AlarmLevel53 { get; set; } = new(13726);
|
|
|
public ModbusProperty<ushort> Breakdown53 { get; set; } = new(13745);
|
|
|
public ModbusProperty<ushort> ManualMode53 { get; set; } = new(13764);
|
|
|
public ModbusProperty<ushort> AutomaticMode53 { get; set; } = new(13783);
|
|
|
public ModbusProperty<ushort> ManualStart53 { get; set; } = new(13802);
|
|
|
public ModbusProperty<ushort> ManualScram53 { get; set; } = new(13821);
|
|
|
public ModbusProperty<ushort> StartUpControl53 { get; set; } = new(13840);
|
|
|
public ModbusProperty<ushort> Delay53 { get; set; } = new(13859);
|
|
|
public ModbusProperty<ushort> DelayTime53 { get; set; } = new(13878);
|
|
|
public ModbusProperty<ushort> PrimingSpray53 { get; set; } = new(13897);
|
|
|
public ModbusProperty<ushort> Spray53 { get; set; } = new(13916);
|
|
|
public ModbusProperty<ushort> ProtectionZone54 { get; set; } = new(13935);
|
|
|
public ModbusProperty<ushort> AlarmLevel54 { get; set; } = new(13954);
|
|
|
public ModbusProperty<ushort> Breakdown54 { get; set; } = new(13973);
|
|
|
public ModbusProperty<ushort> ManualMode54 { get; set; } = new(13992);
|
|
|
public ModbusProperty<ushort> AutomaticMode54 { get; set; } = new(14011);
|
|
|
public ModbusProperty<ushort> ManualStart54 { get; set; } = new(14030);
|
|
|
public ModbusProperty<ushort> ManualScram54 { get; set; } = new(14049);
|
|
|
public ModbusProperty<ushort> StartUpControl54 { get; set; } = new(14068);
|
|
|
public ModbusProperty<ushort> Delay54 { get; set; } = new(14087);
|
|
|
public ModbusProperty<ushort> DelayTime54 { get; set; } = new(14106);
|
|
|
public ModbusProperty<ushort> PrimingSpray54 { get; set; } = new(14125);
|
|
|
public ModbusProperty<ushort> Spray54 { get; set; } = new(14144);
|
|
|
public ModbusProperty<ushort> ProtectionZone55 { get; set; } = new(14163);
|
|
|
public ModbusProperty<ushort> AlarmLevel55 { get; set; } = new(14182);
|
|
|
public ModbusProperty<ushort> Breakdown55 { get; set; } = new(14201);
|
|
|
public ModbusProperty<ushort> ManualMode55 { get; set; } = new(14220);
|
|
|
public ModbusProperty<ushort> AutomaticMode55 { get; set; } = new(14239);
|
|
|
public ModbusProperty<ushort> ManualStart55 { get; set; } = new(14258);
|
|
|
public ModbusProperty<ushort> ManualScram55 { get; set; } = new(14277);
|
|
|
public ModbusProperty<ushort> StartUpControl55 { get; set; } = new(14296);
|
|
|
public ModbusProperty<ushort> Delay55 { get; set; } = new(14315);
|
|
|
public ModbusProperty<ushort> DelayTime55 { get; set; } = new(14334);
|
|
|
public ModbusProperty<ushort> PrimingSpray55 { get; set; } = new(14353);
|
|
|
public ModbusProperty<ushort> Spray55 { get; set; } = new(14372);
|
|
|
public ModbusProperty<ushort> ProtectionZone56 { get; set; } = new(14391);
|
|
|
public ModbusProperty<ushort> AlarmLevel56 { get; set; } = new(14410);
|
|
|
public ModbusProperty<ushort> Breakdown56 { get; set; } = new(14429);
|
|
|
public ModbusProperty<ushort> ManualMode56 { get; set; } = new(14448);
|
|
|
public ModbusProperty<ushort> AutomaticMode56 { get; set; } = new(14467);
|
|
|
public ModbusProperty<ushort> ManualStart56 { get; set; } = new(14486);
|
|
|
public ModbusProperty<ushort> ManualScram56 { get; set; } = new(14505);
|
|
|
public ModbusProperty<ushort> StartUpControl56 { get; set; } = new(14524);
|
|
|
public ModbusProperty<ushort> Delay56 { get; set; } = new(14543);
|
|
|
public ModbusProperty<ushort> DelayTime56 { get; set; } = new(14562);
|
|
|
public ModbusProperty<ushort> PrimingSpray56 { get; set; } = new(14581);
|
|
|
public ModbusProperty<ushort> Spray56 { get; set; } = new(14600);
|
|
|
public ModbusProperty<ushort> ProtectionZone57 { get; set; } = new(14619);
|
|
|
public ModbusProperty<ushort> AlarmLevel57 { get; set; } = new(14638);
|
|
|
public ModbusProperty<ushort> Breakdown57 { get; set; } = new(14657);
|
|
|
public ModbusProperty<ushort> ManualMode57 { get; set; } = new(14676);
|
|
|
public ModbusProperty<ushort> AutomaticMode57 { get; set; } = new(14695);
|
|
|
public ModbusProperty<ushort> ManualStart57 { get; set; } = new(14714);
|
|
|
public ModbusProperty<ushort> ManualScram57 { get; set; } = new(14733);
|
|
|
public ModbusProperty<ushort> StartUpControl57 { get; set; } = new(14752);
|
|
|
public ModbusProperty<ushort> Delay57 { get; set; } = new(14771);
|
|
|
public ModbusProperty<ushort> DelayTime57 { get; set; } = new(14790);
|
|
|
public ModbusProperty<ushort> PrimingSpray57 { get; set; } = new(14809);
|
|
|
public ModbusProperty<ushort> Spray57 { get; set; } = new(14828);
|
|
|
public ModbusProperty<ushort> ProtectionZone58 { get; set; } = new(14847);
|
|
|
public ModbusProperty<ushort> AlarmLevel58 { get; set; } = new(14866);
|
|
|
public ModbusProperty<ushort> Breakdown58 { get; set; } = new(14885);
|
|
|
public ModbusProperty<ushort> ManualMode58 { get; set; } = new(14904);
|
|
|
public ModbusProperty<ushort> AutomaticMode58 { get; set; } = new(14923);
|
|
|
public ModbusProperty<ushort> ManualStart58 { get; set; } = new(14942);
|
|
|
public ModbusProperty<ushort> ManualScram58 { get; set; } = new(14961);
|
|
|
public ModbusProperty<ushort> StartUpControl58 { get; set; } = new(14980);
|
|
|
public ModbusProperty<ushort> Delay58 { get; set; } = new(14999);
|
|
|
public ModbusProperty<ushort> DelayTime58 { get; set; } = new(15018);
|
|
|
public ModbusProperty<ushort> PrimingSpray58 { get; set; } = new(15037);
|
|
|
public ModbusProperty<ushort> Spray58 { get; set; } = new(15056);
|
|
|
public ModbusProperty<ushort> ProtectionZone59 { get; set; } = new(15075);
|
|
|
public ModbusProperty<ushort> AlarmLevel59 { get; set; } = new(15094);
|
|
|
public ModbusProperty<ushort> Breakdown59 { get; set; } = new(15113);
|
|
|
public ModbusProperty<ushort> ManualMode59 { get; set; } = new(15132);
|
|
|
public ModbusProperty<ushort> AutomaticMode59 { get; set; } = new(15151);
|
|
|
public ModbusProperty<ushort> ManualStart59 { get; set; } = new(15170);
|
|
|
public ModbusProperty<ushort> ManualScram59 { get; set; } = new(15189);
|
|
|
public ModbusProperty<ushort> StartUpControl59 { get; set; } = new(15208);
|
|
|
public ModbusProperty<ushort> Delay59 { get; set; } = new(15227);
|
|
|
public ModbusProperty<ushort> DelayTime59 { get; set; } = new(15246);
|
|
|
public ModbusProperty<ushort> PrimingSpray59 { get; set; } = new(15265);
|
|
|
public ModbusProperty<ushort> Spray59 { get; set; } = new(15284);
|
|
|
public ModbusProperty<ushort> ProtectionZone60 { get; set; } = new(15303);
|
|
|
public ModbusProperty<ushort> AlarmLevel60 { get; set; } = new(15322);
|
|
|
public ModbusProperty<ushort> Breakdown60 { get; set; } = new(15341);
|
|
|
public ModbusProperty<ushort> ManualMode60 { get; set; } = new(15360);
|
|
|
public ModbusProperty<ushort> AutomaticMode60 { get; set; } = new(15379);
|
|
|
public ModbusProperty<ushort> ManualStart60 { get; set; } = new(15398);
|
|
|
public ModbusProperty<ushort> ManualScram60 { get; set; } = new(15417);
|
|
|
public ModbusProperty<ushort> StartUpControl60 { get; set; } = new(15436);
|
|
|
public ModbusProperty<ushort> Delay60 { get; set; } = new(15455);
|
|
|
public ModbusProperty<ushort> DelayTime60 { get; set; } = new(15474);
|
|
|
public ModbusProperty<ushort> PrimingSpray60 { get; set; } = new(15493);
|
|
|
public ModbusProperty<ushort> Spray60 { get; set; } = new(15512);
|
|
|
public ModbusProperty<ushort> ProtectionZone61 { get; set; } = new(15531);
|
|
|
public ModbusProperty<ushort> AlarmLevel61 { get; set; } = new(15550);
|
|
|
public ModbusProperty<ushort> Breakdown61 { get; set; } = new(15569);
|
|
|
public ModbusProperty<ushort> ManualMode61 { get; set; } = new(15588);
|
|
|
public ModbusProperty<ushort> AutomaticMode61 { get; set; } = new(15607);
|
|
|
public ModbusProperty<ushort> ManualStart61 { get; set; } = new(15626);
|
|
|
public ModbusProperty<ushort> ManualScram61 { get; set; } = new(15645);
|
|
|
public ModbusProperty<ushort> StartUpControl61 { get; set; } = new(15664);
|
|
|
public ModbusProperty<ushort> Delay61 { get; set; } = new(15683);
|
|
|
public ModbusProperty<ushort> DelayTime61 { get; set; } = new(15702);
|
|
|
public ModbusProperty<ushort> PrimingSpray61 { get; set; } = new(15721);
|
|
|
public ModbusProperty<ushort> Spray61 { get; set; } = new(15740);
|
|
|
public ModbusProperty<ushort> ProtectionZone62 { get; set; } = new(15759);
|
|
|
public ModbusProperty<ushort> AlarmLevel62 { get; set; } = new(15778);
|
|
|
public ModbusProperty<ushort> Breakdown62 { get; set; } = new(15797);
|
|
|
public ModbusProperty<ushort> ManualMode62 { get; set; } = new(15816);
|
|
|
public ModbusProperty<ushort> AutomaticMode62 { get; set; } = new(15835);
|
|
|
public ModbusProperty<ushort> ManualStart62 { get; set; } = new(15854);
|
|
|
public ModbusProperty<ushort> ManualScram62 { get; set; } = new(15873);
|
|
|
public ModbusProperty<ushort> StartUpControl62 { get; set; } = new(15892);
|
|
|
public ModbusProperty<ushort> Delay62 { get; set; } = new(15911);
|
|
|
public ModbusProperty<ushort> DelayTime62 { get; set; } = new(15930);
|
|
|
public ModbusProperty<ushort> PrimingSpray62 { get; set; } = new(15949);
|
|
|
public ModbusProperty<ushort> Spray62 { get; set; } = new(15968);
|
|
|
public ModbusProperty<ushort> ProtectionZone63 { get; set; } = new(15987);
|
|
|
public ModbusProperty<ushort> AlarmLevel63 { get; set; } = new(16006);
|
|
|
public ModbusProperty<ushort> Breakdown63 { get; set; } = new(16025);
|
|
|
public ModbusProperty<ushort> ManualMode63 { get; set; } = new(16044);
|
|
|
public ModbusProperty<ushort> AutomaticMode63 { get; set; } = new(16063);
|
|
|
public ModbusProperty<ushort> ManualStart63 { get; set; } = new(16082);
|
|
|
public ModbusProperty<ushort> ManualScram63 { get; set; } = new(16101);
|
|
|
public ModbusProperty<ushort> StartUpControl63 { get; set; } = new(16120);
|
|
|
public ModbusProperty<ushort> Delay63 { get; set; } = new(16139);
|
|
|
public ModbusProperty<ushort> DelayTime63 { get; set; } = new(16158);
|
|
|
public ModbusProperty<ushort> PrimingSpray63 { get; set; } = new(16177);
|
|
|
public ModbusProperty<ushort> Spray63 { get; set; } = new(16196);
|
|
|
public ModbusProperty<ushort> ProtectionZone64 { get; set; } = new(16215);
|
|
|
public ModbusProperty<ushort> AlarmLevel64 { get; set; } = new(16234);
|
|
|
public ModbusProperty<ushort> Breakdown64 { get; set; } = new(16253);
|
|
|
public ModbusProperty<ushort> ManualMode64 { get; set; } = new(16272);
|
|
|
public ModbusProperty<ushort> AutomaticMode64 { get; set; } = new(16291);
|
|
|
public ModbusProperty<ushort> ManualStart64 { get; set; } = new(16310);
|
|
|
public ModbusProperty<ushort> ManualScram64 { get; set; } = new(16329);
|
|
|
public ModbusProperty<ushort> StartUpControl64 { get; set; } = new(16348);
|
|
|
public ModbusProperty<ushort> Delay64 { get; set; } = new(16367);
|
|
|
public ModbusProperty<ushort> DelayTime64 { get; set; } = new(16386);
|
|
|
public ModbusProperty<ushort> PrimingSpray64 { get; set; } = new(16405);
|
|
|
public ModbusProperty<ushort> Spray64 { get; set; } = new(16424);
|
|
|
} |