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

In This Topic
DMPLAOBJECT_DIGITAL_PLCINPUT_COUNT(Int32) Property
In This Topic
Total number of digital PLC inputs # 44028. This property isn't indexed, and is read-only.
Syntax
public PropertyValue DMPLAOBJECT_DIGITAL_PLCINPUT_COUNT( 
   int index
) {get; set;}

Parameters

index

Property Value

Returns property value of type System.Int64.
Remarks

This property is read-only..

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

See Also