st-one-io / node-red-contrib-pccc

A Node-RED node to interact with some Allen-Bradley PLCs using PCCC protocol
GNU General Public License v3.0
8 stars 2 forks source link

Cannot select a variable in single variable for pccc in node #5

Open sSuper-Man opened 3 years ago

sSuper-Man commented 3 years ago

This is regarding to AB micrologix 1400. I'm having problem with selecting a variable in single variable mode for in-node. Every time I selected a variable (B3:0/0 or N7:0/0...) and closed the configuration window, the selections reset. Even though, the name showed on the node. When I opened the configuration window again, it showed no variable were selected. I can read the input of the whole word just find (B3/0 or N7/0).

Out node also having problems. Connection to PLC ok. it kept showing "TypeError: Cannot read property 'split' of undefined". I cannot output word, bit, bool, or number.

Thanks for any help.