ExportData(Project,String,String,String,String) Method
In This Topic
Exports PLC data using the specified converter.
Syntax
Parameters
| Parameter Name | Description |
|---|
| oProject | Project which the PLC data will be exported from. |
| strConfigurationProject | The name of the PLC configuration data set to export. It must be one of the strings returned by the GetPLCConfigurationProjects function. |
| strConverterID | ID of the PLC data converter to use. The IDs of the registered PLC converters together with their full names may be obtained by calling the GetAvailableConverters method. |
| strLanguage | Language used during the export operation, e.g. de_DE, en_EN, etc. |
| strOutputFileName | Full file name of the output file. The file name should have correct extension according to the converter used. |
Exceptions
See Also