Ethernet IP Comm with Node Red and Groov View

Hi Guys, I am having an issue. I am trying to read and write tags from an AB PLC using Node Red. The issue is that the writting takes effect after pushing deploy in Node Red, even if I have already changed the value from Groove View. See attached picture. Time 2 is 20 secs but it will not take effect until I push the Deploy button in Node Red. It should not be 30 secs anymore. Any advices?

Node Red is not predictable when you put flows in parallel like that.

You might want to make them sequential so you can control the flow and timing better.

Here is a link to a post that covers many good ideas for optimizing Node-Red flows:

1 Like