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

In This Topic
    FUNC_PLCSAFETYLOWERBOUNDADDRESS Property
    In This Topic
    Safety address: Lower value # 20617.
    Syntax
    public PropertyValue FUNC_PLCSAFETYLOWERBOUNDADDRESS {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSAFETYLOWERBOUNDADDRESS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Safety address (lower 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