11-01-2006 09:17 AM
11-03-2006 11:02 AM
11-03-2006 03:20 PM
hey jerry,
The programs that are given as example code in the installation is driving me crazy..... it comes up with an error message saying no fpga target thoough the visa defines the resouce name and the vi is selected...... can u pls tell me why my program can never run on the PCi 5640r ???? i have attached my program with this mail
it would be really helpful if u can jus i can have an example code for simple signal generation on the fpga pci5640r .....please
thank you
valli
11-03-2006 03:59 PM - edited 11-03-2006 03:59 PM
Hi Valli
Your VI will not run because it is missing too much programming components. Code that controls the DAC as well as module timing.
The following images are from the ni5640R Input and Output example.
The following image shows the Configuration loop that is required in the FPGA for the module to generate a signal. The controls need corresponding code in the Host VI.
This shows the generation part of the code. In each iteration of the loop, and I or Q sample of I16 bit data is sent to the DAC for Digital Up Conversion. The I and Q samples are interleaved. The data to the DAC must be interleaved I and Q data samples. No other method is supported.
So, your example is sending single sample data to the DAC which is not supported. Also, you do not have a LabVIEW project (also required) or the Configuration loop and corresponding Host VI for control. (also required.)
The only way to help you get started is for you to follow the Getting Started Guide, and when you get to a point some thing is not working, for us to help you work around that particular issue until you get up and running.
Jerry
Message Edited by Jerry_L on 11-03-2006 04:01 PM
12-15-2006 12:15 AM
Hi Jerry,
i would like to ask how to check and configure how many samples of data we can input to FIFO of the IFRIO. Is it configure in host vi or fpga vi?
for my case, i was input sampling rate of 1 MHz, 1000 samples signal to the IFRIO via 'Fill Output FIFO.vi' and the signal is clean but if i input more than 1000 samples, the output signal contain a lot of spurious.
Thanks.
12-15-2006 12:18 AM - edited 12-15-2006 12:18 AM
I was input the psk signal to the IFRIO which is generate by the 'MT PSK transmitter.vi' from modulation tool kits.
Message Edited by ElvinJW on 12-15-2006 12:21 AM
01-26-2007 04:24 PM