03-21-2012 10:22 PM
I write a UI state machine VI much like JKI state machine, and used it in touch panel module.
When building, labview prompt error "missing VI or C file ". But this VI is so simple!
I suspect it is because I use "event case " in "case structure".
I have search the ni website, and test the AMC library , and the AMC library works!
In touch panel module, Is there something like JKI statemachine?
03-29-2012 10:56 AM
Hi superlvjf,
I did not get any errors running your code, although I do not have the character sets installed so it did not work correctly. When you get an error about a missing VI, does the error include an error number or the name of the missing file?
Regards,
04-05-2012 04:50 AM
I retried, the building error dialog is ....
I use labview 2009 , run-time engine 2009 SP1.
04-05-2012 08:17 AM
I found some more information on the errors you are getting. There was another forum very similar to this where the solution was to remove any shared variables being used although that does not seem to be related to your program. There is also a knowledge base article here about how a conflict with the mobile module can cause this error. It also looks like there is a second thread you created here. According to that thread your error goes away when you replace the enum with an integer?
Regards,
04-05-2012 08:20 AM
If you are developing this for a touch panel, which touch panel are you using? Also, if you are doing this in a project, can you post the project?
Thanks,
04-06-2012 04:18 AM
This VI is just for test. I attached the test project.
It's a simple project, only contains the EventStructError.vi, and builded for windows CE 5.0 ....