08-05-2013 09:32 AM
I am trying to share 4 variables from a host computer(write) to a compactrio(read). I am new to labview so the easier it is to understand the better. Thanks
08-05-2013 09:36 AM
shared Variable is one option..
08-05-2013 09:48 AM
I put these in but they are all reading 0 Should I have RT FIFO enabled and should I store them in the computer or CRIO side
08-06-2013 05:35 PM
You shouldn't need to enable RT FIFO unless you would like that functionality. You can find more information on the different types and functionality of Shared Variables in this link.
It is recommended to store the Shared Variables on the cRIO as it is more reliable if connection is lost the shared variables can continue to update properly.
For good troubleshooting steps with Shared Variables I would recommend this article.
http://www.ni.com/white-paper/4679/en/
http://digital.ni.com/public.nsf/allkb/6E37AC5435E44F9F862570D2005FEF25?OpenDocument