Kyle Hayes

Results 356 comments of Kyle Hayes

I don't have a problem with FAQs referencing other FAQs. 40k downloads is great! I am not sure I can get statistics for downloads of the core library out of...

If you end up calling _any_ of the C DLL data setter functions, the write will be triggered (if it is an auto-write tag). Does that happen when you write...

I had a thought. I could expose a "mark dirty" function. Then you could maintain all the tag data in the native format (i.e. .Net) and when someone changes something...

There is a delay between marking a tag dirty and when the write actually triggers. This is to coalesce changes. That delay is controlled by the `auto_sync_write_ms` tag attribute. It...

One point about rolling this all yourself, which is perfectly possible, is writes blocking reads. The existing system makes sure that if a write is flagged for the future (i.e....

I used this automatic read/write to set up a tag wrapper in C++ that would look like the native data type but would automatically show what was in the PLC....

This is a hard problem to solve generally due to NP completeness. That said, why not start small and work at this for a while? For instance, rather than trying...

Sorry for dropping this one for so long. Have you tried to see if this works? I see in the currently released code that the "@" character is accepted in...

This is, finally, mostly fixed in version [2.5.4](https://github.com/libplctag/libplctag/releases/tag/v2.5.4). I say "mostly" because I do not strip all spaces out of the tag attribute string. I leave them in attribute values....

These questions are probably better on the [forum](https://groups.google.com/g/libplctag).