Hello, all,
Do anyone know is it possible to configure group output with more than 16 bits?
Hello, all,
Do anyone know is it possible to configure group output with more than 16 bits?
No, 16 bits is the max.
Thanks, maybe there is some option to reset GO when it overflow?
Because now I get an error and my program is stopped.
Hi Vadimas,
I believe it is in your hands.
you can check the value befor writing to GO...
best regards
PnsStarter
One of my peers in another department uses two groups to generate a 5 digit number. One group gives a 3 digit number. The second group gives a two digit number which is then multiplied by 1000 and added to the first group to arrive at a 5 digit number that can go to 99999.
If you are just needing to pass a numeric value (not needing to access it at the bit level) then forget GI/O and just use a numeric register. It is a 32 bit value.
I need to send conveyor reached distance to PLC.
I got this number from encoder/scale factor
If that's all you need to do then why not just send a DO to the PLC based on that number by using a BG program?
(Granted I don't completely understand what you're trying to accomplish)
Do you have any comm options such as EthernetIP?
I'm using profinet molex
Maybe it's possible to make some program which will split 32 bit value to 2 or 4 values with 16 bit
So can you not send a 32 bit register value over profinet?
Crossposting: 32bit to 2 16bit
Maybe it's possible to make some program which will split 32 bit value to 2 or 4 values with 16 bit