|
|
@ -67,7 +67,7 @@ namespace Service.Plc.Msg
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
//public ModbusProperty<1> value09 { get; set; } = new(40211, length: 30);
|
|
|
|
//public ModbusProperty<1> value09 { get; set; } = new(40211, length: 30);
|
|
|
|
|
|
|
|
|
|
|
|
#region 舱位状态 bit0:有料检测 Bit1:有料检测开关故障
|
|
|
|
#region 右仓电池在位状态 舱位状态 bit0:有料检测 Bit1:有料检测开关故障
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec01 { get; set; } = new(40241);
|
|
|
|
public ModbusProperty<byte> MaterialDetec01 { get; set; } = new(40241);
|
|
|
@ -93,12 +93,37 @@ namespace Service.Plc.Msg
|
|
|
|
|
|
|
|
|
|
|
|
#endregion 舱位状态
|
|
|
|
#endregion 舱位状态
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region 右仓电池在位状态 舱位状态 bit0:有料检测 Bit1:有料检测开关故障
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec21 { get; set; } = new(40261);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec22 { get; set; } = new(40262);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec23 { get; set; } = new(40263);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec24 { get; set; } = new(40264);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec25 { get; set; } = new(40265);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec26 { get; set; } = new(40266);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec27 { get; set; } = new(40267);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec28 { get; set; } = new(40268);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec29 { get; set; } = new(40269);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec30 { get; set; } = new(40270);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec31 { get; set; } = new(40271);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec32 { get; set; } = new(40272);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec33 { get; set; } = new(40273);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec34 { get; set; } = new(40274);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec35 { get; set; } = new(40275);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec36 { get; set; } = new(40276);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec37 { get; set; } = new(40277);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec38 { get; set; } = new(40278);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec39 { get; set; } = new(40279);
|
|
|
|
|
|
|
|
public ModbusProperty<byte> MaterialDetec40 { get; set; } = new(40280);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion 舱位状态
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 备用
|
|
|
|
/// 备用
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<string> value11 { get; set; } = new(40281, length: 20);
|
|
|
|
public ModbusProperty<string> value1 { get; set; } = new(40281, length: 20);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 载行车设备状态
|
|
|
|
/// 右侧载行车设备状态
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
/// <para>1000:待机中</para>
|
|
|
|
/// <para>1000:待机中</para>
|
|
|
|
/// <para>1001:定位识别中</para>
|
|
|
|
/// <para>1001:定位识别中</para>
|
|
|
@ -111,23 +136,71 @@ namespace Service.Plc.Msg
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<ushort> CarStatus { get; set; } = new(40301);
|
|
|
|
public ModbusProperty<ushort> CarStatus { get; set; } = new(40301);
|
|
|
|
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> value13 { get; set; } = new(40302); // 备用
|
|
|
|
public ModbusProperty<ushort> value2 { get; set; } = new(40302); // 备用
|
|
|
|
public ModbusProperty<ushort> value14 { get; set; } = new(40303); // 备用
|
|
|
|
public ModbusProperty<ushort> value3 { get; set; } = new(40303); // 备用
|
|
|
|
public ModbusProperty<ushort> value15 { get; set; } = new(40304); // 备用
|
|
|
|
public ModbusProperty<ushort> value4 { get; set; } = new(40304); // 备用
|
|
|
|
public ModbusProperty<ushort> value16 { get; set; } = new(40305); // 备用
|
|
|
|
public ModbusProperty<ushort> value5 { get; set; } = new(40305); // 备用
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// x轴扭矩百分比
|
|
|
|
/// 右侧x轴扭矩百分比
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> PercentageTorqueX { get; set; } = new(40306);
|
|
|
|
public ModbusProperty<short> PercentageTorqueX { get; set; } = new(40306);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// y轴扭矩百分比
|
|
|
|
/// 右侧y轴扭矩百分比
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> PercentageTorqueY { get; set; } = new(40307);
|
|
|
|
public ModbusProperty<short> PercentageTorqueY { get; set; } = new(40307);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// z轴扭矩百分比
|
|
|
|
/// 右侧z轴扭矩百分比
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> PercentageTorqueZ { get; set; } = new(40308);
|
|
|
|
public ModbusProperty<short> PercentageTorqueZ { get; set; } = new(40308);
|
|
|
|
//public ModbusProperty<string> value20 { get; set; } = new(40309, length: 92); // 备用
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 右侧R轴扭矩百分比
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> PercentageTorqueR { get; set; } = new(40309);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 卷帘门状态
|
|
|
|
|
|
|
|
/// <para>0:无操作</para>
|
|
|
|
|
|
|
|
/// <para>1000:请求开启</para>
|
|
|
|
|
|
|
|
/// <para>1010:请求关闭</para>
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> RollerShutter { get; set; } = new(40116);
|
|
|
|
|
|
|
|
//public ModbusProperty<ushort> value6 { get; set; } = new(40116,length:12);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧载行车设备状态
|
|
|
|
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
|
|
|
|
/// <para>1000:待机中</para>
|
|
|
|
|
|
|
|
/// <para>1001:定位识别中</para>
|
|
|
|
|
|
|
|
/// <para>1100:取电池中</para>
|
|
|
|
|
|
|
|
/// <para>1101:取电池完成</para>
|
|
|
|
|
|
|
|
/// <para>1102:取电池动作故障</para>
|
|
|
|
|
|
|
|
/// <para>1200:放电池中</para>
|
|
|
|
|
|
|
|
/// <para>1201:放电池完成</para>
|
|
|
|
|
|
|
|
/// <para>1202:放电池动作故障</para>
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> CarStatus2 { get; set; } = new(40321);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> value6 { get; set; } = new(40322); // 备用
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> value7 { get; set; } = new(40323); // 备用
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> value8 { get; set; } = new(40324); // 备用
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> value9 { get; set; } = new(40325); // 备用
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧x轴扭矩百分比
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> PercentageTorqueX2 { get; set; } = new(40326);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧y轴扭矩百分比
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> PercentageTorqueY2 { get; set; } = new(40327);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧z轴扭矩百分比
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> PercentageTorqueZ2 { get; set; } = new(40328);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧R轴扭矩百分比
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> PercentageTorqueR2 { get; set; } = new(40329);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//public ModbusProperty<ushort> value6 { get; set; } = new(40116,length:71);
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 入口雷达状态
|
|
|
|
/// 入口雷达状态
|
|
|
|
/// 0:未触发
|
|
|
|
/// 0:未触发
|
|
|
@ -177,17 +250,19 @@ namespace Service.Plc.Msg
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<ushort> LightOut { get; set; } = new(40406);
|
|
|
|
public ModbusProperty<ushort> LightOut { get; set; } = new(40406);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 任务类型状态(是否允许允许执行任务)
|
|
|
|
/// 任务类型状态
|
|
|
|
/// <para>0.无任务 (不允许换电)</para>
|
|
|
|
/// <para>0.待机</para>
|
|
|
|
/// <para>1.换电任务</para>
|
|
|
|
/// <para>1.任务异常结束</para>
|
|
|
|
/// <para>2.移舱任务</para>
|
|
|
|
/// <para>2.换电任务</para>
|
|
|
|
/// <para>3.移出任务</para>
|
|
|
|
/// <para>3.入库任务</para>
|
|
|
|
/// <para>4.移入任务</para>
|
|
|
|
/// <para>4.出库任务</para>
|
|
|
|
/// <para>5.消防任务</para>
|
|
|
|
/// <para>5.维护任务</para>
|
|
|
|
/// </summary>
|
|
|
|
/// <para>6.调库任务</para>
|
|
|
|
|
|
|
|
/// <para>7.消防任务</para>
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
public ModbusProperty<ushort> TaskType { get; set; } = new(40407);
|
|
|
|
public ModbusProperty<ushort> TaskType { get; set; } = new(40407);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 任务状态
|
|
|
|
/// 堆垛机任务状态
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
/// <para>1000:准备中(Not Ready)</para>
|
|
|
|
/// <para>1000:准备中(Not Ready)</para>
|
|
|
|
/// <para>1001:待机中(Ready)</para>
|
|
|
|
/// <para>1001:待机中(Ready)</para>
|
|
|
@ -205,12 +280,10 @@ namespace Service.Plc.Msg
|
|
|
|
/// <para>9000:任务完成</para>
|
|
|
|
/// <para>9000:任务完成</para>
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<ushort> TaskStates { get; set; } = new(40408);
|
|
|
|
public ModbusProperty<ushort> TaskStates { get; set; } = new(40408);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> value10 { get; set; } = new(40409);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 执行任务行车号
|
|
|
|
/// 右侧堆垛机相机定位状态
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> OperationalTrainNumber { get; set; } = new(40409);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 通道定位状态
|
|
|
|
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
/// <para>1000;拍照OK</para>
|
|
|
|
/// <para>1000;拍照OK</para>
|
|
|
|
/// <para>1010;拍照NG</para>
|
|
|
|
/// <para>1010;拍照NG</para>
|
|
|
@ -218,20 +291,47 @@ namespace Service.Plc.Msg
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<ushort> ChannelLocationState { get; set; } = new(40410);
|
|
|
|
public ModbusProperty<ushort> ChannelLocationState { get; set; } = new(40410);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// x偏差
|
|
|
|
/// 右侧堆垛机相机x偏差
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> DeviationX { get; set; } = new(40411);
|
|
|
|
public ModbusProperty<short> DeviationX { get; set; } = new(40411);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// y偏差
|
|
|
|
/// 右侧堆垛机相机y偏差
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> DeviationY { get; set; } = new(40412);
|
|
|
|
public ModbusProperty<short> DeviationY { get; set; } = new(40412);
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// z偏差
|
|
|
|
/// 右侧堆垛机相机z偏差
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ModbusProperty<short> DeviationZ { get; set; } = new(40413);
|
|
|
|
public ModbusProperty<short> DeviationZ { get; set; } = new(40413);
|
|
|
|
//public ModbusProperty<string> value44 { get; set; } = new(40414, length: 7); // 备用
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 右侧堆垛机相机R偏差
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> DeviationR { get; set; } = new(40414);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> value11 { get; set; } = new(40409,length:13);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧堆垛机相机定位状态
|
|
|
|
|
|
|
|
/// <para>0:无效值</para>
|
|
|
|
|
|
|
|
/// <para>1000;拍照OK</para>
|
|
|
|
|
|
|
|
/// <para>1010;拍照NG</para>
|
|
|
|
|
|
|
|
/// <para>1020;拍照超限,请移车</para>
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<ushort> ChannelLocationState2 { get; set; } = new(40428);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧堆垛机相机x偏差
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> DeviationX2 { get; set; } = new(40429);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧堆垛机相机y偏差
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> DeviationY2 { get; set; } = new(40430);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧堆垛机相机z偏差
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> DeviationZ2 { get; set; } = new(40431);
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 左侧堆垛机相机R偏差
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public ModbusProperty<short> DeviationR2 { get; set; } = new(40432);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|