FB_JsonSaxReader

Syntax
FUNCTION_BLOCK FB_JsonSaxReader
VAR_OUTPUT
initStatus : HRESULT;
END_VAR
Outputs
Name | Type |
---|---|
initStatus | HRESULT |
Methods
Name | Description |
---|---|
Converts a Base64-formated string to binary data. | |
Creates a PLC variable of the data type DATE_AND_TIME or DT from a standardized ISO8601 time format (e.g. YYYY-MM-DDThh:mm:ss). | |
Creates a PLC variable of the data type DCTIME from a standardized ISO8601 time format (e.g. YYYY-MM-DDThh:mm:ss). | |
Creates a PLC variable of the data type FILETIME from a standardized ISO8601 time format (e.g. YYYY-MM-DDThh:mm:ss). | |
Converts a string containing hexadecimal values into binary data. | |
Checks whether the transferred string corresponds to the Base64 format. | |
Checks whether the transferred string consists of hexadecimal values. | |
Checks whether the transferred string corresponds to the standardized ISO8601 time format. | |
Starts the SAX reader parsing process. | |
Starts the SAX reader parsing process. |
Requirements
TwinCAT version | Hardware | Libraries to be integrated |
---|---|---|
TwinCAT 3.1, Build 4022 | x86, x64, ARM | Tc3_JsonXml |