01-30-2009 12:52 PM
Hi
I am using compactrio 9014 with fpga chassi 9103 including modules ni 9215, 9263 and 9403. I want to use a windows pc computer to communicate with RTtarget. What is the best method to do this? I want to acquire 2 signals in FPGA and process them in FPGA using a transfer function. I want to analyze those signals using psd function display a graph in windows pc. What method should i use to transfer data to windows pc host? should i do proccesing in RT controller and transfer results to host pc? Problem i am having is that i cant install whole labview software with real time module in windows pc (no resourses). otherwise i can display front panel of RT VI in host pc. NI suggested to use shared variables. Thanks
01-30-2009 09:00 PM
Shared variables are the easiest to use. The other option is to use TCP to transfer the data. There are examples in the LabVIEW example finder (Remember to disable correct the firewall ports) You can also try UDP but that is lossy.
Amit