Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_ANALOG_PLCINPUT_COUNT Property / DMPLAOBJECT_ANALOG_PLCINPUT_COUNT Property

In This Topic
    DMPLAOBJECT_ANALOG_PLCINPUT_COUNT Property
    In This Topic
    Total number of analog PLC inputs # 44030.
    Syntax
    public PropertyValue DMPLAOBJECT_ANALOG_PLCINPUT_COUNT {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_ANALOG_PLCINPUT_COUNT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Shows the sum of the analog PLC inputs for the current planning object and the subordinate planning objects and (in accordance with the tree structure in the pre-planning navigator). Analog PLC addresses are such addresses that have a data type that is not "BOOL". Inputs and outputs are recognized by the direction of the PLC address.

    See Also