LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Downconvert VI Requests

can u please downvert this 2010 examples into a version which can be opened on labview 2009? thanks a lot!!

0 Kudos
Message 1111 of 1,444
(1,566 Views)

Hi Batistuta,

 

here it is...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 1112 of 1,444
(1,561 Views)

@Nunzer wrote:

Hello,

 

I am after the same files as Aaron... Can anyone downgrade these three VIs from Labview 9.0 to Labview 8.5?

 

Thank you very much,

 

- Derrick

 


Looks like the original request fell through the cracks...

0 Kudos
Message 1113 of 1,444
(1,552 Views)

Thank you very much!

0 Kudos
Message 1114 of 1,444
(1,549 Views)

Can someone convert this instrument driver library from LV 8.0 to LV 7.1

0 Kudos
Message 1115 of 1,444
(1,541 Views)

@User002 wrote:

Can someone convert this instrument driver library from LV 8.0 to LV 7.1


http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E90DA659CE034080020E74861

0 Kudos
Message 1116 of 1,444
(1,532 Views)

Can someone please be so kind and downgrade the following .vi for me? I downgraded it already as far as I could.

 

source version: LV 8.0

target version: LV 7.5 and 7.1

0 Kudos
Message 1117 of 1,444
(1,526 Views)

@Noogler wrote:

Can someone please be so kind and downgrade the following .vi for me? I downgraded it already as far as I could.

 

source version: LV 8.0

target version: LV 7.5 and 7.1


There is no LabVIEW 7.5, so I don't know what you are referring to there. Attached is in 7.1.

 

Overall, the code has some pretty poor programming practices:

  • Main loop needs a small delay else it will spin around at full speed when Start is False, using up ALL cpu time.
  • Unnecessary uses of sequence frames.
  • Lack of error handling/error detection (especially on the GPIB functions).
  • Use of old GPIB functions rather than VISA (which is surprising since you said this was at a higher LabVIEW version to begin with).
  • No icons on subVIs
  • Poor connector terminal choices
  • ...

Other than that, it's great code! Smiley Very Happy

Message 1118 of 1,444
(1,519 Views)

smercurio_fc wrote:

 

Overall, the code has some pretty poor programming practices:

  • Main loop needs a small delay else it will spin around at full speed when Start is False, using up ALL cpu time.
  • Unnecessary uses of sequence frames.
  • Lack of error handling/error detection (especially on the GPIB functions).
  • Use of old GPIB functions rather than VISA (which is surprising since you said this was at a higher LabVIEW version to begin with).
  • No icons on subVIs
  • Poor connector terminal choices
  • ...

Other than that, it's great code! Smiley Very Happy


 

I could mention several excuses, but I just will take the hit. 😉

 

Maybe I write a new VI from scratch, since the "code" itself is pretty old and was only copied over and over again into the newer LabVIEW versions (->usage of GPIB functions)

If I do so, you have to downgrade the new VI for me.

Haha, thats what you get by critizicing requesters with poor programming skills...more work. 😛

 

At least we can use it for now. Thank you!

 
0 Kudos
Message 1119 of 1,444
(1,508 Views)

Hello,

 

 

I have a LV2010 zip, can you help me to convert it to LV8.6 as my colleague only have LV8.6 on his Mac.

 

many thanks

 

 

xiaofeng

 

 

 

0 Kudos
Message 1120 of 1,444
(1,491 Views)