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.

77 lines
5.3 KiB

using HybirdFrameworkDriver.ModbusTcpMaster;
namespace Service.FireControl.Msg;
/// <summary>
/// 9.2
/// </summary>
public class Subzone9
{
/// <summary>
/// 分区 1 延时时间 参数范围0x0000~0x001D
/// </summary>
public ModbusProperty<ushort> PartitionDelayTime01 { get; set; } = new(256);
public ModbusProperty<ushort> PartitionDelayTime02 { get; set; } = new(257);
public ModbusProperty<ushort> PartitionDelayTime03 { get; set; } = new(258);
public ModbusProperty<ushort> PartitionDelayTime04 { get; set; } = new(259);
public ModbusProperty<ushort> PartitionDelayTime05 { get; set; } = new(260);
public ModbusProperty<ushort> PartitionDelayTime06 { get; set; } = new(261);
public ModbusProperty<ushort> PartitionDelayTime07 { get; set; } = new(262);
public ModbusProperty<ushort> PartitionDelayTime08 { get; set; } = new(263);
public ModbusProperty<ushort> PartitionDelayTime09 { get; set; } = new(264);
public ModbusProperty<ushort> PartitionDelayTime10 { get; set; } = new(265);
public ModbusProperty<ushort> PartitionDelayTime11 { get; set; } = new(266);
public ModbusProperty<ushort> PartitionDelayTime12 { get; set; } = new(267);
public ModbusProperty<ushort> PartitionDelayTime13 { get; set; } = new(268);
public ModbusProperty<ushort> PartitionDelayTime14 { get; set; } = new(269);
public ModbusProperty<ushort> PartitionDelayTime15 { get; set; } = new(270);
public ModbusProperty<ushort> PartitionDelayTime16 { get; set; } = new(271);
public ModbusProperty<ushort> PartitionDelayTime17 { get; set; } = new(272);
public ModbusProperty<ushort> PartitionDelayTime18 { get; set; } = new(273);
public ModbusProperty<ushort> PartitionDelayTime19 { get; set; } = new(274);
public ModbusProperty<ushort> PartitionDelayTime20 { get; set; } = new(275);
public ModbusProperty<ushort> PartitionDelayTime21 { get; set; } = new(276);
public ModbusProperty<ushort> PartitionDelayTime22 { get; set; } = new(277);
public ModbusProperty<ushort> PartitionDelayTime23 { get; set; } = new(278);
public ModbusProperty<ushort> PartitionDelayTime24 { get; set; } = new(279);
public ModbusProperty<ushort> PartitionDelayTime25 { get; set; } = new(280);
public ModbusProperty<ushort> PartitionDelayTime26 { get; set; } = new(281);
public ModbusProperty<ushort> PartitionDelayTime27 { get; set; } = new(282);
public ModbusProperty<ushort> PartitionDelayTime28 { get; set; } = new(283);
public ModbusProperty<ushort> PartitionDelayTime29 { get; set; } = new(284);
public ModbusProperty<ushort> PartitionDelayTime30 { get; set; } = new(285);
public ModbusProperty<ushort> PartitionDelayTime31 { get; set; } = new(286);
public ModbusProperty<ushort> PartitionDelayTime32 { get; set; } = new(287);
public ModbusProperty<ushort> PartitionDelayTime33 { get; set; } = new(288);
public ModbusProperty<ushort> PartitionDelayTime34 { get; set; } = new(289);
public ModbusProperty<ushort> PartitionDelayTime35 { get; set; } = new(290);
public ModbusProperty<ushort> PartitionDelayTime36 { get; set; } = new(291);
public ModbusProperty<ushort> PartitionDelayTime37 { get; set; } = new(292);
public ModbusProperty<ushort> PartitionDelayTime38 { get; set; } = new(293);
public ModbusProperty<ushort> PartitionDelayTime39 { get; set; } = new(294);
public ModbusProperty<ushort> PartitionDelayTime40 { get; set; } = new(295);
public ModbusProperty<ushort> PartitionDelayTime41 { get; set; } = new(296);
public ModbusProperty<ushort> PartitionDelayTime42 { get; set; } = new(297);
public ModbusProperty<ushort> PartitionDelayTime43 { get; set; } = new(298);
public ModbusProperty<ushort> PartitionDelayTime44 { get; set; } = new(299);
public ModbusProperty<ushort> PartitionDelayTime45 { get; set; } = new(300);
public ModbusProperty<ushort> PartitionDelayTime46 { get; set; } = new(301);
public ModbusProperty<ushort> PartitionDelayTime47 { get; set; } = new(302);
public ModbusProperty<ushort> PartitionDelayTime48 { get; set; } = new(303);
public ModbusProperty<ushort> PartitionDelayTime49 { get; set; } = new(304);
public ModbusProperty<ushort> PartitionDelayTime50 { get; set; } = new(305);
public ModbusProperty<ushort> PartitionDelayTime51 { get; set; } = new(306);
public ModbusProperty<ushort> PartitionDelayTime52 { get; set; } = new(307);
public ModbusProperty<ushort> PartitionDelayTime53 { get; set; } = new(308);
public ModbusProperty<ushort> PartitionDelayTime54 { get; set; } = new(309);
public ModbusProperty<ushort> PartitionDelayTime55 { get; set; } = new(310);
public ModbusProperty<ushort> PartitionDelayTime56 { get; set; } = new(311);
public ModbusProperty<ushort> PartitionDelayTime57 { get; set; } = new(312);
public ModbusProperty<ushort> PartitionDelayTime58 { get; set; } = new(313);
public ModbusProperty<ushort> PartitionDelayTime59 { get; set; } = new(314);
public ModbusProperty<ushort> PartitionDelayTime60 { get; set; } = new(315);
public ModbusProperty<ushort> PartitionDelayTime61 { get; set; } = new(316);
public ModbusProperty<ushort> PartitionDelayTime62 { get; set; } = new(317);
public ModbusProperty<ushort> PartitionDelayTime63 { get; set; } = new(318);
public ModbusProperty<ushort> PartitionDelayTime64 { get; set; } = new(319);
}