05-04-2010 06:55 AM
05-05-2010 12:38 AM
Hello,
Does anyone can help me convert R&S SMHU driver LabView 5 to LabView 8.5?
Souce LabView version : 5
Target LabView version: 8.5
I appreciated your help.
05-05-2010 12:51 AM
Hi tjeff,
here we go.
Mike
05-05-2010 01:34 AM
hellow.
Help me to convert this Lv4 to Lv 8.6
Thanks
05-05-2010 01:46 AM
Hi Ramsgt,
it's for 8.6 now.
Mike
05-06-2010 03:14 PM - edited 05-06-2010 03:15 PM
This is a nice idea but all receiver must be aware that there are a lot of pitfalls just converting the VIs.
Each LV version has its own upgrade chapter in the user guide and not all things are mentioned there.
One of the critical things is this one mentioned here: http://forums.ni.com/ni/board/message?board.id=BreakPoint&view=by_date_ascending&message.id=12323#M1...
There should be an old discussion here about a change in handling tunnels in for loops when the loop will run 0 times. Older LV versions gave the value back in the output tunnel which was put in in the input tunnel. In LV 6.1 or 7.0 this behaviour change. If you have code where the number of iterations depends on array size or string length and you have a through going wire your code will behave not correct any more in the case the array is empty or the string length is zero.
All receivers must be aware that they have to test the code thoroughly.
05-06-2010 03:36 PM
05-07-2010 05:50 AM - edited 05-07-2010 05:50 AM
waldemar.hersacher wrote:....
All receivers must be aware that they have to test the code thoroughly.
Hi waldemar,
that's something a assume. Converting is no guarantee for getting running code.
Mike
05-10-2010 10:15 AM
Hi,
Could anyone please convert the following Vi's from Labview version 5.1 to 7.1 please?
Thank you!
-Carol
05-10-2010 10:47 AM
Carolg wrote:Hi,
Could anyone please convert the following Vi's from Labview version 5.1 to 7.1 please?
Thank you!
-Carol
You can't. The VIs were saved without a block diagram, so LabVIEW has no "source code" to recompile. You need to go to where you got the VIs and get the original VIs, or have whoever gave them to you re-give them with the block diagram.