Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCSAFETYUPPERBOUNDADDRESS Property / FUNC_PLCSAFETYUPPERBOUNDADDRESS Property

In This Topic
    FUNC_PLCSAFETYUPPERBOUNDADDRESS Property
    In This Topic
    Safety address: Upper value # 20616.
    Syntax
    public PropertyValue FUNC_PLCSAFETYUPPERBOUNDADDRESS {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSAFETYUPPERBOUNDADDRESS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Safety address (upper value) at safety modules. Detailed information on this is available from the PLC manufacturer. This property serves solely for displaying information. The value is filled during the import of PLC configuration data in the AutomationML AR APC format. 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