Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCDEVICENUMBER_1 Property / FUNC_PLCDEVICENUMBER_1 Property

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

    Property Value

    Returns property value of type System.String.
    Remarks

    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, 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