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

In This Topic
    FUNC_PLCSYMBOLICADDRESS_CALCULATED Property
    In This Topic
    Symbolic address (determined) # 20403.
    Syntax
    public PropertyValue FUNC_PLCSYMBOLICADDRESS_CALCULATED {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSYMBOLICADDRESS_CALCULATED {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Using target tracking, the connected sensor (for inputs) or actuator (for outputs) is found, and its DT is automatically entered as the symbolic address. If no sensor / actuator is found, then the DT of the last connected function found before the search was abandoned is entered. For the determined symbolic address, information from the connection point logic is used to decide at which connection point of the function the search for a sensor / actuator is to be continued.

    See Also