I am trying to communicate to AB CompactLogix L24ER PLC,
Node JS 14.6.0 Version
node-red-contrib-cip-ethernet-ip : eth-ip in
node-red-contrib-pccc : pccc in
ETH IP
This Node is giving me this error, and online discussion shows CompactLogix does not support readWallClock function.
"generalStatusCode":30,"extendedStatus"
PCCC
This Node is showing that communication was established, but it is not retrieving any data
"No response from PLC, restarting the communication"
Great, now that you have provided the node-red nodes, hopefully someone will be able to help you. i have no access to th devices they are communicating to.
If no one else reply, you could go to the github pages for the nodes and sak the author of the nodes for help.
For CompactLogix/ControlLogix you should be using "node-red-contrib-cip-ethernet-ip", that is, the "eth-ip" nodes. For Micrologix or SLC series, then "pccc".
That said, check that the slot number configured in the node match the slot number of the PLC (not any communication module, but the CPU itself). If it still does not work, then we may need to better check what is not working. When connecting, the only thing the underlying library asks for is the controller props, but that should be supported by CompactLogix.