src/Bro.Device.OmronFins/OmronFinsConfig.cs
@@ -35,6 +35,7 @@
        /// </summary>
        [Description("PLC网络号")]
        [Category("通信设置-PLC")]
        [Browsable(false)]
        public byte DNA { get; set; } = 0;
        /// <summary>
@@ -42,6 +43,7 @@
        /// </summary>
        [Description("PLC节点号")]
        [Category("通信设置-PLC")]
        [Browsable(false)]
        public byte DA1 { get; set; } = 1;
        /// <summary>
@@ -49,6 +51,7 @@
        /// </summary>
        [Description("PLC单元号")]
        [Category("通信设置-PLC")]
        [Browsable(false)]
        public byte DA2 { get; set; } = 0;
        /// <summary>
@@ -70,6 +73,7 @@
        /// </summary>
        [Description("PC网络号")]
        [Category("通信设置-本机")]
        [Browsable(false)]
        public byte SNA { get; set; } = 0;
        /// <summary>
@@ -77,6 +81,7 @@
        /// </summary>
        [Description("PC节点号")]
        [Category("通信设置-本机")]
        [Browsable(false)]
        public byte SA1 { get; set; } = 10;
        /// <summary>
@@ -84,9 +89,8 @@
        /// </summary>
        [Description("PC单元号")]
        [Category("通信设置-本机")]
        [Browsable(false)]
        public byte SA2 { get; set; } = 0;
    }
    public class OmronFinsInputConfig : PLCInputConfigBase