4
Using
Tool
268
Using Custom Command
FZ4 User's Manual
Return Value
None.
Description
Identification name (string) of I/O module that executes reception processing is specified in
argument<ioIdent>.
Reference:
The data to be send is stores in argument <outputData()> by one dimension integer type array variable,
do not specify it with the number of element like X&() but like () only with the type.
The parameters of the send processing is stores in argument <parameter()> by one dimension integer
type array variable, do not specify it with the number of element like X&() but like () only with the type.
Example
Send a string using serial interface
Dim sData&(2)
sData&(0) = 2
sData&(1) = 8
SendData "SerialNormal", sData&(), 8
Sends string
SendString <ioIdent>, <outputString>
Parameters
<ioIdent>
Identification name (string) of I/O module that executes send processing
<outputString>
String to be send
Return Value
None.
Description
Identification name (string) of I/O module that executes send processing is specified in
argument<ioIdent>.
Reference:
The string to be send is specified in argument<count>.
Example
Send a string using serial interface
sData$ = "OMRON"
SendString "SerialNormal", sData$
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: ......