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.
_EasyUAMonitoredItemChangedEventArgs
So, there is a possibility that the exception is caused by this.
Please Log in or Create an account to join the conversation.
- ugumsugums
-
- Offline
- New Member
-
- Posts: 1
- Thank you received: 0
I get the same exception in Delphi XE4 in the module _EasyUAClient.SubscribeMonitoredItem, row:
WriteLn (eventArgs.Arguments.NodeDescriptor.ToString,':',eventargs.AttributeData.ToString)
So I can't see the result.
Single read works.
The re-import the Type Libraries didn't help.
Please advise...
Please Log in or Create an account to join the conversation.
We have fixed this in the recent build, QuickOPC 5.35.414.1.
Please download it from our Web site, re-install, and re-build your project(s).
Best regards
Please Log in or Create an account to join the conversation.
If i try to Monitore items i always get an exception in
WriteLn(eventArgs.Arguments.NodeDescriptor.ToString, ': ',
eventArgs.AttributeData.ToString);
(see attached file)
I also get the exception if i use
WriteLn(eventArgs.Arguments.NodeDescriptor.ToString);
or
WriteLn(eventArgs.AttributeData.ToString);
instead
Only if i use WriteLn(eventArgs.Arguments.ToString);
I can see the results.
Can you tell me how i can get only the value of the changed item and if possible not as string but as variant?
Kind regads
Dirk
Please Log in or Create an account to join the conversation.
i am using Delphi XE 7 and try to run your example UADocExamples
In Module _EasyUAClient.SubscribeMonitoredItem.Main.inc i always get an error
Exception in Class $C0000005 : Access Violation at 0x005e8132: read of adress 0x8f621b56
This happens always in line 25
WriteLn (eventArgs.Arguments.NodeDescriptor.ToString,':',eventargs.AttributeData.ToString)
I also get an exception if i use
WriteLn (eventArgs.Arguments.NodeDescriptor.ToString)
or
WriteLn (eventargs.AttributeData.ToString)
instead.
But i get no exception if use writeln(eventargs.Arguments.ToString) instead.
What can i do to run this example ?
Second question :
I want to get the value of the changed node as Variant an not as string is there a property that delivers variant?
Kind regards Dirk.
Please Log in or Create an account to join the conversation.