11-22-2005 11:08 AM
11-22-2005 12:09 PM
11-22-2005 12:11 PM
11-22-2005 12:23 PM
11-22-2005 12:40 PM
11-28-2005 09:49 AM
Look at this link below:
http://zone.ni.com/devzone/conceptd.nsf/webmain/6F25CBA2CD73417786256869005E5FC3
I'm sure that it will help you.
Sanaa T
Sanaa T.
National Instruments France
11-28-2005 10:12 AM
I'd like to refer you to another thread I was in a while back. The essentials are:
1. Use of a 'timed loop' (requires LV 7.1 I think) where the pulsetrain output is the timing source. This allows iteration speed to be governed at resolutions below 1 msec.
2. Timed loops get a very high execution priority, so you'll likely get better consistency than you would with 'Wait (msec)'. Nevertheless, the timing still won't be guaranteed under Windows.
3. The example I posted doesn't sound like an exact match for your current app, but does illustrate a few ideas you may be able to use.
4. The example includes a 3rd counter used to count # pulses and verify correct behavior. As mentioned, you'll need to get rid of everything related to that 3rd counter since your E-series board only has 2 counters. Also, I wasn't able to test on an E-series board. I think it should work there, but can't verify.
-Kevin P.