dmroeder

Results 73 comments of dmroeder

Sounds like a great idea. I'll test this and consider it for the next release. I have a few things I want to add.

Thinking about this more, I don't think you are able to specify the port in the MSG instruction are you? In other words, I think the MSG only sends the...

Well there you go. After 25 years of using Rockwell products, still learning new things.

I pushed a branch to accept a port @BenGood if you want to try it out.

Hmm, that is odd, I've never see this on my end. I did all my testing with a CompactLogix. Are you using ControlLogix? I'll see if I can dig one...

I don't expect UDT's to work very well, though I think they should at least return the raw values since that is what pylogix read does. Let me take a...

The issue is that I was assuming the type was a string, this is where it is failing: https://github.com/dmroeder/pylogix/blob/master/pylogix/eip.py#L1250 I need to check for the struct ID of a STRING...

If you can, when you get a chance, try the latest commit to that branch.

The CIP payload for a connected message is 494 bytes. 1 byte for the service, 1 byte for tag name length, the tag name, the remainder of data in the...

I think 504 bytes includes the EIP header. I have a 5380 CompactLogix, while I see the option for Large Connection, it's grayed out and I've never investigated why.