ExportData(Project,String,String) Method
In This Topic
Exports PLC data in the PLC standard exchange format (.pbf files) using the PlcDcXMLExchangerUniversal converter.
Syntax
Parameters
| Parameter Name | Description |
|---|
| oProject | Project of which the PLC data will be exported. |
| strConfigurationProject | A PLC configuration project. If you pass an empty string, all PLC data contained in the P8 project will be exported. |
| strOutputFileName | Full name of the output file without an extension. The filename extension is added automatically. |
Exceptions
See Also