06-19-2008 03:59 PM - edited 06-19-2008 03:59 PM
06-19-2008 08:19 PM
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.)
06-20-2008 01:27 PM
06-23-2008 05:02 PM
06-23-2008 05:12 PM
06-24-2008 06:01 PM - edited 06-24-2008 06:02 PM
06-24-2008 08:46 PM
You might want to look into What Does an "Insane Object" Error Mean and What Should I Do?
Hopefully this helps!!
06-25-2008 02:28 AM
Hi,
Can somebody save the below VIs in LV 8.0 for LV 7.0/7.1, please... ?! ![]()
06-25-2008 03:22 AM
06-25-2008 03:54 AM
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. ![]()
Can somebody help me in bailing out of this situation?