08-12-2008 04:49 PM
08-13-2008 11:36 AM
Hi NC114,
It looks like your touch panel is missing some software. Check out this tutorial to be sure you have all of the necessary software installed and are correctly targeting your touch panel.
If this doesn't help, maybe give a bit more information on your hardware what you have in your VI.
Cheers,
08-14-2008 05:49 PM
Hi Brian,
I spent some more time playing around with things. I created a new project that only contained a VI on my host PC and one on the TPC-2106 and successfully used shared variables to communicate between the two. Next, I made another project that used shared variables to communicate between my PAC and my host PC and everything worked fine. I went back to my original project and tried to host shared variables on the PAC and read/write to them with my TPC and experienced the same problems. I looked closer at the build report and noticed that it listed errors associated with the RT FIFO on the shared variables. I removed the RT FIFO from my shared variables and was able to successfully build and deploy my TPC application. Have you run into this before? Do you have any other suggestions for using shared variables with a touch panel and a real time controller?
Thanks
08-15-2008 01:14 PM
I was able to track down what looks to be the same issue. There was a bug that was reported to R&D (# 54707) and was fixed in LabVIEW 8.6. It appears that there was a problem with RT Shared Variables using FIFO's when targeting mobile operating systems, like the one on your Touch Panel.
Sorry for the inconvenience, and kudos to you for figuring out the problem! The solution would be an upgrade to 8.6, or disabling the FIFO as you have done. You can find a little more info comparing FIFO vs. no FIFO for shared variables here. Otherwise, no more suggestions here. Sounds like you are well on your way with your application!