04-13-2011 10:34 PM
I am using the following with a SBRIO 9631:
LabVIEW 2010
RIO 3.5.1
VISA 5.0
I have stripped down my program to the basics... so I now have a simple RT TCP/IP communication VI that is based on STM. I setup a real-time application build file and built the VI ( RT_com_[Top-Level].vi ). After I right-click to deploy it to the 9631, in a popup it says upon completion that it needs to reboot so I click ok. Then when I run the Windows Host VI it should connect and get the STM meta data but it does not and it would appear the RT VI is not executing or ???
I have attached the project if anyone would like to beat their heads with it as I am out of ideas.
Also the Simple Messaging Reference Library (STM) I used can be downloaded from NI at:
http://zone.ni.com/devzone/cda/epd/p/id/2739
I used the stm_202_installer.zip
I thought this part would be easy. Good grief! I need help.
pete
Solved! Go to Solution.
04-14-2011 09:47 AM
I found my issue with the code.
It turns out property attributes of front panel objects should be avoided. I was using a property node to read the strings of my Meta data from a strict type defined enum.. nice methodology on Windows not RT. When I replaced this with a string constant array the Meta data I was able to control my RT application. I found the following KB document that led me to this solution.
http://digital.ni.com/public.nsf/allkb/E03EE22D2E50C2FD86256FD400019116
Hope this helps someone in the future!
05-03-2011 03:43 PM
Yes, this helped me out! Thanks for posting!
Todd