frangoteam / FUXA

Web-based Process Visualization (SCADA/HMI/Dashboard) software
https://frangoteam.org
MIT License
2.84k stars 826 forks source link

AB Ethernet I/P #238

Open cjmccoy2 opened 2 years ago

cjmccoy2 commented 2 years ago

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

unocelli commented 2 years ago

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

cjmccoy2 commented 2 years ago

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: @.***>

unocelli commented 2 years ago

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

unocelli commented 2 years ago

We have tested #118 and was not so bad

cjmccoy2 commented 2 years ago

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: @.***>

unocelli commented 2 years ago

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

cjmccoy2 commented 2 years ago

image

Should be 1.1.3

unocelli commented 2 years ago

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)

cjmccoy2 commented 2 years ago

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

unocelli commented 2 years ago

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 commented 2 years ago

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

cjmccoy2 commented 2 years ago

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

AlexCastro-Prog commented 2 years ago

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!

Auyerix commented 2 years ago

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!!!

ZhuNathan commented 2 years ago

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.