Socket instruction transaction diagrams
Transactions for TCP Client
The following diagram shows a typical sequence of socket interface transactions with the controller acting as a TCP client.
Transactions for TCP Client

Transactions for TCP Server
The following diagram shows a typical sequence of socket interface transactions with the controller as a TCP server.
Transactions for TCP Server

Transactions for UDP with Open Connection
The following diagram shows a typical sequence of socket interface transactions for UDP communications when using the Open Connection service to specify the destination address.
Transactions for UDP with Open Connection

Transactions for UDP without Open Connections
The following diagram shows a typical sequence of socket interface transactions for UDP communications without using the Open Connection service to specify the destination address. In this case, the controller specifies the destination for each datagram and receives the sender's address along with each datagram it receives.
Transactions for UDP without Open Connections

Provide Feedback