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..6);
input : ANY;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nChannel | UDINT | Channel index 1: DC bus voltage 2: DC bus current 3: Velocity feedback value 4: Torque feedback value 5: Internal braking resistor power 6: External braking resistor power |
Input | ANY | Input value of any data type. |
Return value
Name | Type | Description |
---|---|---|
SetChannelValue | BOOL | Returns |