API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCDEVICENAME_1 Property / FUNC_PLCDEVICENAME_1(Int32) Property

In This Topic
    FUNC_PLCDEVICENAME_1(Int32) Property
    In This Topic
    PLC subdevice 1: Name # 20521. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCDEVICENAME_1( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDEVICENAME_1 {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    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. In this property you specify the device name of the PLC subdevice.

    See Also