LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LABVIEW 2012 - shared variable error during programming of NI CRIO 9023 and TPC 2212

HELLO,

i am using CRIO 9023 with TPC 2212 and LV 2012. I want to develop a stand alone app which has a front panel on TPC. at first i am building a simple app with two controls variables, one is a sliding bar on TPC Vi and the other one is the while loop  variable "i" on CRIO VI. i used  shared variables.

 

first i creat shared variable on CRIO side and access this on TPC Vi. I COMPILE both Vi,s and they are working fine. But when i created the slide bar control in TPC VI, compiled and deploy the TPC Vi, it get deployed in TPC. But when i  start compiling the CRIO VI an error mesage occured as follows;

network variable Error .jpg

 

I have tried every option to best of my understanding like formating crio then installing all softwares including Network variable engine etc. i also go in properties of the executable file of TPC Vi and go in properties-shared variable- then check the "deploy variable in application" option . below is image displayed.

 

 checked the box for deploy shared variable lib.JPG

 

I am in despirate need for solving this problem as i have to develop the final app for testing soon. can some one help me regrarding this.

 

REGARDS

 

0 Kudos
Message 1 of 2
(2,606 Views)

I would not recommend using shared variable engine.  It is supposed to make things easier, but in fact, you will spend more time troubleshooting why it is not working than you will actually coding an alternative solution.

 

Try the Simple TCP Messaging instead.

 

http://zone.ni.com/devzone/cda/epd/p/id/2739

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 2
(2,588 Views)