Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCCOMMUNICATIONENTITY_GROUP_STARTADDRESS Property / FUNC_PLCCOMMUNICATIONENTITY_GROUP_STARTADDRESS(Int32) Property

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_GROUP_STARTADDRESS(Int32) Property
    In This Topic
    Start address of PLC card (do not use anymore) # 20135.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_GROUP_STARTADDRESS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_GROUP_STARTADDRESS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 10.

    This property is no longer in use and only taken into consideration in old projects. Specifies the default value for the byte address of a PLC card; this is taken into account for automatic addressing. Up to distinct 10 entries (for up to 10 communication units) can be defined using the index. The property is populated with the values that have been entered in the property of the same name (ID 23314) on the "bus data" tab of the property dialog.

    See Also