API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_PLCTYPE Property / ARTICLE_PLCTYPE(Int32) Property

In This Topic
    ARTICLE_PLCTYPE(Int32) Property
    In This Topic
    PLC type designation # 22105. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_PLCTYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_PLCTYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. PLC type designation of a PLC card. The part allocation during the import of PLC configuration files is carried out on the basis of this property (in as far as no GSD file name is specified). The entry has to be carried out in exactly the same notation as in the hardware catalog of the manufacturer. In the simplest case the PLC type designation corresponds to the order number. During a part selection or device selection the property is filled with the corresponding value from the parts management. The property is transferred to the main function at a part selection or device selection.

    See Also