LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Upconvert VI Requests

Thanks for the quick response, GerdW!

 

-Omar

0 Kudos
Message 171 of 1,261
(1,752 Views)

Hi!

I'm kinda newbie in Labview.

In my lab I have an old LCR multimeter en the version available for Labview it's just 5.0

I would need the version for 8.5

if someone can help me i'd apreciate. thanks

 

0 Kudos
Message 172 of 1,261
(1,737 Views)

in 8.0

 

 

Message 173 of 1,261
(1,733 Views)

NOTICE to newer users: When someone converts your VI, the least you could do is give them a Kudo. This is our way of saying "Thank You" or "Good Work".

 

 

 

 

 

 

Richard






Message 174 of 1,261
(1,724 Views)

I have inherated a legacy test fixure and corresponding VI.I currently have LabView 2009.When I try to open the legacy vi (labview7X?) using LabView 2009 it is missing a few vi's.I need to make changes to the code or at least understand what is missing.I am a newbie to labview.

0 Kudos
Message 175 of 1,261
(1,713 Views)

The vi you have attached is already in 9.0

0 Kudos
Message 176 of 1,261
(1,712 Views)

Hi initech,

 

"at least understand what is missing."

LabVIEW is already telling you the names of the missing subVIs. You have to search on your harddisk for them or ask the one who gave you that VI!

 

(You probably already saved the old LV7.1 VI with your LV2009 installation...)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 177 of 1,261
(1,706 Views)

Kudos to the first person to convert this VI to version 8.5-ish please.  It is written in v 5.0 and I need to use it on version 8.5.1.  

 

Also, just curious.  There are several sub VIs associated with this VI.  They are all pretty simple math, DAQ, and drivers.  I think I can just use the math DAQ, and drivers from v 8.5. (or updated drivers from the instrument manufacturer websites) Does this sound like a good idea?

0 Kudos
Message 178 of 1,261
(1,677 Views)

 


@Photocurrent wrote:

Kudos to the first person to convert this VI to version 8.5-ish please.  It is written in v 5.0 and I need to use it on version 8.5.1.  


 

Ahh... bribery...

 


Also, just curious.  There are several sub VIs associated with this VI.  They are all pretty simple math, DAQ, and drivers.  I think I can just use the math DAQ, and drivers from v 8.5. (or updated drivers from the instrument manufacturer websites) Does this sound like a good idea?

You need the subVIs. While the subVIs may themselves use standard VIs/functions, you still need the subVIs. Attached is the VI you posted, but if you open it you will see it's looking for the subVIs. Post them and they can be converted.

 

 

 

The code itself is crap. It uses sequence frames all over the place, local variables all over the place. Definitely written by a text-programmer.

Message 179 of 1,261
(1,660 Views)

 



The code itself is crap. It uses sequence frames all over the place, local variables all over the place. Definitely written by a text-programmer.


 


Ha! Smiley Very Happy 

 

Thats what I thought.  But I am new to LabVIEW so I figured maybe this is how people do it. 

 

That is one main reason why I want to totally rewrite the code.  As it is, it only controls one instrument (a monochometer) and reads from another (a Lock-in Amp).  I figure, the code for that process should be fairly straightforward, especially in 8.5.  Hopefully I can just use this old code as a guide for what needs to be done and write new code that is easier to understand and uses more instruments. 

 

Here is a link to the sub VIs, (except one which was corrupt when I copied off the old computer).  If you (or anyone) could convert these as well I would be happy to dole out more Kudos.  

 

http://tinyurl.com/24j46pm

0 Kudos
Message 180 of 1,261
(1,653 Views)