06-15-2011 06:19 PM - edited 06-15-2011 06:21 PM
Hi I am very new to forum
I have a complex problem with the crio9012rtc and 9111 chassis
My project has
crio9012 rtc
9111 chassis with virtex5lx30 fpga
9215 sampler module
1. I am sampling an analog signal
2. Processing signal in fpga code
3. fpga.vi writes results into FIFO (target to host)
4. host.vi reads results and plots on pc screen
everything works perfect right now.
But I have to make some changes in fpga.vi and each compile lasts 25 minutes.
So I decided to simulate fpga.vi instead of compiling every time.
I generate pre defined signal using another vi instead of random values (Note I am acquiring signals via ADC module)
This also works perfect
I can do all of above in lab PC, it has crio9012 plugged in and labview professional installed.
I copied project with all dependents and opened it in my laptop which includes labview professional.
But since I don't have a crio 9012connected and fpga.vi is under crio9012 let alone simulation of fpga.vi i can't even open fpga.vi
Can I simulate all development system in laptop that I have in lab?
Any suggestions appreciated
Thanks
06-16-2011 02:09 AM
06-19-2011 12:30 AM
that really helped
thank you