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.
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.
Exception | Description |
ArgumentNullException | Thrown in case of missing parameters. |
ArgumentException | Thrown in case of
invalid arguments,
e.g. the given
Project does not
exist or isn't
valid. |
NOPLCCPU | An error occurrs when no Plc CPU found in the project |