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

In This Topic
    FUNC_PLCGROUP_STARTADDRESS_8_OUTPUTS(Int32) Property
    In This Topic
    PLC subdevice 8: Start address (outputs) # 20516. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCGROUP_STARTADDRESS_8_OUTPUTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_STARTADDRESS_8_OUTPUTS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Start address for the outputs of the PLC subdevice 8 (for PLC data exchange in AutomationML format). Can be used in the addressing format.

    See Also