04-02-2008 11:57 AM
04-03-2008 02:46 PM
04-03-2008 08:06 PM
Hi Karunya,
>>This was reported to R&D as a CAR and was fixed in LabVIEW 8.2.
The CAR that I know of moves on the road ...
If its been fixed in 8.2 what happens to the unfortuante owners of earlier versions ? I am sure there must be a patch or workaround for this.
Alternately could you point a method to reliably acquire 200 samples / sec at 10kHz rate and feed the values inside of a Timed Loop ?
Thanks
Raghunathan
04-04-2008 01:11 PM
04-05-2008 08:33 PM - edited 04-05-2008 08:34 PM
Hi Karunya,
Yes I agree and I did try out the LV example ( Cont. Acq.Volt&Graph _Int.Clk.vi ) in 7.1 by converting it into an exe. It ran fine without issues on a PCMCIA-6024 card.
But when I tried to create a sub vi on similiar lines ( AI_InputConfig.png) and control a timed loop I get an error (LV71_ErrorSnap.png). Can you think of something as to why this is happening ?
Thanks
04-10-2008 07:00 PM
Hi Raghunathan,
I understand that you can build an executable of the LV 7.1 examples but you are having problems when trying to build a subvi of AI_InputConfig.png in LV 7.1. Can you give more information on where exactly are you getting this error? Are you getting the error when running only the code shown in AI_InputConfig.png? Does it run in an exe but not in a subvi? What are you choosing for the source of your sample clock vi? Please give us more information on your application and if you can be more specific on how you are controlling the timed loop could be helpful too. If I misunderstood your original problem, please post back.
04-10-2008 08:56 PM
Hi Ana,
The ClockSource : On Board Clock ; SourceOfEvents : Dev1/ai/Sample Clock ;
The "TimingSrc.Out of AI_InputConfig.vi is fed directly to the TimingSource terminal of the Timed Loop.
I get the Error as posted when I run the complete VI with the Timed Loop and the AI_InputConfig.vi is called as a sub.vi. And nothing much happens inside the TimedLoop - I just read the acquired samples, compute the mean of the samples and send the resulting value to a plot. Thats it. Thus the Timed Loop is expected to fire once the required samples are collected. For my use I normally select 2.5kHz rate and 125 samples / chan so that the Timed Loop fires once every (1000/2500) x 125 = 50ms.