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 client (how I can get alarms,generated by server or other events)
From:
Sent: Wednesday, November 30, 2011 9:12 PM
To: Zbynek Zahradnik
Subject: Reply
Thanks for quick reply.
B.
Please Log in or Create an account to join the conversation.
EasyAENotificationEventArgs has an Event property, of type AEEvent. This object contains members like Message, Severity etc.
Note that first notifications (and some others) you receive after a subscription is made are special ones, and may contain a null Event. More information is e.g. here:
www.opclabs.com/onlinedocs/QuickOpcClassic/5.11/Concepts-Qui...assic%205.11.htm#_Toc300064276
Regards,
Please Log in or Create an account to join the conversation.
Original Message
From: ....
Sent: Tuesday, November 29, 2011 9:47 PM
To: Zbynek Zahradnik
Subject: easyAEClient
Hello
I used easyAEClient to get alarms from server.Everything is working.I got alams.
BUT !!! in client_Notification event I cannot get event info at all. Your NotificationEventsArg structure does not contains any event information like message ,severity etc.
How to get this info ?????
thanks
B.
Please Log in or Create an account to join the conversation.
Thank you for your interest in our products.
Let me get some clarification first:
Are you interested in
1) obtaining alarms that originate *in the OPC Server (or the underlying process)*, and are delivered using OPC Alarms & Events specification, or
2) using OPC Data Access specification, and getting information such as "connection to OPC Server broken", "connection reestablished" etc.? If so, do you plan to invoke "reads" explicitly from your app code, or would you rather "subscribe" for significant changes, and have them delivered as necessary, via callbacks?
3) both?
Best regards,
Please Log in or Create an account to join the conversation.
Sent: Monday, November 21, 2011 5:41 PM
To: Zbynek Zahradnik
Subject: OPC client
Hello
I downloaded your trial version for NET. Works fine under NET 4.0 and in VS 2010.
Major question: your codes are done for data reading from server. BUT how I can get alarms,generated by server or other events(like loading,connection,timeout etc.) This event handling is the most important for my application.Use C#.
Any ideas ???
Thanks
<span style="font-family: "Calibri","sans-serif"; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">B.
Please Log in or Create an account to join the conversation.