Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplatePropertyList Class / DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS_PART Property / DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS_PART(Int32) Property

In This Topic
    DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS_PART(Int32) Property
    In This Topic
    PLC address: Symbolic address (single component) # 44052.
    Syntax
    public PropertyValue DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS_PART( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PLCADDRESS_SYMBOLICADDRESS_PART {
       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 50.

    PLC inputs and outputs that are required for controlling can be defined at a planning object. Specify a (unique) single component of the symbolic address for each input and output. The individual PLC inputs and outputs are differentiated via the index, with a maximum of 50. These single components are used to determine the symbolic address and are attached to the single components of the symbolic address that was entered at the superior segments. The automatically determined symbolic address thus results as a combination of the single components that were entered at the current planning object and at all the superior segments.

    See Also