Kyle Hayes
Kyle Hayes
The idea of a cycle is not really something that the library understands. Each tag is treated independently. Internally there are some shared things (like the connection to the PLC)....
Was any of this any help? Unfortunately, PLCs like Micro8xx, PLC/5, SLC 500 and MicroLogix do not support multiple requests per packet to the PLC. Only Control/CompactLogix (and to an...
I am not sure what you mean by block reading. You can read more than one INT at a time from an INT data file (for instance). Just set the...
It seems like this is just a few steps from a built in reference count implementation. If you have it internally why not expose it so that programs can use...
I am not sure, but I think this is undecidable if you allow function pointers to be called. You can manually set up recursion that way. So, I think you...
(Can't figure out how to quote a list) @andrewrk said: - Statically guarantee that a program will not have a stack overflow - Threads can have smaller stack sizes, lowering...
A group is working on this on top of LLVM: [static stack depth analysis tool](http://lists.llvm.org/pipermail/llvm-dev/2018-July/124572.html)
Note that integer ranges have a long history in some other languages like Pascal and Ada. There they are heavily used and can be used as ranges for arrays. This...
This is probably more a question for the libplctag.NET project as Tim noted above. That said, can you capture a log file? Please set the debug level to 4 and...
Thanks for using the library, and many thanks for that link! I am reading through that doc and am absolutely horrified that one of their network examples has a PLC...