API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCCOMMUNICATIONENTITY_BUS_ADDRESS Property / FUNC_PLCCOMMUNICATIONENTITY_BUS_ADDRESS Property

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_BUS_ADDRESS Property
    In This Topic
    Position / Bus ID (do not use anymore) # 20138.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_BUS_ADDRESS {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_BUS_ADDRESS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 10.

    This property is no longer in use and only taken into consideration in old projects. PLC bus address of the communication unit. Describes the address / position the bus master uses to manage a communication unit. Using the index, you can differentiate between up to 10 addresses.

    See Also