LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

vi errors

I am trying to work with a VI I was given, but when I recieved it, it did not work and I do not know what the errors are.  I have attached the VI and was hoping that someone might be able to help.
 
0 Kudos
Message 1 of 7
(3,505 Views)
Hello Musser,

the only error I got was a missing dll, resulting in a lot of Subvi not executable. It was all related to DaqMX, this driverset responsible for Data Acquisition. I'v you have this installed on your computer you should be able to run it. Look on the site for the latest download (DaqMX 8.0)

Good luck,

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 7
(3,493 Views)
You can download the latest DAQmx Drivers here:
NI-DAQmx Version 8.1 for Windows 2000/XP
0 Kudos
Message 3 of 7
(3,483 Views)
I downloaded this driver and it still will not run for me.  Gives me the same error.  Any reasons why?
0 Kudos
Message 4 of 7
(3,471 Views)
Could you tell us what errors you are getting and what the error messages say?
0 Kudos
Message 5 of 7
(3,457 Views)

This is all the warnings I get when I start the code:

compatReturnToEnter.vi
    - The control expected to be at "<vilib>:\event_ctls.llb\eventvkey.ctl" was loaded from "C:\Bratington Mag03 CD\v2-CD\Source\Bartington MAG03_V2.llb\eventvkey.ctl".
Config Data Get Key Value.vi
    - The VI expected to be at "<vilib>:\Utility\error.llb\Trim Whitespace.vi" was loaded from "C:\Bratington Mag03 CD\v2-CD\Source\Bartington MAG03_V2.llb\Trim Whitespace.vi".
Config Data Modify.vi
    - The VI expected to be at "<vilib>:\Utility\error.llb\Trim Whitespace.vi" was loaded from "C:\Bratington Mag03 CD\v2-CD\Source\Bartington MAG03_V2.llb\Trim Whitespace.vi".
Details Display Dialog.vi
    - The property for key navigation has changed for Boolean controls.  Previously, this key would toggle and focus the Boolean control.  Now it will only focus the control.  Use the Toggle Key Binding property for the old behavior.
    - The property for key navigation has changed for Boolean controls.  Previously, this key would toggle and focus the Boolean control.  Now it will only focus the control.  Use the Toggle Key Binding property for the old behavior.
    - The event structure now differentiates the <Enter> key from the <Return> key.  This may cause some key events not to work as they did in previous versions.
General Error Handler CORE.vi
    - LabVIEW 8.0 changed a constant that was wired to a Case structure to a hidden control to maintain compatibility with LabVIEW 7.1 and earlier.
String to Config Data.vi
    - The VI expected to be at "<vilib>:\Utility\error.llb\Trim Whitespace.vi" was loaded from "C:\Bratington Mag03 CD\v2-CD\Source\Bartington MAG03_V2.llb\Trim Whitespace.vi".
Three Button Dialog CORE.vi
    - The property for key navigation has changed for Boolean controls.  Previously, this key would toggle and focus the Boolean control.  Now it will only focus the control.  Use the Toggle Key Binding property for the old behavior.
    - The property for key navigation has changed for Boolean controls.  Previously, this key would toggle and focus the Boolean control.  Now it will only focus the control.  Use the Toggle Key Binding property for the old behavior.
    - The property for key navigation has changed for Boolean controls.  Previously, this key would toggle and focus the Boolean control.  Now it will only focus the control.  Use the Toggle Key Binding property for the old behavior.

It seems to want it saved at a different lacation than where I have it, however I do not have the other location. 

0 Kudos
Message 6 of 7
(3,436 Views)
Hi musser,

Those are just warnings.  They are intended to let you know when something is found in a different source than originally defined.  I tried running your program and everything was fine.

Basically since you are loading everything from an llb, then it's loading things from there rather than the default location for some of the lower level VIs.
0 Kudos
Message 7 of 7
(3,425 Views)