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

In This Topic
    FUNC_PLCGROUP_STARTADDRESS_2_INDIRECT(Int32) Property
    In This Topic
    Start address 2 of PLC card (indirect) # 20298. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCGROUP_STARTADDRESS_2_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_STARTADDRESS_2_INDIRECT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Provides the optional second start address entered at the relevant PLC box for a PLC connection point. For PLC cards that have both inputs and outputs, you can specify a separate start address for the outputs. The value entered defines the default value for the byte address of a PLC card; this is taken into account for automatic addressing.

    See Also