API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCDEVICE_ID Property / FUNC_PLCDEVICE_ID Property

In This Topic
    FUNC_PLCDEVICE_ID Property
    In This Topic
    Device description: File name # 20415.
    Syntax
    public PropertyValue FUNC_PLCDEVICE_ID {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDEVICE_ID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    GSD file name of a PLC card. The part allocation during the import of PLC configuration files is carried out on the basis of this property. The file name is entered with the file name extension, but without file path. In addition to the "GSD file name" property the "Object description" property or "Index in GSD file" property has to be specified as well. On the basis of these properties a device is selected within the file during the import of PLC configuration files. During a part selection or device selection the property is filled with the corresponding value from the parts management.

    In the GSD file name property not only the GSD file name but also other entries, for example device IDs of CC Link modules can be stored. To this purpose you enter a prefix followed by a colon before the actual device ID, for example "CSP+:AJ65VBTCE2-8T". This entry is then exported unchanged. If the entry does not contain a prefix (meaning no colon) or the prefix "GSD:", for example "GSD:SIEM8139.GSD", the entry is interpreted as a GSD file during the export in the AutomationML format.

    See Also