Omron FH Series Connection Manual page 62

Robot vision system denso wave incorporated edition
Hide thumbs Also See for FH Series:
Table of Contents

Advertisement

- Data type: Number
- Digits of integer: 6
- Digits of decimal: 4
 Example
In the following example, the program receives a sequence of numbers sent by the
Vision Sensor and exits the program if the first received data is not 1.
fh_socket = 8
retries_recv = 2
timeout_recv = 4
Call fhrunrecvval(fh_socket, retries_recv, timeout_recv, param(), err_no)
If err_no <> success Then
GoTo disconnect
End If
IF param(0) <> 1 THEN
GoTo disconnect
End If
60

Advertisement

Table of Contents
loading

Table of Contents