API Help
Eplan.EplApi.HEServices Namespace / PlcService Class / ExportAddressOverview Method
Project of which the PLC address overview list will be exported.
PLC configuration project name or empty string. If you do not fill parameter strConfigurationProject you can only export i/o data which is related to plc boxes where the the configuration project also is empty.
PLC station name or empty string. If you do not not fill parameter strStation you can only export i/o data which is related to plc boxes where the station name also is empty.
PLC CPU or empty string. If you do not fill parameter strCPU you can only export i/o data which is related to plc boxes where the cpu name also is empty.
Alternative file name and path. If empty parameter will be taken from plc schema.

In This Topic
    ExportAddressOverview Method
    In This Topic
    Exports PLC address overview list into csv file.
    Syntax

    Parameters

    oProject
    Project of which the PLC address overview list will be exported.
    strPlcConfigurationProject
    PLC configuration project name or empty string. If you do not fill parameter strConfigurationProject you can only export i/o data which is related to plc boxes where the the configuration project also is empty.
    strPlcStation
    PLC station name or empty string. If you do not not fill parameter strStation you can only export i/o data which is related to plc boxes where the station name also is empty.
    strPlcCpu
    PLC CPU or empty string. If you do not fill parameter strCPU you can only export i/o data which is related to plc boxes where the cpu name also is empty.
    strAddressOverviewFileName
    Alternative file name and path. If empty parameter will be taken from plc schema.
    Exceptions
    ExceptionDescription
    Thrown in case of missing parameters.
    Thrown in case of invalid arguments, e.g. the given Project does not exist or isn't valid.
    An error occurred during the export.
    See Also