API Help
Eplan.EplApi.HEServices Namespace / PlcService Class / ImportData Method

In This Topic
    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
    OverloadDescription
    Imports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.  
    Imports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.  
    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