Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
OPC UA .NET C# Reading to Array, License Problem
OPC UA spec is much stricter with regard to data types in writing. In OPC DA, the server is basically required to convert the incoming value whenever it can be done. In OPC UA, the client must provide the value that has the precise data type as the variable. This is sometimes problem with numeric types, because there are integers of different bit sizes, and signed/unsigned, and also 4-byt and 8-byte floating point values.
Have you read this?:
- opclabs.doc-that.com/files/onlinedocs/QuickOpc/Latest/User%2...e%20in%20OPC%20UA%20Write.html
Regards
Please Log in or Create an account to join the conversation.
Exception thrown: 'OpcLabs.EasyOpc.UA.OperationModel.UAException' in OpcLabs.EasyOpcUA.dll
E 09/20/2022 09:56:21 OpcClient: OpcLabs.EasyOpc.UA.OperationModel.UAException: An OPC-UA operation failure with error ID 'Opc.UA.ServiceResult=0x80740000' occurred, originating from 'OpcLabs.EasyOpcUA' and with depth of 1. The inner OPC-UA service exception with service result 'BadTypeMismatch' contains details about the problem. ---> OpcLabs.EasyOpc.UA.UAServiceException: OPC UA service result - {BadTypeMismatch}. The value supplied for the attribute is not of the same type as the attribute's value.
+ The attribute Id used was 'Value'.
+ The node descriptor used was: NodeId="nsu=CODESYSSPV3/3S/IecVarAccess ;ns=4;s=|var|B-Nimis MC-Pi Prime S01.Application.GenV.Cam_Array".
+ The client method called (or event/callback invoked) was 'WriteMultiple[1]'.
--- End of inner exception stack trace ---
at OpcLabs.EasyOpc.UA.IEasyUAClientExtension.WriteValue(IEasyUAClient client, UAWriteValueArguments writeValueArguments)
at OpcLabs.EasyOpc.UA.IEasyUAClientExtension.WriteValue(IEasyUAClient client, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, Object value)
Please Log in or Create an account to join the conversation.
The Trial License has all QuickOPC features enabled. So, if you want to test out the Complex Data, or any features that are not in your current license edition, you need to temporarily uninstall your QuickOPC license. This reverts you to the Trial License which has all features but only delivers valid data for 30 minutes each process run.
After you have done the evaluation, you can then install your QuickOPC license again. It's all done (install/uninstall) in matter of seconds.
Regards
Please Log in or Create an account to join the conversation.
The issue is not with the fact that the value is an array.
It is with the fact that it contains custom types (server-defined structures). You need QuickOPC Enterprise or higher for that.
- opclabs.doc-that.com/files/onlinedocs/QuickOpc/Latest/User's...e.html#Product%20Editions.html
- opclabs.doc-that.com/files/onlinedocs/QuickOpc/Latest/User's...omplex%20Data%20Extension.html
Best regards
Please Log in or Create an account to join the conversation.
This was the line of code where it breaks:
Console.WriteLine(easyUAClient1.ReadValue("opc.tcp://192.168.10.50:4840/", "nsu=CODESYSSPV3/3S/IecVarAccess ;ns=4;s=|var|B-Nimis MC-Pi Prime S01.Application.GenV.Cam_Array"));
Error:
LicensingException: An OPC-UA Complex Data license is not granted for option "UAComplexData". Obtain and install proper license to resolve this error.
+ The client method called (or event/callback invoked) was 'ReadMultiple[1]'.
Please Log in or Create an account to join the conversation.