question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: TIMEOUT occurred while reading Controller Props. - Micrologix 1100

See original GitHub issue

I cannot connect to a Micrologix 1100

Current Behavior

Any operation after connect fails. Failure happens in connect.then() (therefore apparently upon successful connection).

Message is Error: TIMEOUT occurred while reading Controller Props. happening in await this.readControllerProps() on controller/index.js, line 125

Changing the slot number does not modify the result.

Port 44818 is open

$ nmap -Pn -p 44818 192.168.150.44
Starting Nmap 7.80 ( https://nmap.org ) at 2020-10-26 19:01 PDT
Nmap scan report for 192.168.150.44
Host is up (0.0044s latency).

PORT      STATE SERVICE
44818/tcp open  EtherNetIP-2

Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds

Steps to Reproduce

const { Controller } = require("ethernet-ip");

const PLC = new Controller();

PLC.connect("192.168.150.44", 0)
    .then(() => {
        console.log(PLC.properties);
    })
    .catch((error) => {
        console.log(error);
    });

Environment

ethernet-ip@1.2.5 Node Version v14.13.1 MacOS Micrologix 1100 1763 L16AWA B/14.00

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
paolodenticommented, Oct 28, 2020

Thanks, I tried it yesterday, just a connection to the micrologix 1100, and it works flawlessly. I will update here after I will really try it heavily in the next days

0reactions
jhenson29commented, Oct 28, 2020

You may want to look at the below package. I haven’t used it, so I can’t comment on how well it works.

https://www.npmjs.com/package/nodepccc

Read more comments on GitHub >

github_iconTop Results From Across the Web

TIMEOUT occurred while reading Controller Props #10 - GitHub
I'm trying to connect to an OMRON NJ101 PLC. I get the error message: "Error connecting to PLC: Error: TIMEOUT occurred while reading...
Read more >
Ethernet-ip protoccol - General - Node-RED Forum
but I am taking this error : Error connecting to PLC: Error: TIMEOUT occurred while reading Controller Props. How Can I solve this...
Read more >
Micrologix 1100 issues [Text] - PLCS.net - Interactive Q & A
Error code 22 is a watchdog timeout. I see nothing in the programming that should cause a watchdog timeout to be likely. About...
Read more >
allen-bradley-controllogix-ethernet-manual.pdf - Kepware
Framing error occurred while uploading controller program information. 142. CIP connection timed out while uploading project information.
Read more >
PLC Error 026: PLC timeout
I was trying to communicate between the PLC (MicroLogix 1100) and the C-more ... an error will appear on the screen "PLC 26,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found