02-04-2008 02:19 PM
02-04-2008 02:28 PM
02-04-2008 02:41 PM
Forget..... I have a DMA transfer happening between the FPGA and the RT Controller so I am assuming that a shared variable pointing to the FIFO might be an option as well in lieu of making individual shared variables for each indicator located on the RT Controller Host VI.
What I am failing to see is how I actually get my VI running of the laptop to connect to the Networked shared variables.
thanks
Tim C.
02-04-2008 03:04 PM
That last one was a dumb thought,,,, there is no FIFO because I connected to the FPGA through an FPGA reference.
Would it be best to create a FPGA FIFO and create a networked shared variable linked to the FIFO or create individual network shared variables linked to the RT Host FP indicators?
thanks
Tim C.
02-06-2008
07:30 AM
- last edited on
01-15-2026
02:12 PM
by
Content Cleaner
Hi Tim,
All you need to do is drag the shared variable node onto the block diagram of your laptop VI.
Also, you may be interested in this white paper on Using the LabVIEW Shared Variable. Section 3 discusses network shared variables in relation to Real-Time.
02-06-2008 09:45 AM