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

In This Topic
    FUNC_PLC_BUS_ADDRESS_2 Property
    In This Topic
    Physical network: Bus ID / item number 2 # 20386.
    Syntax
    public PropertyValue FUNC_PLC_BUS_ADDRESS_2 {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_BUS_ADDRESS_2 {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Second bus ID of the bus port. The property in the "Bus data" tab of the property dialog is entered at the single-line network / bus cable-connection points. Describes the additional address / position the bus master uses to manage a bus port. The property in the "PLC structure data" tab of the property dialog is entered at PLC boxes and describes which further bus ID the PLC box has in the connected bus system. The property is taken into consideration during the PLC data exchange in AutomationML format.

    See Also