cmseaton42 / node-ethernet-ip

A Lightweight Ethernet/IP API written to interface with Rockwell ControlLogix/CompactLogix Controllers.
MIT License
265 stars 106 forks source link

Waht is the max Size of a TagGroup? #71

Open jschenkDD opened 4 years ago

jschenkDD commented 4 years ago

I have found that mistakes occur when adding to much Tags to a TagGroup. So is there a max Size of TagGroup items depending on DataType?

jschenkDD commented 4 years ago

I got:

Error reading tags { generalStatusCode: 27, extendedStatus: [] } { generalStatusCode: 27, extendedStatus: [] }

if a remove the last Tag added to TagGroup then everythin works...

https://www.automationdirect.com/microsites/c-more/software-help/Content/356.htm says that error code 27 (decimal) means: Routing failure, response packet too large: The service response packet was too large for transmission on a network in the path from the destination.

skykep commented 3 years ago

How many tags did you add?