Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / DeviceTagsWithPlcData Method / DeviceTagsWithPlcData(Project,String,Boolean,DeviceTagsWithPLCOverwrition) Method
Project in which the device tags will be numbered.
Scheme used for numbering.
Mark as 'numbered with PLC data'.
Overwrite mode. Use value from enum DeviceTagsWithPLCOverwrition.

In This Topic
    DeviceTagsWithPlcData(Project,String,Boolean,DeviceTagsWithPLCOverwrition) Method
    In This Topic
    Method for numbering device tags of a project with PLC data.
    Syntax

    Parameters

    pProject
    Project in which the device tags will be numbered.
    strScheme
    Scheme used for numbering.
    bMarkAsNumeratedByPLC
    Mark as 'numbered with PLC data'.
    eOverwriteMode
    Overwrite mode. Use value from enum DeviceTagsWithPLCOverwrition.
    Exceptions
    ExceptionDescription
    Thrown, if an argument is set to null.
    Thrown in case of invalid parameters, e.g. the specified project does not exist or is invalid.
    \Internal interface for numbering could not be created.
    An error occurred during numbering.
    An error occurrs when used scheme name doesn't exist
    See Also