Kyle Hayes

Results 356 comments of Kyle Hayes

Can you point to where the AB protocol that does this is documented? I haven't seen anything like that but would love to see any docs on it. Note that...

Ah, yes, the library currently uses the fragmented read/write on tags that support it (it is not supported on some types of PLC). But only for tags that will not...

This is an interesting one. Slots up to 15 (0-15) are handled with a single byte in the constructed path byte string. A value of 16 and up (not sure...

Oops, just realize that this in in the .NET project. I need to move it to the core library.

Moved the comments over to issue [#443](https://github.com/libplctag/libplctag/issues/443) in the core project.

Will update here when I have a version of the core project in which this is fixed.

The `plc_tag_shutdown()` function was added to help with LabVIEW. For some reason, LabVIEW did not completely unload the DLL correctly without that. In normal use, just closing the last tag...

If one of the threads is hanging, that might explain why the wake call is not working. Windows is a little more challenging to figure out as the wake model...

Huh... Yeah, that is a problem. I _think_ that there is an attribute that will tell us the protection on a field, but I am not sure. Let me reach...

My guru contact is not responding. I will keep seeing if there is something I can query to find this out.