LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview 8.5 to labview 7.0

i am on my labview working with 8.5
but at work, we only have labview 7.0.
what would be my best way to get my vi to be 7.0?
thank you so much




Message Edited by krispiekream on 06-19-2008 03:59 PM
Best regards,
Krispiekream
0 Kudos
Message 1 of 10
(3,927 Views)

In order to go from LV 8.5 to LV 7, you will need to have LV 8.5 (save it back to 8.0), LV 8.0 (save it back to 7.1) and LV 7.1 (to save back to 7.0).

If it's only a few small VI's, you can post them on the forum and ask someone to do the saves for you.  (Best if you do the save back to 8.0 and post that in order to eliminate 1 of the 3 steps for whoever will do the rest of the conversions for you.)

Message 2 of 10
(3,911 Views)
yeah. great..
i did all those steps.
i went from 8.0 to 7.1
i dont have labview 7.1 so i can't go to 7.0.
can someone please help me.

Best regards,
Krispiekream
0 Kudos
Message 3 of 10
(3,892 Views)
Hey Krispiekream,
 
Please try the attached to see if it works with LV7.0
 
Hopefully it does!!
 
 
Aashish M
CEO
TransferFi
www.transferfi.com
Message 4 of 10
(3,854 Views)
thank you so much.
i'll try it right now.

Best regards,
Krispiekream
0 Kudos
Message 5 of 10
(3,850 Views)
hi there,
i somewhat got it to work.
but i am having this error everytime i try to save it.
does anyone know how i can get rid of it?




Message Edited by krispiekream on 06-24-2008 06:02 PM
Best regards,
Krispiekream
0 Kudos
Message 6 of 10
(3,829 Views)

You might want to look into What Does an "Insane Object" Error Mean and What Should I Do?

Hopefully this helps!!

Aashish M
CEO
TransferFi
www.transferfi.com
Message 7 of 10
(3,813 Views)

Hi,

Can somebody save the below VIs in LV 8.0 for LV 7.0/7.1, please... ?! Smiley Happy

- Partha ( CLD until Oct 2027 🙂 )
Download All
Message 8 of 10
(3,796 Views)
It is very urgent. Can somebody please do it asap... ?
- Partha ( CLD until Oct 2027 🙂 )
Message 9 of 10
(3,790 Views)

In the attached VIs in my prev post, what I m trying to do is, find the 0 in the 0th column of the 2D str array (Citadel), at which index, the value in the 1st column of that array should be equal to its prev index's value.

When the above conditions are True, the corresponding index's value in the 1D Timestamps array will give me the correct timestamp of the instance of Power Interrupt Time.

Again, I ve to repeat this process to find out all the Timestamps of Power Interruption.

Now, I also have to find out the Time of Power Recovery, which is the exact reverse process of this.

I ve to search the 0th column of the Citadel 2D array after a series of 0s & take the first non-zero value's index after every series of 0s, & index the corresponding value in the Timestamp 1D array to get the Power Recovery Time.

I ve done the first part & terribly stuck up in  the latter part of the logic in finding out the Power Recovery Time. Smiley Sad

Can somebody help me in bailing out of this situation?

- Partha ( CLD until Oct 2027 🙂 )
Message 10 of 10
(3,786 Views)