Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS Property / ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS Property

In This Topic
    ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS Property
    In This Topic
    PLC device: Data length (outputs) # 20573.
    Syntax
    public PropertyValue ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS {get; set;}
    public:
    property PropertyValue^ ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Required length in address space for the outputs of the PLC card. The specification is in bits. The address range of the PLC card 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