07-29-2015 02:05 PM
I am using an Automation Open VI to communicate with an ActiveX server in LabVIEW. I have selected the ActiveX class I created in my Automation Refnum. When I run my code, I get the following error:
What can I do to solve this issue?
Solved! Go to Solution.
07-29-2015 02:32 PM - edited 07-29-2015 02:38 PM
Undefined errors originate from the third-party object itself, so we would need to know more about your ActiveX server. Is there documentation for that server that could show you what the error means?
Without more information, you end up taking shots in the dark and finding stuff like this. Problem solved! (sarcasm)
Edit: Please don't create a new thread when you didn't even respond to your old thread. This just creates confusion as multiple forum-helpers are trying to help you with the same problem from different place.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
07-29-2015 02:33 PM
07-30-2015 03:37 AM
An ActiveX Server is a stand alone application which exposes an ActiveX type library
07-30-2015 07:18 AM
07-30-2015 07:58 AM
@rfv3rt wrote:
An ActiveX Server is a stand alone application which exposes an ActiveX type library
Your kidding, right? You have about 500 ActiveX Servers on your computer in a recent Windows installation and that is before you install any custom software. So it is quite relevant to know more details than that it is just SOME random ActiveX server.
For one not all ActiveX servers out there are the same, some are hobby projects that have been created by pretty unknowledgable people, some are an afterthought of a company to be able to claim they have support for any Windows application for their hardware and some are properly developed by a knowledgeable person. Assuming that your ActiveX server is flawless is not very realistic.
Also it is helpful to know which software and even version you try to use. You don't go to a car shop and ask him to diagnose your problem by telling him your car at home makes some strange noise but you are not going to bring it there so they can take a proper look!
07-30-2015 09:06 AM
You've marked a solution for this topic, but there hasn't been a solution... Now if someone Googles "LabVIEW Error 5008", they'll come to this thread and be very disappointed.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'