Kyle Hayes
Kyle Hayes
The library currently retries lost connections every 5 seconds. However, a commonly reported case is when a PLC is either power cycled or drops connections during download (see #64). In...
Boolean arrays can be longer than 256 bits. At least 512. However the tag name parsing code only allows indexes of 0-255.
Users that are constrained to older firmware or older network modules pay a significant performance penalty for using full symbolic addressing. Implement support for symbol instance addressing with something similar...
This is a tracking bug for the following known shortcomings of the library. None are critical or present functional problems to common usage cases. 1. queue depth is nearly unbounded...
The library currently does not support tags larger than can be transferred in one packet for PCCC-based PLCs such as PLC/5, MicroLogix and SLC 500. This issue is to subsume...
Hi, this is spectacularly easy to use! I created a poll [here](https://github.com/kyle-github/libplctag/issues/116) but the last entry does not show. Are there special characters that I cannot have? Just a Chrome...
I wanted to break these out from #66 as that is getting a bit long! Do you need to have constructors for tags within the TagGroup class? This seems like...
If the timing is just right, triggered by a reconnect for instance, the code that starts a TCP reconnect will not fall through to waiting for the connection to succeed...
Just what it says on the tin. Listing out tags on a Micro800 shows other array types, but leaves out any BOOL array tags. See the [original issue](https://github.com/libplctag/libplctag.NET/issues/311) in the...
Here's the deets from @jfontsaballs: - Strings are up to 255 bytes (does this include the count word?). - Strings have a count word of two bytes. Little endian. -...