Hello,
I am working with an IRB4600 and an IRC5 that is communicating with a AllenBradley Safety PLC for transmission of various safety and non safety data. When programming the assembly instances to communicate over Ethernet, you use instance “100” for the standard input data and instance “112” for the standard output data. You then set 8 bytes for Input size and 8 bytes for Output size.
My problem is, I used up all of my Output bits, but have found more information that I’d like to send to the IRC5. Is it a simple matter of changing the size of the output bytes from 8 to 10 if I want to send 2 more bytes of data or is it more complicated (i.e. do I also have to change the assembly instance that is used and pick an instance that is appropriately sized?) {I also realize that any change made on the PLC side must be mirrored on the IRC5 side so there is not data loss/overrun etc}.