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

In This Topic
    FUNC_PLCGROUP_STARTADDRESS_2(Int32) Property
    In This Topic
    Start address 2 of PLC card # 20255. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCGROUP_STARTADDRESS_2( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_STARTADDRESS_2 {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    For PLC cards that have both inputs and outputs, you can use this property to specify a separate start address for the outputs. This way, inputs and outputs can be addressed separately. The start address 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. For this property to be used, the Separate address range for inputs and outputs check box must be deactivated in the PLC-specific settings.

    See Also