Author Topic: New Keithley DMM6500 and now DAQ6510  (Read 532205 times)

0 Members and 122 Guests are viewing this topic.

Online KungFuJosh

  • Super Contributor
  • ***
  • Posts: 8132
  • Country: us
  • TEAS is real.
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1825 on: August 20, 2026, 07:34:42 pm »
I never suggested trying AI. ;)
"Experience is something you don't get until just after you need it." - Steven Wright
Best Continuity Tester Ever
 

Offline Salient666

  • Regular Contributor
  • *
  • Posts: 226
  • Country: nl
  • Ohm Sweet Ohm
    • Wavetable.nl
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1826 on: August 20, 2026, 07:51:18 pm »
Well,
I'm a noob with this stuff still, and just that like created an error that there was no trigger model loaded.
Then I asked AI how to deal with that.... Needless to say I tried a hundred combinations, sometimes with 10 lines of 'code' but nothing worked in the end.
And don't count the times that Gemini (in this case) told me "you are right, your meter doesn't understand the command <command> . Here is the correct command <new command>... which didn't work either of course :)
Buying 6-1/2 digit bench multimeters just to check if a regular nine-volt battery is still alive.
 

Online KungFuJosh

  • Super Contributor
  • ***
  • Posts: 8132
  • Country: us
  • TEAS is real.
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1827 on: August 21, 2026, 01:17:53 am »
AI is so helpful sometimes.  :-DD
"Experience is something you don't get until just after you need it." - Steven Wright
Best Continuity Tester Ever
 

Online KungFuJosh

  • Super Contributor
  • ***
  • Posts: 8132
  • Country: us
  • TEAS is real.
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1828 on: August 21, 2026, 01:19:45 am »
BTW- a Keithley rep got back to me. They loaded my save states as autoexecs and they all worked for them without trigger issues (1, 2, 5, 10 NPLC).  |O

I asked them to increase the sample count and see if that changes anything. I think that's the only thing I did differently before it stopped working correctly.
"Experience is something you don't get until just after you need it." - Steven Wright
Best Continuity Tester Ever
 
The following users thanked this post: Salient666

Online KungFuJosh

  • Super Contributor
  • ***
  • Posts: 8132
  • Country: us
  • TEAS is real.
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1829 on: August 21, 2026, 03:35:59 pm »
From a Keithley rep:
Code: [Select]
trigger.continuous = trigger.CONT_AUTO
That will fix the problem. Well, it did for me anyway. ;)

Thanks,
Josh
"Experience is something you don't get until just after you need it." - Steven Wright
Best Continuity Tester Ever
 
The following users thanked this post: Hydron, Salient666

Offline Salient666

  • Regular Contributor
  • *
  • Posts: 226
  • Country: nl
  • Ohm Sweet Ohm
    • Wavetable.nl
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1830 on: August 21, 2026, 05:36:58 pm »
Yup, works on mine too! Thanks! Now I can finally start this thing up normally with NPLC10 as the default.
Buying 6-1/2 digit bench multimeters just to check if a regular nine-volt battery is still alive.
 
The following users thanked this post: KungFuJosh

Offline Salient666

  • Regular Contributor
  • *
  • Posts: 226
  • Country: nl
  • Ohm Sweet Ohm
    • Wavetable.nl
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1831 on: August 21, 2026, 08:03:43 pm »
This is now my startup script:


--Auto created configuration script
--Wed Aug 19 13:27:29 2026
--Model: DMM6500
--Firmware Version: 1.7.18a

reset()

-- set up DMM
-- inactive functions
dmm.measure.configlist.set("active", 1, dmm.FUNC_DC_CURRENT, dmm.ATTR_MEAS_RANGE, 1e-05, dmm.ATTR_MEAS_NPLC, 10, dmm.ATTR_MEAS_APERTURE, 0.2)
dmm.measure.configlist.set("active", 1, dmm.FUNC_RESISTANCE, dmm.ATTR_MEAS_RANGE, 1e+08, dmm.ATTR_MEAS_NPLC, 10, dmm.ATTR_MEAS_APERTURE, 0.2)
dmm.measure.configlist.set("active", 1, dmm.FUNC_4W_RESISTANCE, dmm.ATTR_MEAS_RANGE, 1e+08, dmm.ATTR_MEAS_NPLC, 10, dmm.ATTR_MEAS_APERTURE, 0.2)
dmm.measure.configlist.set("active", 1, dmm.FUNC_CAPACITANCE, dmm.ATTR_MEAS_RANGE, 1e-09)
dmm.measure.configlist.set("active", 1, dmm.FUNC_DCV_RATIO, dmm.ATTR_MEAS_RANGE, 10, dmm.ATTR_MEAS_NPLC, 10, dmm.ATTR_MEAS_APERTURE, 0.2)

-- active default measure function
dmm.measure.range = 0.1
dmm.measure.autorange = dmm.ON
dmm.measure.nplc = 10
dmm.measure.aperture = 0.2

-- set up reading buffers

-- set up channel settings for all slots

-- set up Scan

-- set up trigger model
trigger.continuous = trigger.CONT_AUTO
Buying 6-1/2 digit bench multimeters just to check if a regular nine-volt battery is still alive.
 

Offline Hydron

  • Super Contributor
  • ***
  • Posts: 1590
  • Country: gb
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1832 on: August 21, 2026, 08:46:39 pm »
Is NPLC = 10 the best startup option? IIRC the manual say that lowest noise is at about 5 NPLC. Others may know better though!
 

Online KungFuJosh

  • Super Contributor
  • ***
  • Posts: 8132
  • Country: us
  • TEAS is real.
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1833 on: August 21, 2026, 11:13:23 pm »
Is NPLC = 10 the best startup option? IIRC the manual say that lowest noise is at about 5 NPLC. Others may know better though!

That's what they say. 10 NPLC was lower noise for me, but go ahead and test yourself and see what you think looks the best. ;)
"Experience is something you don't get until just after you need it." - Steven Wright
Best Continuity Tester Ever
 

Offline Salient666

  • Regular Contributor
  • *
  • Posts: 226
  • Country: nl
  • Ohm Sweet Ohm
    • Wavetable.nl
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1834 on: August 22, 2026, 08:35:25 am »
For my convenience (preference) I also added the following line so the default bottom half are the settings instead of the function selection at startup.

display.changescreen(display.SCREEN_SETTINGS_SWIPE)
Buying 6-1/2 digit bench multimeters just to check if a regular nine-volt battery is still alive.
 
The following users thanked this post: Mickle T., exe, KungFuJosh

Online KungFuJosh

  • Super Contributor
  • ***
  • Posts: 8132
  • Country: us
  • TEAS is real.
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1835 on: August 22, 2026, 08:01:59 pm »
I made a range buzzer script. You can set the upper and lower limits, and the meter will only buzz within that resistance range.

Make sure upper is higher than lower, and lower is lower than higher. ;)

I made different versions for different ranges, but they all worked well, so I skipped the lower ranges. This works for me from 0 to 1MΩ.

Thanks,
Josh
"Experience is something you don't get until just after you need it." - Steven Wright
Best Continuity Tester Ever
 
The following users thanked this post: Mickle T., Salient666

Offline ian.ameline

  • Regular Contributor
  • *
  • Posts: 101
  • Country: ca
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1836 on: August 23, 2026, 10:04:01 pm »
I wonder if we should open a new discussion thread here for TSP applications in general - they apply to more than just the instrument this thread is meant for - there is the 7.5 digit meter, and some SMUs too. They all run TSP applications.

My serial decoder is virtually finished - at https://github.com/ameline-design/dmm6500-serial-decode
I'm going to finish off my "spectrum analyser" app while I'm on vacation in September.

I'd appreciate it if anyone with a daq6510 or a DMM7510 could try it out and se if it runs and even decodes some serial activity - that woud be awesome! Thanks!

-- Ian


« Last Edit: August 24, 2026, 01:03:04 am by ian.ameline »
 
The following users thanked this post: KungFuJosh

Online KungFuJosh

  • Super Contributor
  • ***
  • Posts: 8132
  • Country: us
  • TEAS is real.
Re: New Keithley DMM6500 and now DAQ6510
« Reply #1837 on: August 23, 2026, 10:14:43 pm »
That's a good idea. I'll start a thread for it, and include a few scripts in the op.

ETA: Here's the thread: https://www.eevblog.com/forum/testgear/tsp-and-lua-scripts-for-modern-keithley-dmms-smus-etc/
« Last Edit: August 23, 2026, 10:26:19 pm by KungFuJosh »
"Experience is something you don't get until just after you need it." - Steven Wright
Best Continuity Tester Ever
 
The following users thanked this post: ian.ameline, Detlev


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf