Update comment about Amax register
This commit is contained in:
parent
1f71be3563
commit
2c7db29592
|
|
@ -67,19 +67,19 @@ namespace InnovEnergy.Lib.Devices.Amax5070
|
||||||
[Coil(71)] public Boolean DigitalInput14 { get; private set; }
|
[Coil(71)] public Boolean DigitalInput14 { get; private set; }
|
||||||
[Coil(72)] public Boolean DigitalInput15 { get; private set; }
|
[Coil(72)] public Boolean DigitalInput15 { get; private set; }
|
||||||
|
|
||||||
[Coil(73)] public Boolean DigitalInput16 { get; private set; } // Relay5060 1
|
[Coil(73)] public Boolean DigitalInput16 { get; private set; } // Digital input next to the Relay5060 1
|
||||||
[Coil(74)] public Boolean DigitalInput17 { get; private set; } // Relay5060 1
|
[Coil(74)] public Boolean DigitalInput17 { get; private set; } // Digital input next to the Relay5060 1
|
||||||
|
|
||||||
[Coil(81)] public Boolean DigitalInput18 { get; private set; } // Relay5060 2
|
[Coil(81)] public Boolean DigitalInput18 { get; private set; } // Digital input next to the Relay5060 2
|
||||||
[Coil(82)] public Boolean DigitalInput19 { get; private set; } // Relay5060 2
|
[Coil(82)] public Boolean DigitalInput19 { get; private set; } // Digital input next to the Relay5060 2
|
||||||
|
|
||||||
[Coil(89)] public Boolean DigitalInput20 { get; private set; } // Relay5060 3
|
[Coil(89)] public Boolean DigitalInput20 { get; private set; } // Digital input next to the Relay5060 3
|
||||||
[Coil(90)] public Boolean DigitalInput21 { get; private set; } // Relay5060 3
|
[Coil(90)] public Boolean DigitalInput21 { get; private set; } // Digital input next to the Relay5060 3
|
||||||
|
|
||||||
[Coil(97)] public Boolean DigitalInput22 { get; private set; } // Relay5060 4
|
[Coil(97)] public Boolean DigitalInput22 { get; private set; } // Digital input next to the Relay5060 4
|
||||||
[Coil(98)] public Boolean DigitalInput23 { get; private set; } // Relay5060 4
|
[Coil(98)] public Boolean DigitalInput23 { get; private set; } // Digital input next to the Relay5060 4
|
||||||
|
|
||||||
[Coil(105)] public Boolean DigitalInput24 { get; private set; }// Relay5060 5
|
[Coil(105)] public Boolean DigitalInput24 { get; private set; }// Digital input next to the Relay5060 5
|
||||||
[Coil(106)] public Boolean DigitalInput25 { get; private set; }// Relay5060 5
|
[Coil(106)] public Boolean DigitalInput25 { get; private set; }// Digital input next to the Relay5060 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue