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

In This Topic
    DMPLAOBJECT_DIGITAL_PLCOUTPUT_COUNT(Int32) Property
    In This Topic
    Total number of digital PLC outputs # 44029. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_DIGITAL_PLCOUTPUT_COUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_DIGITAL_PLCOUTPUT_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 digital PLC outputs for the current planning object and the superior planning objects and structure segment (same as the tree structure in the pre-planning navigator). The property can be used in reports.

    Digital PLC addresses are those with the "BOOL" data type. This is not case-sensitive. Inputs and outputs are recognized by the direction of the PLC address.

    See Also