SetInputArray
Simultaneous setting of all input channels. The input value is not processed until the Call() method has been invoked.
Syntax
Definition:
METHOD SetChannelValue : BOOL
VAR_INPUT
pArrayIn : PVOID;
nArrayInSize : UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pArrayIn | PVOID | Pointer to an array of input data. Dim: nNumChannels |
nArrayInSize | UDINT | Array size. |
Return value
Name | Type | Description |
---|---|---|
SetInputArray | BOOL | Returns |