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

In This Topic
    ARTICLE_PLCDEVICENAME_1 Property
    In This Topic
    PLC subdevice 1: Name # 22293.
    Syntax
    public MDPropertyValue ARTICLE_PLCDEVICENAME_1 {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PLCDEVICENAME_1 {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    In this property you specify the device name of the PLC subdevice. PLC devices exist that consist of several integrated modules, meaning subdevices, 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. In order to map such logical function units within a PLC device, up to twelve PLC subdevices are available to you.

    See Also