Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_ADDRESSRANGE_2 Property / ARTICLE_ADDRESSRANGE_2 Property

In This Topic
    ARTICLE_ADDRESSRANGE_2 Property
    In This Topic
    Address range 2 (SIEMENS STEP 7 Classic) # 22261.
    Syntax
    public MDPropertyValue ARTICLE_ADDRESSRANGE_2 {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_ADDRESSRANGE_2 {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. For PLC cards that have both inputs and outputs, you can use this property to specify a separate address range for the outputs. Enter the I/O address range here from which data is transmitted or where the data can be written. The address range is entered on the "Properties" tab in parts management. For this property to be reported during addressing, the Separate address range for inputs and outputs check box must be deactivated in the PLC-specific settings.

    See Also