Omron FZ4 Series User Manual page 270

Vision sensor
Table of Contents

Advertisement

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
4
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>
<outputString>
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$
268
Using Custom Command
List of IO modules (p.299)
Identification name (string) of I/O module that executes send processing
String to be send
List of IO modules (p.299)
FZ4 User's Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents