7/17/2019 7:13 PM | |
Joined: 4/14/2015 Last visit: 8/26/2024 Posts: 3 Rating: (0) |
I want to communicate an IOT 2040 with an Allen Bradley Micrologix 1100 PLC using NODERED. I installed “NODE-RED-CONTRIB-CIP-ETHERNET-IP” for the communication with Allen Bradley PLC via Ethernet/IP but doesn’t work, the inserted node disappears and shows the following message: "Flows stopped due to missing node types. Check logs for details." Do you have any comments about this error? Regards Diego Torres AttachmentImages.zip (445 Downloads) |
7/18/2019 3:37 PM | |
Joined: 12/12/2016 Last visit: 4/8/2024 Posts: 640 Rating: (60)
|
Hello, We had a discussion in the past regarding the ethernet-ip package. You can find it here. Unfortunately the current image (V2.4.0) only runs NodeJS v6, but you could build a custom image (v2.6.0) against the master or jan/thud branch. Image version V2.6 will namely run NodeJS v8 which should solve this issue. Kind regards! |
This contribution was helpful to1 thankful Users |
7/18/2019 11:57 PM | |
Joined: 4/14/2015 Last visit: 8/26/2024 Posts: 3 Rating: (0) |
Hi Fe_lipe, thanks for your answer. I updated the Node Red version without problems, but it shows the same error with "ETH-IP-ENDPOINT". I also tried to update NODE.JS but it shows the
error of the attached files. AttachmentImages2.zip (467 Downloads) |
7/22/2019 1:36 PM | |
Joined: 12/12/2016 Last visit: 4/8/2024 Posts: 640 Rating: (60)
|
Hello, Node-red is not the issue in this case. And unfortunately its not possible to update NodeJS like that. NodeJS has to be specifically compiled for the Quark CPU for it to function correctly. That's why building an own image is the only option here. Kind regards! |
Follow us on