I have these 32 Digital Inputs that I want to group into 4 Groupal Inputs (let’s say virtual signals).
The question is: How can I connect 8 signals into 1 Groupal signal?
My dummy solution was to write that code in RAPID in the background task I have on my controller, but that would be a really messy code. I am looking for a more elegant solution if possible.
Your snip is of real signals so in the device mapping (shown in Nomad’s snip) you put in the start bit and the end bit of each group → GI1 = 0-7, GI2 = 8-15, GI3 = 16-23, GI4 = 24-31.
The bit mapping on I/O devices normal start at 0, so your 32 bit would go from 0 to 31.