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

In This Topic
    FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS(Int32) Property
    In This Topic
    PLC subdevice: Index # 20384. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    The value of this property specifies the position of the PLC subdevice to which the PLC connection point belongs. This information is required for automatic addressing. The property can also be stored in the function templates of the parts and is then transferred to the PLC connection points during a part selection.

    See Also