01-29-2007 11:46 AM
01-29-2007 11:56 AM
Hi!!!
Can you send us a sample of your code?
Regards
01-29-2007 12:09 PM
01-29-2007 12:11 PM
01-30-2007 09:28 AM
01-30-2007 12:21 PM
01-31-2007 12:02 AM
i've tought on my problem..what i've seen yesterday was that to start the acquisition i've to stop my generation and i don't want this.
i want start generation and while the cRIO is generating i want to click on a button to start the acquisition.
So i've tought that the problem is that in my generation the VI is so structured:
1-an external case structure in which i set if i want to read or i want to write my data of the the waveform coming by the main VI
2-if i want to write i have a block of Memory Write (FPGA MODULE)
3-if i want to read (and this is the real generation of the signal on the oscilloscope) i have while loop in which i make the reading of the signal. This while loop is stopped by a control called STOP GENERATION
So i think that this is why i can't generate and acquire simultaneously.
Now the question is: can I insert inside the while loop of generation the VI's acquisition for being able to make them to work in contemporary or is it an error?
Tnx for replies.
01-31-2007 05:09 AM
01-31-2007 11:13 AM
@Salvio wrote:
i've tried also this last way but it doesn't work again!
Now the question that i have is: can i put two FIFO in my project?i mean one FIFO for the acquisition and one for the generation...or must i have only one FIFO?
plz i need help to solve this problem...
02-01-2007 01:51 AM