API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList 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;}

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. Please note that you may not enter a unit here, since otherwise the export of the hardware configuration will not be possible!

See Also