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

In This Topic
    ExportData Method (PlcService)
    In This Topic
    Exports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.
    Overload List
    OverloadDescription
    Exports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.  
    Exports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.  
    Exports PLC data. This method may be used to export PLC data only in the PLC standard exchange format (.pbf files) using the PlcDcXMLExchangerUniversal converter. In order to export PLC data using specific PLC data converter, use the overloaded ExportData method together with the GetAvailableConverters method.  
    Exports PLC data. This method may be used to export PLC data in the PLC standard exchange format (.pbf files) using the PlcDcXMLExchangerUniversal converter. In order to export PLC data using specific PLC data converter, use the overloaded ExportData method together with the GetAvailableConverters method.  
    See Also