node-ethernet-ip icon indicating copy to clipboard operation
node-ethernet-ip copied to clipboard

A Lightweight Ethernet/IP API written to interface with Rockwell ControlLogix/CompactLogix Controllers.

Results 55 node-ethernet-ip issues
Sort by recently updated
recently updated
newest added

I'm not very familiar with Ethernet/IP, CIP, etc. but I know that some Rockwell/AB PLCs can enumerate - send a list of - all the tags that are available, along...

## Current Behavior Currently, there is no support for tags of type String, Array, or LINT. ## Expected Behavior ### Proposed API Usage *Array* ```js const arr = new Tag("ArrayName[1:5]");...

enhancement
new feature

In newer PLCs (version >20) there is a description field in RXLogics, that saves to the PLC. Is there a way to retrieve the tag comments/description with this library? ***Note:***...

## Current Behavior Returns extra decimal places that do not exist in PLC ## Expected Behavior Return exact value as exists in PLC ## Possible Solution (Optional) Unknown... ## Context...

debug 'buf' is not initialized. */node-ethernet-ip-master/src/enip/cip/epath/segments/logical/index.js:36 throw new Error("Invalid Logical Type Code Passed to Segment Builder"); ^ Error: Invalid Logical Type Code Passed to Segment Builder small mistake.

## Current Behavior ## Expected Behavior ## Possible Solution (Optional) ## Context ## Steps to Reproduce (for bugs only) 1. 2. 3. 4. ## Your Environment * Package version (Use...

Good morning I have read on the npm website that you will soon be able to read tags for UDTs. My question is when this functionality will be active or...

Changed Event is missed for previously written tags. ## Current Behavior When a tag is written to the PLC, in the following read cycles is no Changed Event produced. ##...

Template class update. Addition of template class for udts. Moved serialization and deserialization for all types into templates. ### Description, Motivation, and Context ## How Has This Been Tested? Tested...

Using ethernet-ip in Node-RED, I did some analysis of the realtime behaviour using Wireshark. There I have seen the real scan rate (320 ms) does not match the setup in...