ReceiveData
Receive data
ReceiveData <ioIdent>, <inputData()>, <inputMaxSize>, <inputSize>[, <parameter()>, <parameterSize>]
Parameters
<ioIdent>
|
Identification name(string) of I/O module that executes reception processing
|
<inputData()>
|
Date to be receive
|
<inputMaxSize>
|
The max size of data
|
<inputSize>
|
Data size
|
<parameter()>
|
Parameter of reception processing
|
<parameterSize>
|
Size of reception processing parameter
|
Return Value
None.
Description
Identification name(string) of I/O module that executes reception processing is specified in argument<ioIdent>.
Parameter of reception processing is saves as one dimensional integer array variable, do not specify it with the number of element like X&() but like () only with the type.
What data you specify is according to the specification of the I/O module.
Notes