API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_PLCADDRESS_DIRECTION Property / DMPLAOBJECT_PLCADDRESS_DIRECTION Property

In This Topic
    DMPLAOBJECT_PLCADDRESS_DIRECTION Property
    In This Topic
    PLC address: Direction # 44020.
    Syntax
    public PropertyValue DMPLAOBJECT_PLCADDRESS_DIRECTION {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PLCADDRESS_DIRECTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    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. Enter the direction here (input, output, undefined). The individual PLC inputs and outputs are differentiated via the index, with a maximum of 50.

    See Also