API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS Property / ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS(Int32) Property

In This Topic
    ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS(Int32) Property
    In This Topic
    PLC device: Data length (outputs) # 20573. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PLCGROUP_DATALENGTH_OUTPUTS {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property - together with the start address - is used to determine the address range of the PLC card. The data length indicates the number of bits up to the next free address on the next PLC card. Enter the number of bits for the outputs of the PLC card, for example "8", here. 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. Always enter the maximum required size for the address range of the outputs here.

    See Also