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

DeviceTagsWithPlcData(Function[],String,Boolean,DeviceTagsWithPLCOverwrition) Method
Method for numbering device tags of a collection of functions with PLC data.
Syntax

Parameters

pFunctions
Functions, for 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 functions do not exist or are 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