node-red-contrib-cip-ethernet-ip icon indicating copy to clipboard operation
node-red-contrib-cip-ethernet-ip copied to clipboard

Bool Variable

Open dpatel2016 opened this issue 1 year ago • 0 comments

Describe the bug

I am trying to write a Bool in the PLC and it works but I need that bool to stay true for certain seconds. I am unable to keep the variable true for 2 seconds.

To Reproduce

Steps to reproduce the behavior:

  1. Make a bool variable
  2. Attach a TON timer to it of 2 seconds.
  3. Write the variable from node-red by injecting a true payload.

Expected behavior

I was I hoping can turn the variable on for 2 seconds and then turn it off.

Environment

  • Version of this node: 1.1.3
  • Node-RED version: 3.0.2
  • PLC Part Number: 5069-L310ER CompactLogix 5380
  • OS: Windows 10
  • Browser: Chrome

dpatel2016 avatar Jan 30 '23 17:01 dpatel2016