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

In This Topic
    FUNC_PLC_MASTERSYSTEMID(Int32) Property
    In This Topic
    MasterSystemID # 20334. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLC_MASTERSYSTEMID( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_MASTERSYSTEMID {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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