Sorry in advance for such a long post
I inherited a LV program from a guy that left our company. I know a little bit about LV, but I definitely would not consider myself an expert. When the program originator left, he told me that he was unable to get the program to function as an .exe and had moved on to different projects.
I am trying to convert the program to an .exe for obvious reasons. Unfortunately, I am having some issues. The program runs without any errors as a .vi and as an .exe. The .exe version skips some steps when running. There are two main points in the program where I see this occurring. There might be more things being left out, but I haven't noticed them yet.
The first is that the program is reading information from a piece of test equipment and is supposed to wait until the information meets a set point before proceeding. The .exe proceeds to the next step whether or not the set point is met.
The second is at the end of execution, the program is supposed to write data to an MS Excel file. This also never occurs.
I am running LV 8.0, and don't want to update because I can't risk losing any functionality of the original .vi since it is used frequently and a lot of people are depending on the information it provides. Like I said, I am a bit of a LV newbie, and don't want to screw anything up.
If someone could tell me what is occurring and how to fix it that would be great. But I would also appreciate tips on how to troubleshoot it.