API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCGROUP_STARTADDRESS Property / FUNC_PLCGROUP_STARTADDRESS(Int32) Property

In This Topic
FUNC_PLCGROUP_STARTADDRESS(Int32) Property
In This Topic
Start address of PLC card # 20419. This property isn't indexed.
Syntax
public PropertyValue FUNC_PLCGROUP_STARTADDRESS( 
   int index
) {get; set;}

Parameters

index

Property Value

Returns property value of type System.String.
Remarks

Specifies the default value for the byte address of a PLC card; this is taken into account for automatic addressing. The property is entered on the "PLC box" tab of the property dialog. Enter the start byte here with which the addressing of the inputs or outputs of this card begins. This value can also be used as the configuration value for readdressing PLC configurations. For a card that has both inputs and outputs, the start byte for the inputs is entered here.

See Also