Commit 0b3ae5b9 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 输出输入动态区,修改默认为显示 X0~X15

parent aa01f838
...@@ -53,9 +53,9 @@ namespace FLY.Thick.Base.UI.UiModule ...@@ -53,9 +53,9 @@ namespace FLY.Thick.Base.UI.UiModule
public event PropertyChangedEventHandler PropertyChanged; public event PropertyChangedEventHandler PropertyChanged;
public UInt16 IStatus { get; set; } = 0xffff; public UInt16 IStatus { get; set; } = 0xffff;
public UInt16 OStatus { get; set; } = 0x000f; public UInt16 OStatus { get; set; } = 0x00ff;
public bool IsIOShowNo { get; set; } = true; public bool IsIOShowNo { get; set; } = false;
public int Hrs { get; set; } = 3; public int Hrs { get; set; } = 3;
/// <summary> /// <summary>
......
...@@ -108,9 +108,9 @@ namespace FLY.Thick.Base.Common ...@@ -108,9 +108,9 @@ namespace FLY.Thick.Base.Common
public UInt16 OStatus { get; set; } = 0xffff; public UInt16 OStatus { get; set; } = 0xffff;
/// <summary> /// <summary>
/// I/O 显示编号1~16 /// I/O 显示编号1~16, 最新的定义都是 X0~X15, 按序号排序
/// </summary> /// </summary>
public bool IsIOShowNo { get; set; } = true; public bool IsIOShowNo { get; set; } = false;
#endregion #endregion
#region 系统 #region 系统
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment