Kyle Hayes

Results 356 comments of Kyle Hayes

Thanks for testing this! Very helpful. Do you know if stand-alone strings behave the same was as strings in a UDT/struct? The padding is (IIRC, it has been many years)...

As I mentioned in the PR, I want to understand why you would want to turn off the sanitizers in a debug build.

I have marked this as an enhancement and as critical because of your explanation. Now that I'll have more time, I will try to get this soon. Sorry for the...

I've merged your PR into the prerelease branch. I want to see if I can make it work with both gcc and clang before I release.

Hi, thanks for using the library. I don't have an Omron on which to test. If you have one, I would be very happy to experiment to find out what...

It looks like you are turning on debugging at some point. You probably have a line that looks something like this: `LibPlcTag.DebugLevel = DebugLevel.Detail;` somewhere in your code. Remove that....

Huh... I wonder why I did that? That doesn't look right, but maybe there is some protocol difference on some PLCs? I will see if I can get to this...

I finally got back to this. From what I can determine from online documentation I can find, unconnected messages go to the Connection Manager CIP object. That object does not...