API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCADDRESSRANGE Property / FUNC_PLCADDRESSRANGE(Int32) Property

In This Topic
    FUNC_PLCADDRESSRANGE(Int32) Property
    In This Topic
    Address range (SIEMENS STEP 7 Classic) # 20432. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCADDRESSRANGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCADDRESSRANGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Enter the size of the address range within the PLC controller that the card occupies here, for example "4 bytes". The property is entered on the "PLC box" tab of the property dialog. To this purpose enter the number of input / output bytes or the number of input / output bits that the PLC card uses by default, depending on the card type. For a card that has both inputs and outputs, the value of the inputs is entered here.

    See Also