Client

<< Click to Display Table of Contents >>

Navigation:  Devices > Data exchange >

Client

Previous pageReturn to chapter overviewNext page

The data exchange client connects to a data exchange server. Afterwards data can be exchange with the server using the server's communication channels.

 

After the client successfully connected to the data exchange server the list of communication channels is available.

 

devices_dataexchange_client_dialog

 

At server side the communication channels a,b of type I32 (integer with 32 bit) and c,d of type FLOAT32 (floating point with 32 bit) had been created. These channels can now be added to the client in the function block library.

 

devices_dataexchange_client_add_channel

 

As with the data exchange server the function block library shows two function blocks after adding a channel to the client. Via the client's context menu channels can be added one by one or all at once. Using the "Connect" entry from the context menu the connection to the server can be established without using the clients's dialog.