08-11-2010 12:33 PM
Hi,
I am using the following hardware:
PXIe-1062Q
PXIe-8108
PXI-5600 (02 card for 40MHz Bandwidth)
PXIe-5641R (both inputs are used; one for each PXI-5600)
PMA-1115
Labview 2009
I am using instrument mode to detect the real time hopping signal and writing it to a spreadsheet.
My question is that how can I take output from the PXIe-1062Q on LAN so that I can re-generate the detected signal? I have attached my VI. Kindly guide me that how can I get my detected signal output on LAN from PXI?
Thanks and Regards,
Rashid
Solved! Go to Solution.
08-13-2010 09:54 AM
Rashid,
I'm not sure I follow your question completely, are you trying to move the spreadsheet file that you've saved to another computer over LAN, or are you trying to stream the signal over a network as you are acquiring it in LabVIEW?
Thanks,
Eric K
Applications Engineering
National Instruments
08-14-2010 01:33 AM
Hi Eric,
Thanks a lot for your reply. My question is that how can I transfer data on LAN in real time to create a waveform in software on a remote computer before writing it to spreadsheet. I am looking for something like real time UDP/IP communication. Kindly guide me that how can I do this?
Thanks and Regards,
Rashid
08-16-2010 06:09 PM
It sounds like you want to use network published shard variables. You can find this information here http://zone.ni.com/devzone/cda/tut/p/id/4679 but basically you need to have a LabVIEW on each computer you want to exchange data between and bind the shared variable to each other. At that point you will be able to pass data from one machine to another over the LAN to write to a file, and display it to the User Interface.