LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert 8.2.1 to 7.1

Hi Derek,

not one by one, but parts of you project!
Usually I structure my programs into several parts (like: input/settings, measurement, output) by subvis. Each main part is divided into several sub-parts... I would try to save those parts/subparts individually to find the problematic vi.
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 25
(2,403 Views)

this is a file saved in labview 8.21. can someone please convert it to an older version say 7.21 or somethin? i tried it on my comp but guess it dint work out. n i really need to work on it!

thank you

abhilasha

0 Kudos
Message 12 of 25
(2,302 Views)
i'm sorry that would be converting from 8.2.1 to 8.0. i donno y it dint happen cuz i thought i saved it in the older version.
can someone please do it?
i'd really appreciate it 🙂
abhilasha
0 Kudos
Message 13 of 25
(2,300 Views)
Hi abhilasha,
 
I converted the vi to LV71 and LV80... In LV71 some errors appeared because of missing items.

But:
This vi will not run as intended - you use to many local variables.
In fact you don't need any of all those locals - use wires instead. In LabView the wire has the functionality of variables in text programming!
And using locals like you did only introduces race conditions!

And I also didn't check those formula express vis: when they only contain simple formulas you should replace them by primitive math functions...


Message Edited by GerdW on 03-03-2008 09:28 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 14 of 25
(2,286 Views)
I just got 8.5 and in my joy of playing with a new toy I accidentally changed chunks of my code originally written in 7.1.  We have 7.1, 8.2 and 8.5 and without 8.0 am not able to get all of the way back to 7.1 and would prefer not having to re-write it all.

It seems to be implied previously in this thread that with 8.5 I should be able to save a couple versions back but  "File>Save for Previous Version..." only gives me the options for 8.5, 8.2, or 8.0.  Do I need to look elsewhere to convert to 7.1 or start looking for a disc of 8.0?

Stephanie
Message 15 of 25
(2,216 Views)


StephieU wrote:

It seems to be implied previously in this thread that with 8.5 I should be able to save a couple versions back but  "File>Save for Previous Version..." only gives me the options for 8.5, 8.2, or 8.0.  Do I need to look elsewhere to convert to 7.1 or start looking for a disc of 8.0?

Stephanie


Correct.  8.5 gives you a couple versions back,  which are 8.2 and 8.0.  In order to go back to 7.1, you will need to have 8.0 installed, or find someone who does.  If it isn't too many VI's, you could post them on the forum and someone may be able to do the conversion for you.
Message 16 of 25
(2,204 Views)
We lost our main 8.0 disc so I am going to try the French version tonight and hopefully it does not change everything to French when I convert to 7.1.
0 Kudos
Message 17 of 25
(2,199 Views)
Could someone convert this to version 7.1 for me?
0 Kudos
Message 18 of 25
(2,059 Views)
Hi mfried,

here's the LV7.1 version...

- I made some changes and comments to CANUSB_Tx.vi. Read them!
- In CANUSB_Demo.vi you should create a shift register to hold "messages" instead of using locals in each event case...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 19 of 25
(2,048 Views)
Thank you so much.
0 Kudos
Message 20 of 25
(2,043 Views)