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

In This Topic
    FUNC_PLC_MASTERSYSTEMID Property
    In This Topic
    MasterSystemID # 20334.
    Syntax
    public PropertyValue FUNC_PLC_MASTERSYSTEMID {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_MASTERSYSTEMID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    The MasterSystemID is an identification number (network number) for interface assignment during the PLC data exchange with Siemens SIMATIC STEP 7. PROFIBUS DP networks have numerical values from 1 to 99, PROFINET IO networks have numerical values as of 100.

    See Also