Beckhoff#TwinCAT3 Let’ use Tc3_JsonXml

The Beckhoff TwinCAT PLC library Tc3_JsonXml can be used to create JSON and XML documents. In this example we will use Tc3_JsonXml to create a JSON Object. Let’s start! SAX (simple API for XML) SAX was originally developed to handle XML documents, but can also be used for other data formats such as JSON. DOM (Document Object Model) The DOM is a specification for accessing XML documents, but it can … Continue reading Beckhoff#TwinCAT3 Let’ use Tc3_JsonXml