Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_PLCDEVICENUMBER_1 Property / ARTICLE_PLCDEVICENUMBER_1 Property

In This Topic
    ARTICLE_PLCDEVICENUMBER_1 Property
    In This Topic
    PLC subdevice 1: Position (slot / module) # 22305.
    Syntax
    public PropertyValue ARTICLE_PLCDEVICENUMBER_1 {get; set;}
    public:
    property PropertyValue^ ARTICLE_PLCDEVICENUMBER_1 {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. In this property you specify in which slot / at which position on the PLC card this PLC subdevice is located. PLC devices exist that consist of several integrated modules and that have several start addresses. Such a device can consist, for example, of an internal CPU module, an internal input-output module as well as internal counter module - however with only one part number. Such integrated modules within a PLC device can be displayed in EPLAN with PLC subdevices. To this purpose up to twelve PLC subdevices are available.

    See Also