st-one-io / node-red-contrib-cip-ethernet-ip

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

Transfer of BOOL variable #27

Open FrantaD opened 2 years ago

FrantaD commented 2 years ago

Describe the bug

I am communicating with an Omron NX1P2 PLC. The communication works, but I cannot send a variable of the BOOL type. This communication always ends with an error:

"Error communicating with the PLC: {"generalStatusCode":30,"extendedStatus":[]}"

To Reproduce

Use the eth-ip out block and set the variable of type BOOL to TRUE.

Environment