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

Does it work with Micrologix 1100? I tried it, but I am getting this error "Error connecting to PLC: Error: connect ETIMEDOUT 192.168.0.9:44818" #1

Closed A-Badkoubeh closed 5 years ago

nilesh23soni commented 5 years ago

I am running rslogix 500 software (I do not have PLC hardware, so I am using rslogix 500 with emulator) and selected Bul.1761 MicroLogix 1000 DH-485/HDSlave as my controller. It gets connected and shows online but while reading tag values it shows error as bad values. Any one please help me with these, I am a novice to this and do not have much knowledge about controllers.

A quick reply will be very helpful for me.

Thank You

I am using it via node red and also want to know, does it works with rslogix 500 software and emulator rslogix emulate 500.

gfcittolin commented 5 years ago

Sorry for the late reply. I'm not aware of the possibility to connect to a simulated device of this range. We haven't touched this in a while, since we focused on the development of the node-red-contrib-cip-ethernet-ip, targeting the rslogix 5000 devices. There we've used the emulator (softlogix) with rslogix 5000.

If you get to know how to get Ethernet/IP working on it, I'd also like to know how, so we could also emulate and don't depend on a physical device for testings.

kennyhuang19 commented 5 years ago

I am using Micrologix 1400, and have problem: 1 how do I setup up correctly? Thanks for help!

[{"id":"315a34d6.53cbec","type":"pccc in","z":"5086d5a8.2612ec","endpoint":"992527f8.f4b268","mode":"all","variable":"","diff":false,"name":"","x":230,"y":240,"wires":[["7e314894.a86968"]]},{"id":"7e314894.a86968","type":"debug","z":"5086d5a8.2612ec","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":460,"y":260,"wires":[]},{"id":"992527f8.f4b268","type":"pccc endpoint","z":"","address":"140.96.153.211","port":"44818","userouting":false,"routing":"0x01,0x00,0x01,0x00","cycletime":"500","timeout":"1500","name":"","vartable":[{"addr":"0","name":"N7"}]}]

kennyhuang19 commented 5 years ago

hi all, I have resolve my problem, the reason is I type the wrong Tag name. sorry to bother all of you