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

In This Topic
    FUNC_PLCGROUP_INDEXINFILE_1 Property
    In This Topic
    PLC subdevice 1: Device description: Index in file # 20606.
    Syntax
    public PropertyValue FUNC_PLCGROUP_INDEXINFILE_1 {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_INDEXINFILE_1 {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Index for PLC subdevice 1 in the device description file of a PLC card. This property has to be filled for PLC subdevices if these are expected as independent devices in the PLC configuration program and are identified via a device description file and the associated index. The device description file is specified at the PLC box (main device). Through the index it is possible to select a device within such a file language-neutral. During a part selection or device selection the property is filled with the corresponding value from the parts management. The property is taken into consideration during the PLC data exchange in AutomationML format.

    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