LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data dashboard with sbRIO 9631

Solved!
Go to solution

i have made one vi of fpga led which turns on and off led of sbRIO and then it is used in real time . i want to create a shared variable so that i can see my led on and off in data dashboard and in parallel it should be on and off on sbrio too. i am attaching two vi of fpga and one of rt please help me how to create shared variable in it if i can get help with any vi

Download All
0 Kudos
Message 1 of 3
(2,533 Views)
Solution
Accepted by topic author AjinkyaM

Hi Ajinkya,

 

In order to interact with data dashboard you need to publish the data from the real-time portion of your system to the network. To do this you need to use network published shared variables (NPSV).

 

http://www.ni.com/white-paper/4679/en/#toc3

 

I would also read through chapter 4 from the cRIO developers guide which will help explain a lot of different networking options.

 

http://www.ni.com/pdf/products/us/fullcriodevguide.pdf

 

It is important to note that only NPSV are able to connect with data dashboard which is explained below.

 

http://www.ni.com/white-paper/13757/en/

 

Finally, to use NPSV on an sbRIO/cRIO you need to make sure the variable engine is installed on the sbRIO which I believe is covered in the cRIO developer guide but I have also provided a link that covers adding/removing software from an sbRIO/cRIO.

 

http://www.ni.com/gettingstarted/setuphardware/compactrio/controllersoftware.htm

 

Patrick H | National Instruments | Software Engineer
Message 2 of 3
(2,317 Views)

hi,

 i have created it and its working succesfully now. thank you

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