Curious if anyone has attempted to use raspberry pi running nodered with node-red-contrib-modbus to communicate with clickplus PLC which supposedly supports modbus
Modbus on a PI works fine.
If the modbus implementation on the PLC is standard there is no reason it won't work.
However, there are several threads on this forum around clickplus PLC and all of them seem to be using mqtt. If the PLC supports mqtt, can you not use that instead?
I did try the mqtt first as I'm much more familiar with it.. I've used it quite a bit communicating between esp32 and node red on raspberry pi. I found the mqtt implementation a bit lacking on the PLC.. msgs were stored as individual characters in plc memory so it would make string compare tedious... so I did not pursue it much past that... The objective was to use a touch screen monitor with the raspberry pi to create a poor mans HMI for the click.