PlcService.ReadressingConfig Class
In This Topic
Used as a container for PLC re-addressing settings.
Inheritance Hierarchy
System.Object
Eplan.EplApi.HEServices.PlcService.ReadressingConfig
Syntax
public class PlcService.ReadressingConfig
public ref class PlcService.ReadressingConfig
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AnalogStartAddress | Start address value to use for analog addresses. If empty, a default value will be used. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ChangeAnalog | If true, analog addresses will be changed. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ChangeDigital | If true, digital addresses will be changed. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ConfigurationProject | Gets/Sets ... |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CpuName | Gets/Sets ... |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DigitalStartAddress | Start address value to use for digital addresses. If empty, a default value will be used. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnlySelectedTerminals | Gets/Sets if the re-addressing process affects all PLC terminals in the project or just the selected ones. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SortModeIndex | Gets/Sets a sort mode that should be used during re-addressing. Should be in range from 0 (default) to the value returned by SortModesCount property -1. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Station | Gets/Sets ... |
Top
Public Methods
See Also