根据新需求更改
This commit is contained in:
@@ -209,6 +209,89 @@ namespace MoviconHub.App.Models
|
||||
[JsonProperty("Test_SteamSurveillance")]
|
||||
public string Test_SteamSurveillance { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架平移原位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussMoveHome")]
|
||||
public string Test_TrussMoveHome { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架平移后退极限位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussMoveBackwardLimit")]
|
||||
public string Test_TrussMoveBackwardLimit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架平移前进极限位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussMoveForwardLimit")]
|
||||
public string Test_TrussMoveForwardLimit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架吊装浸泡池吊装位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussLiftPoolPos")]
|
||||
public string Test_TrussLiftPoolPos { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架吊装下降极限位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussLiftLowerLimit")]
|
||||
public string Test_TrussLiftLowerLimit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架吊装原位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussLiftHome")]
|
||||
public string Test_TrussLiftHome { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架吊装上升极限位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussLiftRiseLimit")]
|
||||
public string Test_TrussLiftRiseLimit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零部件车间桁架吊装漫射吊装位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_TrussLiftWashPos")]
|
||||
public string Test_TrussLiftWashPos { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ROB1_第7轴接近开关ROB1原位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_Rob1Axis7Home")]
|
||||
public string Test_Rob1Axis7Home { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ROB1_第7轴接近开关前进极限位正常
|
||||
/// </summary>
|
||||
[JsonProperty("Test_Rob1Axis7ForwardLimitOK")]
|
||||
public string Test_Rob1Axis7ForwardLimitOK { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ROB1_第7轴接近开关后退极限位正常
|
||||
/// </summary>
|
||||
[JsonProperty("Test_Rob1Axis7BackwardLimitOK")]
|
||||
public string Test_Rob1Axis7BackwardLimitOK { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ROB2_第7轴接近开关ROB2原位
|
||||
/// </summary>
|
||||
[JsonProperty("Test_Rob2Axis7Home")]
|
||||
public string Test_Rob2Axis7Home { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ROB2_第7轴接近开关前进极限位正常
|
||||
/// </summary>
|
||||
[JsonProperty("Test_Rob2Axis7ForwardLimitOK")]
|
||||
public string Test_Rob2Axis7ForwardLimitOK { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ROB2_第7轴接近开关后退极限位正常
|
||||
/// </summary>
|
||||
[JsonProperty("Test_Rob2Axis7BackwardLimitOK")]
|
||||
public string Test_Rob2Axis7BackwardLimitOK { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 测试数据值集合
|
||||
|
||||
Reference in New Issue
Block a user