API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLC_BUS_ADDRESS Property / FUNC_PLC_BUS_ADDRESS(Int32) Property

In This Topic
    FUNC_PLC_BUS_ADDRESS(Int32) Property
    In This Topic
    Physical network: Bus ID / item number # 20311. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLC_BUS_ADDRESS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_BUS_ADDRESS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Bus address 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 address the PLC box has in the connected bus system.

    See Also