
4
Using
Tool
252
Using Custom Command
FZ4 User's Manual
Description
Set a identification Name Identification name in an <ioIdent>.
Set a Area classification number Identification name in an <area>.
Reference:
Appoint an <channelOffset> and the <channelCount> with the number of the channels.
The read data argument <readData()> by one dimension integer type array variable, do not specify it
with the number of element like X&() but like () only with the type.
Gets the data of readData() using GetPlcData command.
The size of the sequence has to secure enough size to store the data which began to read.
Example
Begin to read data for 10ch from 4ch of the DM area of the OMRON PLC. Gets the 20 integer type data
from read data.
Dim readData&(30)
Dim getData&(20)
'Begin to read data from PLC.
ReadPlcMemory "SerialPlcLink", 130, 4, 10, readData&()
'Gets the data from read data.
For I&=0 To 19
GetPlcData "SerialPlcLink", readData&(), I&*4, 4, getData&(I&)
Next
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 (string)
<inputMaxSize>
The max size of data (integer type)
<inputSize>
Data size (integer type)
<parameter()>
Parameter of reception processing (integer array type)
<parameterSize>
Size of reception processing parameter (integer type)
Return Value
None.
Acesst 1.0 6251194
Summary of Contents for FZ4 Series
Page 1: ...User s Manual Cat No Z318 E1 02B Vision Sensor FZ4 Series...
Page 38: ...1 Before Operation 36 Setting Operation Mode FZ4 User s Manual 1 CPU 2 CPUs FZ4 11 H11 only...
Page 330: ...4 Using Tool 328 Remotely Operating the Controller Remote Operation FZ4 User s Manual...
Page 566: ......
Page 648: ...8 Appendixes 646 Manual Revision History FZ4 User s Manual...
Page 654: ...652 FZ4 User s Manual...
Page 655: ......