I am measuring 2 frequencies, using both channels of an HP 53131A, connected via GPIB / USB to LabView 7. I need to control trigger level, filter on one channel, gate time etc
I can do this and get both numbers by using a while loop to set up channel 1, read frequency, set up channel 2, read frequency, set up channel 1 etc etc. This is a bit slow, approc 3 to 4 seconds per cycle, with a gate time of 0.8 seconds. It seems that there must be a way of setting up the channels once and then putting the read commands only in a loop.
I have tried READ (@1) , READ (@2) but it doesn't work, READ only reads the most recently set up channel. Any ideas?
Yes, I have also tried two separate counters, with two VISA/GPIB addresses through the same interface - gives cycle time of ~1 second ie only slightly longer than the gate time.
Just slightly overkill though!