06-20-2005 12:15 PM
06-21-2005 03:54 PM
11-08-2005 03:31 PM
Hello
I'm really new at LabView, and I'm trying to set up a system very similar (but simpler) than Chris's here. I've been working through these threads, but I'm having trouble seeing how the trigger in the example here relates to the rest of the block diagram. From the thread I get that the trigger is supposed to tell the VI where to look for the input, but I'm not really sure how to do that
Thanks
Tim
11-09-2005 11:02 AM
11-15-2005 10:32 AM
Ah, great. Thank you very much for all the help!
I'm making a pared down version of the application that Kevin developed, because I only have one channel to worry about and I'm not trying to synchronize it with any others.
I just want to make sure I understand a few more points.
Since I don't have to synchronize the two channels, can I just set the Start.TrigType property mode to none, and forget the trigger entirely?
Along that same line, do I have to use his event structures in my VI at all? As far as I could tell, they seemed to be there to keep the VI watching for a trigger signal... I couldn't tell what the one in the file writing loop was doing at all.
And lastly, as far as I can tell he set the rate for the sample clock to check as very slow, because all his stuff with the queue and querrying to see if there's any data makes this value irrelevant.
Am I on the right track?
Thanks again
Tim
11-16-2005 02:27 PM
01-23-2006 02:03 PM
I'd appriciate anyone who has some more advice about this application
I have a setup very simmilar to the one that is described here. One change that I've made is that instead of having the DAQmx read node check to see if there are any samples in the buffer before reading, I just have it go ahead and read. I've found this seems to work ok because I've wired the available samples node to an indicator, and my intensity seems to be enough that i've always got hundreds of photons availible.
Although I've told the DAQmx node to read whatever is in the buffer, I find that the system works for a while, and then freezes. It says that the data was overwritten before it could be read, which seems strange to me, because the buffer is 5 orders of magnitude bigger than the largest amount of samples the "availible samples per channel" node is telling me that there is.
I might be looking at this way to simplistically, but my current line of thinking is that the data is going into the buffer and being read, but then isn't being removed from the buffer. Does that make any sense?
01-23-2006 05:42 PM
01-23-2006 06:42 PM
01-24-2006 09:07 AM