0
Answered

Sending data from server to specific connected client.

TuomoHautala 7 years ago in Server Solutions updated by Aleksandr Romanov (CTO) 6 years ago 2

Is is possible to send data back from server only to specific connected client.

For example if i have 10 connected clients but i want to send some data only to client 3.

Waiting for user's reply

Hello!


Unfortunately, there is no such possibility. But you can proceed as follows. For example, create several virtual tags in a server project, then synchronize all panel projects with this server project.

After that, the created virtual tags appear in the panel projects, but you can use only one virtual tag for each panel.

Then, by writing values to different virtual tags on the server, you can send data to the desired control panel, which uses a particular virtual tag.