jvalenzuela
jvalenzuela
An initial pass on an API is in the buf branch of my fork: https://github.com/jvalenzuela/OpENer/tree/buf. Doxygen documentation is included, so it can be reviewed via make doc.
This has been corrected in the set of commits I'm submitting for addressing compiler warnings, and is also a rather good example why warnings should not be ignored and allowed...
I realize this is a lot of changes. I can help make it easier to merge, perhaps selecting one commit at a time to consider, then reorder or rebase it...
Ok, I'll close this pull request, rebase as needed, and open new pull requests for each.
Here's one of the files causing the problem. Starting with some other page from another document, then calling mergePage() with this PDF results in the above error. [108.pdf](https://github.com/mstamy2/PyPDF2/files/331139/108.pdf)
Can you provide some more information, such as a snip of the L5X XML where the tag is declared, or a minimal RSLogix project and script that duplicates the error?
Looks like a problem with structured text based on the error listing. I had a similar problem with ST routines that contained blank lines due to Rockwell's inappropriate use of...
Yes, I've encountered this before. Unfortunately, due to Rockwell's poor implementation, there's not much I can do about it. First, they don't document the raw data format. Second, 100kB is...
Work is in progress to convert tags to use raw data, which will resolve this problem.
This is most likely caused by the size of the array. For some silly reason RSLogix will not export formatted data for tags that exceed some weird size limit; see...