SetChannelValue
Set channel specific input value. The input value is not processed until the Call() method has been invoked.
Syntax
Definition:
METHOD SetChannelValue : BOOL
VAR_INPUT
nChannel : UDINT (1..7);
input : ANY;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nChannel | UDINT | Channel index 1: Electrical power ChA 2: Mechanical power ChB 3: Electrical power ChA 4: Mechanical power ChB 5: DC link voltage 6: Motor brake current ChA 7: Motor brake current ChA |
Input | ANY | Input value of any data type. |
Return value
Name | Type | Description |
---|---|---|
SetChannelValue | BOOL | Returns |