Professional OPC
Development Tools

logos

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.

error code -1073430508 (0xC004C014

More
23 Jan 2015 11:13 #2630 by support
There is no for (neither it is possible to have) a comprehensive list of possible errors. You just need to look into the InnerException property of the exception, and you will find more details there.

You will probably find that the error message is "Value has bad quality". This errors occurs when you are using the ReadItemValue or ReadMultipleItemValues method, and there is real value returned by the OPC server - just a timestamp and an indication that the actual value cannot be obtained as is thus "bad". For the cause of the bad quality, one needs to investigate on the server side.

If you want to receive the full quality information (which sometimes contains a sub-quality that can tell you more) and a timestamp as well, you can use methods named ReadItem or ReadMultipleItems instead. They return the full VTQ (value/timestamp/quality) object, which you can then interpret yourself and make decisions in the code as needed. When everything else stays the same, however, using ReadItem instead of ReadItemValue in this situation will not give the error you reported, but you will still get a DAVtq object that will contain a bad quality indication, and no real data value.

Please Log in or Create an account to join the conversation.

More
23 Jan 2015 09:23 #2629 by claudia
I get sometimes following error: An OPC operation failure with error code -1073430508 (0xC004C014) occurred, originating from 'OpcLabs.EasyOpcRaw.DataAccess.RawEasyDAClient'. What can be the reason of the error?

Where can I find a list of the error codes.

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.051 seconds