This class is used to export and import PLC data to/from the PIB format (supported file extension is *.pbf)
Export format version can be selected via setting USER.PlcGui.PlcExport.StandardConverterFileVersion
Export to version V1.0 (compatibility mode) can be achieved by ...StandardConverterFileVersion = 0
Export to version V2.0 (new, extended format) can be achieved by ...StandardConverterFileVersion = 1
Visible name PLC standard echange format
Required for methods ExportData(), ImportData()