Author Topic: Sigrok support for SCPI bench multimeters  (Read 2464 times)

0 Members and 1 Guest are viewing this topic.

Offline glarssonTopic starter

  • Frequent Contributor
  • **
  • Posts: 814
  • Country: se
Sigrok support for SCPI bench multimeters
« on: October 23, 2017, 10:20:07 pm »
Had a look at Sigrok intending to use it for my Fluke 8846a but found no support for SCPI multimeters. Isn't bench multimeters with well documented protocols a prime candidate for software like Sigrok? What did I miss? Is it worth looking into writing a SCPI driver or is the lack of SCPI driver indicating some problem?
 

Offline hermit

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: us
Re: Sigrok support for SCPI bench multimeters
« Reply #1 on: October 23, 2017, 10:47:32 pm »
It's open source so feel free to write the driver.  There's no one sitting around just writing drivers that may not get used.  It is an ambitious project in its scope so lots of things on the to do list. 
 

Offline glarssonTopic starter

  • Frequent Contributor
  • **
  • Posts: 814
  • Country: se
Re: Sigrok support for SCPI bench multimeters
« Reply #2 on: October 23, 2017, 10:52:39 pm »
It's open source so feel free to write the driver.  There's no one sitting around just writing drivers that may not get used.  It is an ambitious project in its scope so lots of things on the to do list.
I know it is open source. I asked if it was worth looking into writing a driver or if the lack of driver indicated some problem, e.g. something in the driver API that currently prevents such a driver from being written.
 

Offline hermit

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: us
Re: Sigrok support for SCPI bench multimeters
« Reply #3 on: October 23, 2017, 11:31:44 pm »
Sadly their 'forum' is google hangout and it was atrocious so I never looked at it much further for information.  That could be part of it too.  I found it to unappealing to bother with.  (Hangout that is).  It seems to be one of those projects where people dedicated enough to wanting the software to work for them/their device will write the code.  Their developer page  but gives no hint of a mailing list or forum which would be the place to ask the question.  I just looked and can't even find the damned thing again.  Even Google didn't show it.
 

Offline abraxa

  • Frequent Contributor
  • **
  • Posts: 377
  • Country: de
  • Sigrok associate
Re: Sigrok support for SCPI bench multimeters
« Reply #4 on: October 24, 2017, 06:01:56 am »
Quote
What did I miss? Is it worth looking into writing a SCPI driver or is the lack of SCPI driver indicating some problem?

No problem there at all and in fact, we do at least have one multimeter driver that uses SCPI:
https://sigrok.org/wiki/HP_3457A
https://sigrok.org/gitweb/?p=libsigrok.git;a=tree;f=src/hardware/hp-3457a

You could certainly use that as a foundation if you do want to write a driver for your fluke :)

Quote
Sadly their 'forum' is google hangout and it was atrocious so I never looked at it much further for information.
Hmm, google hangout? Do you mean google+ by chance?

Our main means of communication is IRC and for anything forum-like we have the mailing list and google+ (all linked to at the bottom of sigrok.org). The thing about sigrok is that we have a lot more users asking for support than we have devs who can give it. We're fully aware that one of the reasons for this is that the docs need improvement, so I'll work on PV docs soon. However, it's still going to be an uphill battle, so in the meanwhile I can recommend hopping on IRC for the best way of getting help :)
 

Offline Fraser

  • Super Contributor
  • ***
  • Posts: 13148
  • Country: gb
Re: Sigrok support for SCPI bench multimeters
« Reply #5 on: October 24, 2017, 10:49:35 am »
Ooooops, has this topic accidentally ended up in the wrong sub forum by any chance ? It is appearing under thermal imaging.

It may get more helpful attention in the test equipment forum ?

Fraser
« Last Edit: October 24, 2017, 11:22:17 am by Fraser »
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline glarssonTopic starter

  • Frequent Contributor
  • **
  • Posts: 814
  • Country: se
Re: Sigrok support for SCPI bench multimeters
« Reply #6 on: October 24, 2017, 11:09:52 am »
I thought I posted in the test equipment forum. Weird.
Can the thread be moved?
 

Offline Fraser

  • Super Contributor
  • ***
  • Posts: 13148
  • Country: gb
Re: Sigrok support for SCPI bench multimeters
« Reply #7 on: October 24, 2017, 11:21:30 am »
I just asked for this thread to be moved for you. Hopefully you will get more comments in that sub forum :)

Fraser
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline glarssonTopic starter

  • Frequent Contributor
  • **
  • Posts: 814
  • Country: se
Re: Sigrok support for SCPI bench multimeters
« Reply #8 on: October 24, 2017, 11:56:35 am »
Thank you.
 

Offline BloodyCactus

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: us
    • Kråketær
Re: Sigrok support for SCPI bench multimeters
« Reply #9 on: October 24, 2017, 12:42:25 pm »
Had a look at Sigrok intending to use it for my Fluke 8846a but found no support for SCPI multimeters. Isn't bench multimeters with well documented protocols a prime candidate for software like Sigrok? What did I miss? Is it worth looking into writing a SCPI driver or is the lack of SCPI driver indicating some problem?

I know sigrok has an scpi base layer transport driver, you'd just have to write a8846  driver to send the correct commands over its scpi layer. should be quite simple.
-- Aussie living in the USA --
 

Offline hermit

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: us
Re: Sigrok support for SCPI bench multimeters
« Reply #10 on: October 24, 2017, 02:08:05 pm »

Quote
Sadly their 'forum' is google hangout and it was atrocious so I never looked at it much further for information.
Hmm, google hangout? Do you mean google+ by chance?
Yeah.  I  just went there again.  No organization.  No titles.  Just a flat listing of posts.   You'd have to read through every article to see if what you're looking for is already posted.  But to be real honest here, I really wasn't trying to contribute anything of value as much as bump the thread a bit so it didn't die.  It was already back on page three of my "Show unread posts since last visit." list with no replies.
 

Offline abraxa

  • Frequent Contributor
  • **
  • Posts: 377
  • Country: de
  • Sigrok associate
Re: Sigrok support for SCPI bench multimeters
« Reply #11 on: October 24, 2017, 05:37:20 pm »

Quote
Sadly their 'forum' is google hangout and it was atrocious so I never looked at it much further for information.
Hmm, google hangout? Do you mean google+ by chance?
Yeah.  I  just went there again.  No organization.  No titles.  Just a flat listing of posts.   You'd have to read through every article to see if what you're looking for is already posted.  But to be real honest here, I really wasn't trying to contribute anything of value as much as bump the thread a bit so it didn't die.  It was already back on page three of my "Show unread posts since last visit." list with no replies.

It's all good :)
And yeah, google+ really is more like a facebook news feed in that sense. For us, it feels more like a support hotline at times, lol. We just have it because of social networks and visibility.
 

Offline glarssonTopic starter

  • Frequent Contributor
  • **
  • Posts: 814
  • Country: se
Re: Sigrok support for SCPI bench multimeters
« Reply #12 on: October 25, 2017, 09:13:37 pm »
No problem there at all and in fact, we do at least have one multimeter driver that uses SCPI:
https://sigrok.org/wiki/HP_3457A
https://sigrok.org/gitweb/?p=libsigrok.git;a=tree;f=src/hardware/hp-3457a

You could certainly use that as a foundation if you do want to write a driver for your fluke :)
I will have a look at it. Unfortunately it will not have the highest priority.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf