OPCUA multiuser access issue|OPC UA Implementation: Stacks, Tools, and Samples|Forum|OPC Foundation

Avatar
Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
Lost password?
sp_Feed sp_PrintTopic sp_TopicIcon
OPCUA multiuser access issue
Avatar
sreenatha Bhat
Member
Members
Forum Posts: 5
Member Since:
12/18/2020
sp_UserOfflineSmall Offline
1
10/07/2021 - 05:09
sp_Permalink sp_Print

Hi

In OPC UA Server Application one of the tag has to be displayed with different values for different users in OPC UA client , ( multiple  session users connected to OPC UA server)

Scenario 1:

we have assign state variable tag using which logged in user(User1) "OPCUA client1"(Session user ) will take the  instrument server  control  by writing the value as 1(Connected in control) then only user allowed to write the new values for other variable tags.

In the same time Another user(User2)(OPCUA client2) logged in assign state variable tag should show 0(Connected in View). So that he does not have access to write other tags 

How to handle such tags without creating duplicates ?

Thanks

Avatar
Randy Armstrong
Admin
Forum Posts: 1451
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
2
10/07/2021 - 09:25
sp_Permalink sp_Print

There is no hard requirement in UA that every client see the same value for a variable.

For example, if the DataType is LocalizedText then each client sees a different string depending on their selected locales.

However, the default assumption is that every client sees the same value and exceptions need to be documented (i.e. in the Node Description).

Avatar
sreenatha Bhat
Member
Members
Forum Posts: 5
Member Since:
12/18/2020
sp_UserOfflineSmall Offline
3
10/07/2021 - 21:52
sp_Permalink sp_Print

Thanks for the reply

but only one tag is present , for multiple users(sessions) same tag will be displayed 

we will not create separate tag for each user but need to display different values  for different user 

it is not based on locale , only English is supported . The value for the tag  is integer  (0 or 1)

Avatar
Randy Armstrong
Admin
Forum Posts: 1451
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
4
10/08/2021 - 03:32
sp_Permalink sp_Print

I am talking about using one Variable where the value returned changes depending on the Session.

It is not a common case, but reasonable if properly documented.

The LocalizedText value is one example where this makes sense.

Another example is the SessionSecurityDiagnosticsArrayType where the contents of the array depend on the access rights that a user has: https://reference.opcfoundatio.....art5/7.15/

Now this will likely require special logic on the server side because the default behavior of all SDKs to return the same value for all Sessions that have access to the Value. Most SDKs allow applications to insert their own logic for reading a variable.

Avatar
sreenatha Bhat
Member
Members
Forum Posts: 5
Member Since:
12/18/2020
sp_UserOfflineSmall Offline
5
10/11/2021 - 12:44
sp_Permalink sp_Print

One general questions i have that is opc sever should work in all the opc clients(3rd party, free ) with all features ?

Avatar
Randy Armstrong
Admin
Forum Posts: 1451
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
6
10/12/2021 - 07:24
sp_Permalink sp_Print

Most clients use the same credentials when they create multiple sessions.

If they do not they will encounter cases where access restrictions hide data that is visible to the other session.

That said, there will be some clients that do not do this and will have issues with a value that changes depending on the user.

I added a mantis issue to explicitly describe this behavior in specification:
https://mantis.opcfoundation.o.....hp?id=7357

Once the WG reviews it there may be caveats added.

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online: Phuong Nguyen
Guest(s) 27
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1351
Posts: 4579