I’m using e!Cockpit with WagoSysDynamicIoMapping library to communicate with my IO cards. (The amount of cards used is varying). By default this library supports 100 inputs and 100 outputs, but since I need more, I have changed the library parameters to use 500 input and 500 output channels. But still when I try to access the 101th item in the DynKbusIoManager.coDigitalOutputChannels.aChannels array my program crashes. Is there an initialization needed, or something, to make it work with more than 100 channels?
![]()

