ReaddressTerminals(Terminal[],String,String,String,String,String,String,String,Sorting) Method
In This Topic
Executes PLC terminals addressing
Syntax
Parameters
- arrPLCTerminals
- PLC terminals that should be addressed.
- strDigitalInputStartAddress
- Start digital input address. Can be empty.
- strDigitalOutputStartAddress
- Start digital output address. Can be empty.
- strAnalogInputStartAddress
- Start analog input address. Can be empty.
- strAnalogOutputStartAddress
- Start analog output address. Can be empty.
- strConfigurationProject
- PLC configuration project name. Can be empty.
- strStation
- PLC station name. Can be empty.
- strCPU
- PLC CPU. Can be empty.
- eSorting
- Sorting method.
Exceptions
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. |
BaseException | An error occurred
during the re-addressing process. |
See Also