Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCMODULENAME Property / FUNC_PLCMODULENAME Property

In This Topic
    FUNC_PLCMODULENAME Property
    In This Topic
    PLC card name # 20437.
    Syntax
    public PropertyValue FUNC_PLCMODULENAME {get; set;}
    public:
    property PropertyValue^ FUNC_PLCMODULENAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of a PLC card (identifying for PLC devices during PLC data exchange in the AutomationML or Studio 5000 Architect format). The property can be displayed in reports and used as a filter criterion in the navigators. Depending on whether the PLC box represents a PLC card, a rack or a CPU, the PLC card name must be unique within a rack, a station or a configuration project.

    See Also