Around 100 WORDS (200 bytes)
I wrote up the reason for this in another post - but for simplicity sake, dont poll more than 100 WORDS
-- Do you mean we can read only 100 words in single Modbus read node or overall Modbus application. because I want to read 10000+ tags.
Max 100 words in any single modbus read operation. Also see my post above about the flex getter node, in case you missed it as we both posted at the same time.
So do you mean 1 single Modbus read node support 100 words only, then If we want to read next 100 words in that case I have to add 2nd Modbus read node is correct? and same if we want to read more 100 words so I need to add 3rd Modbus read node correct? e
It depends what you mean by 'modbus read node'. If you mean the node type Modbus Read
Then yes, you would need multiple read nodes. However, as I have said several times, if you use the Flex Getter node
then you can pass the address in the message, so you can use the same node to get as many different addresses as you want by polling it multiple times with different addresses.
ModBus has this limitation (not-node-red)
The limit is actually 125 WORDS read, 123 WORDS write (but I generally tell people to stick with 100 WORDS
What PLCs are you communicating to?
Are modbus devices connected to PLCs or do you intend on accessing the actual devices individually? I ask many modbus devices only have a handfull of useful (runtime) addresses anyhow.