ReadDevice
Imports data into an In-Sight vision system from another host on the network using a TCP/IP connection.
Note: When establishing a TCP/IP device connection between two In-Sight vision systems, devices can be Online or Offline too.
ReadDevice Inputs
Syntax: ReadDevice(Device)
| Parameter | Description |
| Device |
A reference to a spreadsheet cell containing a Device data structure created by a TCPServer() or a TCPClient() function. |
ReadDevice Outputs
| Parameter | Description |
|---|---|
| Returns | The data that is imported from the TCP/IP client or server whenever a connection is established. Returns #ERR if a cell is referenced that does not contain a valid Device data structure, or the received packet exceeds the Max Packet Size set in the Device. |