LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saving 2010 to 8.6

I have been learning LV in 2010, but we still use 8.6 as our main version.
I need to resave a vi from 2010 to 8.6 and can not get it to do so.

Is there some tricks or extra steps I need to do?

I have full versions of both 2010 and 8.6 on my machine.

After resaving inb 8.6 the vi will still only open in 2010.

 

 

0 Kudos
Message 1 of 10
(3,035 Views)

If you open the down-converted version in 10.0 again, what does it say for "source version" in the VI properties?

What error do you get if you try to open it in 8.6?

 

OK, I also resaved it under 8.6. See if you can open this one.

0 Kudos
Message 2 of 10
(3,028 Views)

When I try to open the file after it has been resaved in 8.6 I get error messages as it is opening such as "Find the VI Named DAQmx Clear Task VI".

This happens several times as it is trying to open in 8.6. Then when it opens none of the DAQ icons are there in the block diagram.

So it seems the bulk of the program was successfully resaved in 8.6, but the DAQ functions were not able to go from LV2010 to LV8.6.

Is there a special fix for resaving the DAQ functions?

0 Kudos
Message 3 of 10
(3,015 Views)

You don't resave DAQmx functions. The DAQmx driver needs to be installed.

0 Kudos
Message 4 of 10
(3,013 Views)

@smg45acp wrote:

When I try to open the file after it has been resaved in 8.6 I get error messages as it is opening such as "Find the VI Named DAQmx Clear Task VI".


OK, that is very different than your original description of "After resaving inb 8.6 the vi will still only open in 2010.". Obviously it will open, but with errors. 😄 Follow Dennis's advice!

0 Kudos
Message 5 of 10
(3,002 Views)

Actually it does both.

On one computer it would always just try and reopen it in 2010 even after being saved as an 8.6.

If you right clicked on the file name and checked properties, it was still shown as a LV2010 file.

On another computer it does try and open it in 8.6, but doesn't load/open the DAQ functions.

0 Kudos
Message 6 of 10
(2,999 Views)

smg45acp wrote:

On one computer it would always just try and reopen it in 2010 even after being saved as an 8.6.

If you right clicked on the file name and checked properties, it was still shown as a LV2010 file.

On another computer it does try and open it in 8.6, but doesn't load/open the DAQ functions.


If you click on a VI in explorer and you have multiple versions of LabVIEW installed, it will open in whatever version you used last (it is actually slightly more complicated). If you want to open in a specific version, you need to open that version first and then open the file.

 

The "properties" dialog in windows explorer will not show the source version, it will just show what program is currently assigned by default to open it. That's not the same.

 

To check the source version, you need to open the file first, then go to VI properties.

0 Kudos
Message 7 of 10
(2,996 Views)

Is the DAQmx driver on the original installation CD?

Is it something I can get off of the NI website?
I am not completely sure what I'm looking for.
Are the DAQmx functions treated like an instrument, thus having it's own driver?

0 Kudos
Message 8 of 10
(2,986 Views)

DAQmx comes with the LabVIEW distribution on thr device driver CD/DVD, it comes with each DAQ device, and you can download it

0 Kudos
Message 9 of 10
(2,978 Views)

 


@smg45acp wrote:

Are the DAQmx functions treated like an instrument, thus having it's own driver?


DAQmx is a library that allows you to configure, control, and get data from DAQ devices that NI sells. You should start reading here: Getting Started with NI-DAQmx: Main Page

0 Kudos
Message 10 of 10
(2,964 Views)