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

In This Topic
    FUNC_PLCGROUP_STARTADDRESS_2_OUTPUTS Property
    In This Topic
    PLC subdevice 2: Start address (outputs) # 20455.
    Syntax
    public PropertyValue FUNC_PLCGROUP_STARTADDRESS_2_OUTPUTS {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_STARTADDRESS_2_OUTPUTS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Start address for the outputs of the PLC subdevice 2 (for PLC data exchange in AutomationML format). Can be used in the addressing format. PLC devices exist that consist of several integrated modules, meaning subdevices, and that have several start addresses. Such a device can consist, for example, of an internal CPU module, an internal input-output module as well as internal counter module - however with only one part number. In order to map such logical function units within a PLC device, up to twelve PLC subdevices are available to you.

    See Also