23.03.2022, 14:41
Size is always 1 register (16 bits) no matter what the data type is. The system will read the required number of registers based on the data type chosen.
Block read is needed for certain devices that don't allow reading registers directly but only via a large block read. Block read can be useful in large projects since it speeds things up but usually values can be simply read one by one.
See this example on how it should be specified correctly: https://forum.logicmachine.net/showthrea...4#pid21834
Block read is needed for certain devices that don't allow reading registers directly but only via a large block read. Block read can be useful in large projects since it speeds things up but usually values can be simply read one by one.
See this example on how it should be specified correctly: https://forum.logicmachine.net/showthrea...4#pid21834