Question about readwrite access about a readonly node

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
rainbow0825_hh
Sr. Member
Sr. Member
Posts: 14
Joined: 10 May 2016, 10:14

Question about readwrite access about a readonly node

Post by rainbow0825_hh »

Hi,

I have a question about the readwrite access to a readonly variable node. Does the "readonly" limitation apply only to the client or to both the client and server? How could I create a variable node which is readwrite to server, and readonly to the client?

Many Thanks,
-Hong

User avatar
Support Team
Hero Member
Hero Member
Posts: 3071
Joined: 18 Mar 2011, 15:09

Re: Question about readwrite access about a readonly node

Post by Support Team »

Hello Hong,

The access level is enforced by a server if a client reads/writes/monitors a variable value.

Inside a server you can do what you want since this is implementation specific.
Best regards
Unified Automation Support Team

Post Reply