10-31-2007 09:13 PM
11-02-2007 08:52 AM - edited 11-02-2007 08:52 AM
Message Edited by Matthew W on 11-02-2007 09:01 AM
11-02-2007 09:02 AM - edited 11-02-2007 09:02 AM
Message Edited by Matthew W on 11-02-2007 09:03 AM
Message Edited by Matthew W on 11-02-2007 09:08 AM
11-02-2007 11:23 AM
Shamaran,
I don't have LV handy here so I can't look at the code you posted. Here are some general thoughts though.
Depending on your app, another possibility *might* be to perform buffered period measurement using units=Ticks. Each TTL "sampling clock" edge will automatically reset the count register to 0 right after storing the prior count value to the data acq buffer. Depending on your timing requirements for this sampling/resetting, you can generate such an edge with a digital output line or perhaps with a pulse or regular pulsetrain from another counter. (Since you've got 3 counters, I assume there's at least a 4th around somewhere since I only know of boards providing 2, 4, or 8 of them).
-Kevin P.
11-04-2007 07:21 PM
hai kevin,
clearing the count can be done.the main problem im having is the trigger part.my program is in a for loop as well as my trigger function.after one loop i need to retrigger again to arm the counting. what i would like to do is after i trigger it once i dont want to trigger again for the next loop but the count need to be done.is it possible??
hope can advice me to settle the problem.thanks.
11-05-2007 11:08 AM - edited 11-05-2007 11:09 AM