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

In This Topic
    FUNC_PLCSAFETYLOWERBOUNDADDRESS_1 Property
    In This Topic
    PLC subdevice 1: Safety address: Lower value # 20658.
    Syntax
    public PropertyValue FUNC_PLCSAFETYLOWERBOUNDADDRESS_1 {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSAFETYLOWERBOUNDADDRESS_1 {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Safety address (lower value) at PLC subdevices of safety modules. Detailed information on this is available from the PLC manufacturer. This property is only used for the display. The value itself is entered during the import of PLC configuration files in the AutomationML AR APC format. The properties for the safety addresses at PLC subdevices are taken into consideration for the PLC data exchange as of the AutomationML AR APC Version 1.1.0.

    See Also