Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS Property / FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS Property

In This Topic
    FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS Property
    In This Topic
    PLC subdevice: Index # 20384.
    Syntax
    public PropertyValue FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS {get; set;}
    public:
    property PropertyValue^ FUNC_PLCTERMINAL_INDEX_OF_STARTADDRESS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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