Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment of built RT VI for SBRIO 9631 not executing

Solved!
Go to solution

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

 

0 Kudos
Message 1 of 3
(3,932 Views)
Solution
Accepted by topic author plf

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!

0 Kudos
Message 2 of 3
(3,928 Views)

Yes, this helped me out!  Thanks for posting!Smiley Happy

 

Todd

0 Kudos
Message 3 of 3
(3,908 Views)