How to Measure Fast

Single “Speed Switch” Command for PM6680B/85

Since many parameters must be set to get the highest measuring speed, it is simpler if you use the macro function:

Send the following lines to turn on mac- ros; define one macro called FASTFREQ and one macro called SLOWFREQ.

SEND*EMC￿1

SEND*DMC￿‘FastFreq’, “:ACQ:APER￿MIN; :AVER:STAT￿OFF; :INP:LEV:AUTO OFF; :DISP:ENAB￿OFF; :CAL:INT:AUTO￿OFF; :SENS:ACQ:RES￿LOW”

SEND*DMC￿‘SlowFreq’, “:ACQ:APER￿200￿ms; :AVER:STAT￿ON; :INP:LEV:AUTO￿ON; :DISP:ENAB￿ON; :CAL:INT:AUTO￿ON; :SENS:ACQ:RES￿HIGH”

Now you just have to send FASTFREQ to the counter to get high measurement speed for frequency measurements, and SLOWFREQ to return to normal measur- ing speed.

￿Note that these macros include all speed-increasing commands from the table on the previous page. Omit the ones you do not want to use in your application and the ones that do not apply to your counter.

Single “Speed Switch” Command for PM6681

Since many parameters must be set to get the highest measuring speed, it is simpler if you use the macro function:

Send the following lines to turn on mac- ros; define one macro called FASTFREQ and one macro called SLOWFREQ.

SEND*EMC￿1

SEND*DMC￿‘FastFreq’, “:ACQ:APER￿MIN; :AVER:STAT￿OFF; :INP:LEV:AUTO￿OFF; :DISP:ENAB￿OFF; :INT:FORM￿PACK; :SENS:ACQ:RES￿LOW; :FORM:TINF￿OFF; :TRIG:COUNT￿6143; :STAT:OPER:ENAB￿0; :ARM:STA:LAY2:SOUR￿IMM"

SEND*DMC￿‘SlowFreq’, “:ACQ:APER￿200 ms; :AVER:STAT￿ON; :INP:LEV:AUTO￿ON; :DISP:ENAB￿ON; :INT:FORM￿REAL; :SENS:ACQ:RES￿HIGH; :FORM:TINF￿ON; :TRIG:COUNT￿1; :STAT:OPER:ENAB￿1; :ARM:STA:LAY2:SOUR￿BUS"

Now you just have to send FASTFREQ to the counter to get high measurement speed for frequency measurements, and SLOWFREQ to return to normal measur- ing speed.

￿Note that these macros include all speed-increasing commands from the table on the previous page. Omit the ones you do not want to use in your application.

7-16 Speed Summary

Page 114
Image 114
Fluke PM6685R, PM6681R manual Single Speed Switch Command for PM6680B/85, Single Speed Switch Command for PM6681