LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView 11 Runtime

Solved!
Go to solution

Does anyone know why a program that is designed in LabView 2011, won't work on LabView 2011 Runtime on another computer.  I have tested the executable on the computer that the VI was built on, and it does work.  However, it will not change cases when it is run on a Windows 7 and a Windows XP computer running the runtime or regular LabView 2011. The LabView is version 11.0 on both computers as well.  Attached is the VI. Thanks for your help!

0 Kudos
Message 1 of 4
(2,499 Views)

You should not have posted to this thread. It is for those requesting conversion from one version to another. You can click on the Options link and select Report to Moderator to request that it be moved.

0 Kudos
Message 2 of 4
(2,489 Views)
Solution
Accepted by seth.larimore

String comparisons can get weird.  If you accidentally add some white space or start a new line that you can't see, then the comparison will be way off.  Instead of using a string, you might want to use an Enum instead.  This will make sure you have very defined inputs and the user can't screw it up nearly as easily.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 4
(2,470 Views)

The VI really needs a ms wait to avoid hogging the cpu and it really should be using an event structure. That being said, it did not work for me. I did not have the option set to 'End text entry with enter key'. Do that with the ini file for the exe and see if it works (after rewriting it, of course).

0 Kudos
Message 4 of 4
(2,460 Views)