A simple yet flexible library to compose or parse XML data in CODESYS based PLC's via the following function blocks;
The solution can handle xml-parsing in two ways:
reading an entire file into a pre defined buffer or
read file chuncks into a smaller and optimized buffer (as long as the buffer allows for parsing).
method | pro | con |
---|---|---|
entire file read into buffer | fast and relatively easy to implement | Larger PLC memory requirement due to loading the file into a pre-allocated memory-buffer |
partial read file into buffer | widely applicable due to small memory footprint | relative slow parsing of large files. Relatively more complex to implement |
Examples for both parsing methods are provided, which can be used as starting point for your specific needs.
Basic library idea and coding: H.Hermsen.
bugfixes, testing: i-campbell and Aliazzz.
Additional small memory footprint file parsing: TimvH
https://www.linkedin.com/in/hahermsen