nodes7 icon indicating copy to clipboard operation
nodes7 copied to clipboard

Fix #8 - Add fill byte in writeItems

Open FiloCara opened this issue 1 year ago • 1 comments

This should solve the issue. I did some tests and I was able to write more than 40 boolean variables simultaneously. It still works well while writing integer and real data.

FiloCara avatar Oct 18 '22 18:10 FiloCara

The last two commits have been implemented to address the issue of multiple unintended connections being opened with the PLC during network disruptions or when the hardware is under heavy load. This issue has also been impacting the node-red-contrib-s7 node (https://github.com/st-one-io/node-red-contrib-s7/issues/102). In my tests in an industrial environment, the fixes have been successful in eliminating additional unintended connections.

FiloCara avatar Jan 11 '23 16:01 FiloCara