API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCCPU_NAME Property / FUNC_PLCCPU_NAME(Int32) Property

In This Topic
FUNC_PLCCPU_NAME(Int32) Property
In This Topic
CPU: Name # 20253.
Syntax
public PropertyValue FUNC_PLCCPU_NAME( 
   int index
) {get; set;}

Parameters

index

Property Value

Returns property value of type System.String.
Remarks

Property is indexed. Possible indexes are from 1 to 128.

Name of the central processing unit (the processor) of a PLC controller. At PLC boxes that do not represent a CPU, but rather input or output cards, enter the name of the associated CPU. Numerical values equal to or greater than "1" are usual. All addresses with the same CPU belong in an assignment list. By entering different CPUs, multiple PLC controls can be managed in one project. When you plan several PLC controls in a project, it is therefore necessary to identify all PLC boxes via this property.

Example: All PLC boxes of the first PLC control obtain the value "1"; all PLC boxes of the second PLC control obtain the value "2".

See Also