The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files.
Easy to use:
#include <xmlio.h>
/* Write Variable to XML-File */
status = xmlWrite(strName, strFile, strDevice, 0);
/* Read XML-File into Variables */
status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow XML-Parser Library for BR-Automation PLC
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of XML-Parser Library for BR-Automation PLC!