-
Type of issue
Current BehaviorI have an opc ua server supporting the non transparent hot redundancy. Expected BehaviorNo response Steps To ReproduceNo response Environment- OS:
- Environment:
- Runtime:
- Nuget Version:
- Component:
- Server:
- Client: Anything else?No response |
Beta Was this translation helpful? Give feedback.
Answered by
mregen
Aug 2, 2023
Replies: 1 comment
-
Hi @TaheJdidi , did you check the documentation? https://reference.opcfoundation.org/Core/Part4/v104/docs/6.6.2 e.g. try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EthanChangAED
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @TaheJdidi , did you check the documentation? https://reference.opcfoundation.org/Core/Part4/v104/docs/6.6.2
ServiceLevel is a defined node in the server address space.
e.g. try
session.ReadValue(VariableIds.Server_ServiceLevel, typeof(byte))