Error: TIMEOUT occurred while reading Controller Props. - Micrologix 1100
See original GitHub issueIssue Description
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:
- Created 2 years ago
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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