How to merge arrays from two Modbus fc 1 and fc 3

image

Almost always the simplest solution in cases like this is to perform the operations in series rather than parallel. Perform on of the modbus operations and then move the results to a msg property (msg.firstGet for example), then do the second get and you should still have the previous data available in msg.firstGet.

Do you have an example for me to see? I'm new in node red. thx

It is pretty much as colin said dont do parallel operations, do everything in series...

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.