API Help
Eplan.EplApi.HEServices Namespace / PlcService Class / WriteBackConnPointDesignations Method / WriteBackConnPointDesignations(Project,String,String,String,Boolean) Method
A project to perform the action in.
A CPU name.
Specifies whether the directly connected plugs / terminals should also be affected.

WriteBackConnPointDesignations(Project,String,String,String,Boolean) Method
Writes back connection point designations from overview PLC terminals of the given CPU to associated schematic PLC terminals.
Syntax

Parameters

prj
A project to perform the action in.
sConfigurationsProjectName
sStationName
sCPUName
A CPU name.
bAlsoToConnectedPlugsAndTerminals
Specifies whether the directly connected plugs / terminals should also be affected.

Return Value

An array of functions (PLC terminals, terminals, plugs) affected by the operation.
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 occurrs when no Plc CPU found in the project
Remarks
* The terminals must have a CPU name specified. * The method corresponds to the 'Write back connection point designations' dialog in P8 (Project data -> PLC -> Write back connection point designations...).
See Also