ImportData Method (PlcService)
In This Topic
Imports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.
Overload List
Overload | Description |
ImportData(Project,String,String,String,ImportMatch,Boolean) | Imports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters. |
ImportData(Project,String,String,String,ImportMatch) | Imports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters. |
ImportData(Project,String,ImportMatch) | Imports PLC data from a file. This method may be used to import PLC data in the PLC standard exchange format (.pbf files) using the PlcDcXMLExchangerUniversal converter. In order to import PLC data using specific PLC data converter, use the overloaded ImportData method together with the GetAvailableConverters method. |
See Also