FUXA icon indicating copy to clipboard operation
FUXA copied to clipboard

AB Ethernet I/P

Open cjmccoy2 opened this issue 3 years ago • 15 comments

Has support been added for AB Ethernet IP devices? I see a couple issues on it.

If so, How do I add it to my project as it is not an available device

cjmccoy2 avatar Dec 19 '21 18:12 cjmccoy2

Hi, you mean ABB plc? have you already tried with EthernetIP device?

unocelli avatar Dec 20 '21 18:12 unocelli

AB, Allen Bradley PLC, Ethernetip is not a device option for me

On Mon, Dec 20, 2021 at 1:47 PM Umberto Nocelli @.***> wrote:

Hi, you mean ABB plc? have you already tried with EthernetIP device?

— Reply to this email directly, view it on GitHub https://github.com/frangoteam/FUXA/issues/238#issuecomment-998182037, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG6QGYS66PU3CIG4HPKYDDUR523TANCNFSM5KMEC5QQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

cjmccoy2 avatar Dec 20 '21 18:12 cjmccoy2

If it's because you don't see it, you have to install it in the 'Plugins' section. image

unocelli avatar Dec 20 '21 18:12 unocelli

We have tested #118 and was not so bad

unocelli avatar Dec 20 '21 18:12 unocelli

Okay, I must be missing something. This is what my plugin section looks like [image: image.png]

On Mon, Dec 20, 2021 at 2:00 PM Umberto Nocelli @.***> wrote:

We have tested #118 https://github.com/frangoteam/FUXA/issues/118 and was not so bad

— Reply to this email directly, view it on GitHub https://github.com/frangoteam/FUXA/issues/238#issuecomment-998189602, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG6QG3QGBV5NGXFQOPTUVTUR54LRANCNFSM5KMEC5QQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

cjmccoy2 avatar Dec 20 '21 19:12 cjmccoy2

I don't see the image :( which version did you installed?

unocelli avatar Dec 20 '21 20:12 unocelli

image

Should be 1.1.3

cjmccoy2 avatar Dec 20 '21 20:12 cjmccoy2

is not currently in a release. but if you download the last version from master you find it (the same in docker frangoteam/fuxa:latest)

unocelli avatar Dec 20 '21 20:12 unocelli

Thank your for the help, I am pretty knew to all of this. I've got the drivers added but cant get any of the values to update. I have tried with 2 PLC's. Micro 850 and MicroLogix 1100. Both are ethernetip. All tags are global. Is there a differnt way to format the tag names?

image image

cjmccoy2 avatar Dec 20 '21 21:12 cjmccoy2

I can't help you because I don't use it. maybe are the address wrong, take a look to the library documentation that we use nodepccc you can try to contact Alex he helped me to integrate the library and has good experience of the field #118

unocelli avatar Dec 20 '21 21:12 unocelli

As info, you can try to look how the nodepccc library are used in node-red application, maybe you find more information...

unocelli avatar Dec 26 '21 11:12 unocelli

Would you be able to implement this driver? It supports the Micro800 line of PLC’s. Allen Bradley also had a free simulator that it could be tested with.

https://github.com/msvargas/node-logix

cjmccoy2 avatar Dec 27 '21 01:12 cjmccoy2

Hello, guys take a look at my latest video related to Rockwell plc's to connect with FUXA Web Scada.

https://youtu.be/iTz7ryccLWw

Please subscribe, comment and give your like!!!!

Thanks!

AlexCastro-Prog avatar Jan 04 '22 23:01 AlexCastro-Prog

Excelente video a great collaboration... FUXA is awesome... I will also test it with Rockwell, I'm currently working with MQTT and works fine!!! Good Job!!!

Auyerix avatar Jan 19 '22 19:01 Auyerix

I can't help you because I don't use it. maybe are the address wrong, take a look to the library documentation that we use nodepccc you can try to contact Alex he helped me to integrate the library and has good experience of the field #118

Actually, the EthernetIP in FUXA is only support PCCC communication like SLC500/Micro 800 family PLC or a data file mapping, the Control/CompactLogix is another communication called EIP, I think is necessary to separate the driver "EthernetIP" to "ControlLogixTCP" and "SLC500TCP", or any other labels to differentiate the Control/CompactLogix and SLC500/Micro800 families, it would be a BIG modification I know, but it would be more useful and popular in future.

ZhuNathan avatar Aug 23 '22 14:08 ZhuNathan