Visit our LabVIEW Wiki External Code Portal.
Tags |
(This content has not been tagged yet)
|
![]() |
Dec 1 2004, 10:45 PM
Post
#1
|
|||
|
3 more posts to go! Member Posts: 7 Joined: 16-November 04 Member No.: 1045 LV:7.1 |
Hello ladies and gents,
I am having a problem with a VI that will not load properly. So here is what I did: I switched computers in my test set(upgraded to a faster computer), while doing this I also copied my labview files onto the faster computer. When I loaded up my VI, it asked for the directories where several sub VIs were located. The problem lies in the fact that when it asked for the Plv.dll call library, I accidently selected a VI library with ironically the same name. So now everytime I try to load the VI, it says there is an error "call library function node: function not found in library." I have tried everything I know to correct this problem, but have not solved the issue at hand. Any suggestions? Side Notes: All other programs that do not require the Plv.dll library work fine and the code still works on the old computer. If you require the code to help I can add attach it later, but I don't have a copy of it right now as I am at home! Thanks, Azazel
|
||
|
|
|||
| Ad |
Dec 1 2004, 10:45 PM
Post
#
|
||
|
|
|
||
|
|
|||
Dec 1 2004, 10:47 PM
Post
#2
|
|||
|
3 more posts to go! Member Posts: 7 Joined: 16-November 04 Member No.: 1045 LV:7.1 |
I forgot to mention that the code involves data aquistion from an Adlink PCI9812 4 channel An. Input card.
Azazel
|
||
|
|
|||
Dec 2 2004, 01:23 AM
Post
#3
|
|||
![]() Confucius say: Crowded elevator always smell different to midget Admin ![]() Posts: 2363 Joined: 13-October 02 From: Planet Earth Member No.: 2 Using LabVIEW Since:1994 LV:8.5 ,8.2.1 ,7.1.1
My Blog
My Gallery
|
QUOTE (Azazel @ Dec 1 2004, 06:45 PM) Side Notes: All other programs that do not require the Plv.dll library work fine and the code still works on the old computer. Well, why not copy over the code from the other PC again? I have no idea what Plv.dll is, do you? Is it the driver for the daq card? If so, then you need to copy or install the driver given to you from the manufacturer. --------------------
|
||
|
|
|||
Dec 2 2004, 06:57 AM
Post
#4
|
|||
|
Extremely Active Member Posts: 391 Joined: 6-February 04 From: switzerland Member No.: 253 Using LabVIEW Since:1997 LV:7.1.1 ,6.1 ,.
|
Before you load your VI, rename your "Plv.dll" to something "Plv.dll.x" so LabVIEW doesn't find it anymore and asks you again to select it. Afterwards you can rename it to the original.
Make sure to add a "<dot>something" at the end, so LabVIEW and Windoze doesn't recognize the file as a dll anymore. I use this system quite often, especially when I transfer a project from e.g. LV6 to 7 and don't want to have the instruments and other commonly used (in LV6) vi's also saved as LV7. Didier
|
||
|
|
|||
![]() ![]() |
| Time is now: 22nd November 2008 - 02:06 AM |