API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_ANALOG_PLCINPUT_COUNT Property / DMPLAOBJECT_ANALOG_PLCINPUT_COUNT(Int32) Property

In This Topic
    DMPLAOBJECT_ANALOG_PLCINPUT_COUNT(Int32) Property
    In This Topic
    Total number of analog PLC inputs # 44030. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_ANALOG_PLCINPUT_COUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_ANALOG_PLCINPUT_COUNT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    The sum of analog PLC inputs for the current planning object and the superior planning objects and structure segments (same as the tree structure in the pre-planning navigator). The property can be used in reports.

    Analog PLC addresses are those with a data type other than "BOOL". Inputs and outputs are recognized by the direction of the PLC address.

    See Also