ImportData(Project,String,String,String,ImportMatch) Method
In This Topic
Imports PLC data using the specified converter.
Syntax
Parameters
| Parameter Name | Description |
|---|
| oProject | Project which the PLC data will be imported to. |
| 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 import process, e.g. de_DE, en_EN, etc. |
| strInputFileName | The input file name in the format corresponding to the converter used. |
| eImportMatch | Matching criteria for PLC data import. |
Exceptions
See Also