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

In This Topic
    FUNC_PLCSAFETYSOURCEADDRESS Property
    In This Topic
    Safety address: Source # 20615.
    Syntax
    public PropertyValue FUNC_PLCSAFETYSOURCEADDRESS {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSAFETYSOURCEADDRESS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Safety address at safety modules (for example F-address for PROFIsafe). In general this value is entered at the module that is the source of the safety network. Detailed information on this is available from the PLC manufacturer. The properties for the safety addresses are taken into consideration for the PLC data exchange as of AutomationML AR APC Version 1.1.0.

    See Also