03-31-2004 12:42 PM
04-02-2004
10:40 AM
- last edited on
11-09-2025
06:36 PM
by
Content Cleaner
Darius,
This functionality is not directly supported, but you may be able to accomplish it using DAQ Events if you are not using either the analog input or analog output channels of the NI 6062E. Below, I have included a link to a document that provides an overview of DAQ Events:
An Overview of DAQ Events and Occurrences
You could configure the output of the counter as the clock for the analog input or analog output channels. Then, you could configure DAQ Event 1 and set the number of scans for this event to 1. Thus, each time that terminal count is reached, an interrupt will be generated.
Good luck with your application.
S
pencer S.
05-03-2004 07:54 AM
02-03-2017 10:36 AM - edited 02-03-2017 10:39 AM
I am having similar problem with the 6612. How did you trigger an event from the terminal count? I am using C code.
02-06-2017 10:44 AM
Seeing that the thread is over a decade old, the solution now will be different (and probably better) due to major changes in DAQ driver, OS'es and hardware capabilities.
I'm no help with C syntax, but was recently in a somewhat related thread. In LabVIEW, there's also a "Signal Event" for the Counter Output Event. I expect it can be configured similarly to the Sample Clock Event discussed toward the end of that thread.
It may also be necessary to explicitly configure the counter task for the behavior "pulse on terminal count". I don't know the C syntax to do that, hopefully someone else can help out with that part...
-Kevin P