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

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

    Property Value

    Returns property value of type System.String.
    Remarks

    Bus ID of the bus port. Depending on the bus system, the value is a simple number, an IP address or a combination of letters and numbers. The property in the "Bus data" tab of the property dialog is entered at the single-line network / bus cable-connection points. Describes the 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 bus ID the PLC box has in the connected bus system.

    See Also