SerafinTech / node-red-contrib-cip-st-ethernet-ip

A Node-RED node to interact with Allen Bradley / Rockwell PLCs. SerafinTech Version
GNU General Public License v3.0
2 stars 3 forks source link

Missing "diff" option to always send variables #12

Open pyaskowski opened 7 months ago

pyaskowski commented 7 months ago

According to the documentation there should be a "diff" checkbox in any mode to indicate whether the variables should be passed along each cycle or only if changed.

I have a single BOOL tag I am reading and trying to always pass its condition on but all modes and combinations I attempt will only pass the variable on a change.

Can anyone point me how to always pass the value of a tag?