Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCADDRESSRANGE Property / FUNC_PLCADDRESSRANGE Property

In This Topic
    FUNC_PLCADDRESSRANGE Property
    In This Topic
    Address range (SIEMENS STEP 7 Classic) # 20432.
    Syntax
    public PropertyValue FUNC_PLCADDRESSRANGE {get; set;}
    public:
    property PropertyValue^ FUNC_PLCADDRESSRANGE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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