AN-326 Connecting to TCP/UDP client

AN-326 Connecting to TCP/UDP client

It is possible to open one or more communication channels with remote devices using the TCP and UDP protocols via the controller’s main Ethernet port.

This document explain and provide example of doing this
    • Related Articles

    • Trio - Modbus TCP Client

      The Trio firmware can open a Modbus Client port and communicate with any Modbus Server. Port number is usually 502. You need to have the document from the slave vendor that lists the register numbers in the Modbus connection of the device. Probably ...
    • AN-374 TCP/UDP Data stream handling

      This document describes a simple method of how to handle a stream of bytes received via Ethernet in the controller allowing the user to read and interpret them when needed.
    • AN-312 Ethernet UDP connection

      UDP is a connectionless transport protocol designed to operate over IP. Typical applications in Industrial Control includes fast data transfer from cameras and cyclic “Process Data” from PLCs. UDP does not guarantee the delivery of packets but ...
    • Modbus RTU Holding Registers 40001 ...

      A program has this line: mb_status = MODBUS(3, -1, mbh, $04, addr, 40001, 1, 1) That is for reading the value from the server device. The syntax is value = MODBUS(3, slot, handle, modbus function code[, parameters]) 4 is Read Input Registers, so the ...
    • AN-324 Calibrating Tool Centre Point (TCP)

      When operating a machine that is able to achieve a point with x, y, z position and u, v, w orientation, is used to add on the TCP (tool centre point) a tool. After install the tool, the system need to know where the new TCP is. This document explains ...