LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

advantech pcl 818HG problems whit labview 7

Hello, I have a card advantech pcl 818HG and labview 7, I have problems when executing any vi of acquisition, appears the following error:
The subVI is not executable
0 Kudos
Message 1 of 5
(2,427 Views)
Hello Austro -- I am not sure if you can use any of NI-DAQ or DAQmx vis to call this card. Make sure that your subvi does not use any of NI-DAQ or DAQmxs VI. I think that the NI-DAQ and DAQmx vis only support NI Hardware. Hope this helps -- VNIU
0 Kudos
Message 2 of 5
(2,427 Views)
I know that, my problem is that I am occupying one libreria of advantech for labview, but at the time of occupying them these they generate an error into code of labview.
0 Kudos
Message 3 of 5
(2,427 Views)
Anytime you have a subVI that is not executable, you should be able to open it and get the error list to determine what is wrong. The run arrow should be broken and clicking on that you give you the errors. If the error is in a lower subVI you may have to go a little deeper until you find the actual error.
0 Kudos
Message 4 of 5
(2,427 Views)
austro wrote:

> Hello, I have a card advantech pcl 818HG and labview 7, I have
> problems when executing any vi of acquisition, appears the following
> error:
> The subVI is not executable

Most probably the driver software for your card is not yet installed.
The LabVIEW VI library interface just is a wrapper to call into the
actual DLL providing access to the hardware driver. If LabVIEW can't
find the DLL it will cause all VIs trying to load that DLL to be broken.

Rolf Kalbermatter
Rolf Kalbermatter
My Blog
0 Kudos
Message 5 of 5
(2,427 Views)