05-02-2011 10:00 AM
Can someone help me down convert an instrument driver
From : LabVIEW 8.6
To : LabVIEW 5.0
05-02-2011 10:14 AM
@smercurio_fc wrote:
[...]
Warning: This is poorly written code. The writer must have had a 30" monitor, and assumed that clearly everyone else had one as well. There is also no error handling to speak of.
I am not really surprised. Thank you!
05-02-2011 08:45 PM
I have a Lab View version 8.5, and used it very well.
Now, I need to bring a code made in version 8.6, and my 8.5 version refused to open the 8.6 code.
Could anyone convert it?
05-02-2011 08:47 PM
Downconvert 8.6 ==> 8.5
05-02-2011 11:31 PM
Hi,
Find attached the VIs in 8.5... I would suggest you to minimize the usage to Sequence Structures as they reduce the efficiency of the code.
Regards,
Nitzz
(Kudos are always Welcome)
05-03-2011 12:34 AM
Hello again,
I would like to have this vi converted from v10.0 to v9.0, please?
Thank you very much!
05-03-2011 01:26 AM
Hi rmpflr,
Here it is in 9.0
Regards,
Nitzz
(Kudos are always Welcome)
05-03-2011 09:58 AM
@DelProtin wrote:
Can someone help me down convert an instrument driver
From : LabVIEW 8.6
To : LabVIEW 5.0
You will have some work cut out for you since some things that are being used don't exist in LabVIEW 5.
05-03-2011 01:24 PM
from labview 10 to labview 9 please 🙂
05-03-2011 01:58 PM
Hi coolhand,
here's your VI in LV2009 (I replaced two ExpressVIs by generic LV functions, I really think a simple multiplication is more easy to understand than a Calculator ExpressVI...)
Btw. there are two missing subVIs!