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

In This Topic
    FUNC_PLCGROUP_DATALENGTH_OUTPUTS_1 Property
    In This Topic
    PLC subdevice 1: Data length (outputs) # 20604.
    Syntax
    public PropertyValue FUNC_PLCGROUP_DATALENGTH_OUTPUTS_1 {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_DATALENGTH_OUTPUTS_1 {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Required length in address space for the outputs of this PLC subdevice. The specification is in bits. The address range of the PLC subdevice is determined from the data length together with the start address. Note that there are PLC cards, for example technology modules, which are only assigned to a few inputs / outputs, but still require a larger address range than the one currently occupied. Always enter the maximum required length for the address range of the outputs here.

    See Also