05-04-2009 03:13 PM
05-04-2009 03:18 PM
05-04-2009 03:22 PM
You do understand that this is not Twitter and you are allowed more than a few words?
You have not explained a thing. How fast are you doing it now? How fast do you want to go? How many channels are you scanning? What does your code look like (post the VI or at least an image)? What type of connection do you have to the instrument? Have you looked at the manual to see the max scan rate?
05-04-2009 03:46 PM
Hello,
Well I'm not sure how fast I'm scanning right now. I have 20 thermocouples channels and 8 AC channels using a RS-232 connection. I would have to say it takes a second to scan through the 20 TC channels and 8-9 senconds for the AC channels. I've just noticed that as soon as I scan through the thermocouples channels which is very fast it slowly scans through the AC channels about every 1 or so seconds. I've also noticed that it will scan through the DC channels no problem like it does with the TC channels. Do you think it has something to do with the 60 Hz cycle and it needs to capture a certain data point everytime??? That's only a wild guess. My goal is to have all the channels scan at the same rate and not have to wait around for the AC measurements to be taken. I'm using the EZ Temperature and EZ Voltage subvi's in my code if that helps.
Thanks!
Jeff K.
05-04-2009 04:06 PM
I'm not using the instrument anymore so I'm going to have to go by memory.
I would first make sure that the Auto channel delay is off. This is set with the Conf Scan function in the driver. You can manually set the channel delay though I don't remember the minimum or the resolution.
I'm not sure what else affects the ac voltage measurement. There is a bandwidth setting on the Conf Voltage function. You will probably need the manual for this.
Instead of the 'EZ' functions, you could set the measurement type for each channel outside the loop and then in your loop, initiate a scan and do a Read.
05-04-2009 04:57 PM - edited 05-04-2009 04:58 PM
What is your AC filter set to? Sounds like meduim (20 Hz) for 8 reading in 8 seconds. If you set it to fast (200Hz), it should take ~1 second for all 8.
-Ak2DM
05-05-2009 01:04 PM
05-05-2009 01:14 PM
05-06-2009 03:40 AM - edited 05-06-2009 03:43 AM
Your problem is the how the DMM measure AC voltage.
I don't know the AG34970A specs, but in 'normal' DMM the input filter for AC measurements needs more time to settle.(I assume 50/60Hz AC).
So you will get errors with faster readings, depending how much the AC voltages differ.
Normally this is explained in the manual. (RTFM )
You could use external AC to DC conditioner, since DC voltage readings are faster.
Maybe there are some tricks , like direct sampling one cycle with 10 to 100 points and calculate the rms with LabVIEW, but I'm afraid that would only be a 3458A option...