Author Topic: OpenLab Standard  (Read 17845 times)

0 Members and 1 Guest are viewing this topic.

Offline MARSHALBSBTopic starter

  • Contributor
  • Posts: 17
OpenLab Standard
« on: July 12, 2014, 06:56:49 pm »
First of all, hello to everyone,

I noticed a lot of OSH project at the forum.


So, what you think about we initiate a Open Source Lab project, initially with desired specification and functions of the all basics equipments for a regular lab (that would be like a pool of ideas), with specifications, functions, interface, usability, etc...

 My first idea is that each device can be accessed by pc (using usb for instance) with built in hub, that allow to connect another device in cascade...
« Last Edit: July 12, 2014, 07:20:47 pm by MARSHALBSB »
 

Offline bwat

  • Frequent Contributor
  • **
  • Posts: 278
  • Country: se
    • My website
Re: OpenLab Standard
« Reply #1 on: July 12, 2014, 07:28:48 pm »
First one: Maybe, we may not get a product immediately. And that's OK. What's more important is the continuous idea improve till the day that the end product will be as well designed, precise and cheap as a commercial version....
Some points that immediately spring to mind:
1) Is it a good idea to get talented people to work on already solved problems. Why have them emulate existing products? Would mankind not be better served if the talent worked on new products?

2) Spending money on products that cost more than the commercial version is a waste of resources. The difference could have been spent on something useful. The more people that do this, the greater the waste.


"Who said that you should improve programming skills only at the workplace? Is the workplace even suitable for cultural improvement of any kind?" - Christophe Thibaut

"People who are really serious about software should make their own hardware." - Alan Kay
 

Offline MARSHALBSBTopic starter

  • Contributor
  • Posts: 17
Re: OpenLab Standard
« Reply #2 on: July 12, 2014, 07:40:23 pm »
First of all, sorry that I changed the original text, so your quote get lost...

Yes, the point that you bring are very true...
Which make me improve the idea to, not to make people work in already solved problems, but, to get the existing solutions and improve it in order to create a better solution...
 

Offline Bored@Work

  • Super Contributor
  • ***
  • Posts: 3932
  • Country: 00
Re: OpenLab Standard
« Reply #3 on: July 12, 2014, 08:20:58 pm »
Since years, every half a year or so someone like you comes up here with such or a similar suggestion.

"Hey, lets build a XYZ. I have this great idea. Wouldn't it be great if ... bla, bla bla".

All such initiatives quickly die. Because, what these people really mean is

"I have this great idea, I have no clue how to do it, but all I need is a bunch of idiots doing the hard work for me.".

Well, you are about to learn is that your ideas aren't really new, ideas are cheap, and the real trick is in the ability to execute. Do you have the ability?

My first idea is that each device can be accessed by pc (using usb for instance) with built in hub, that allow to connect another device in cascade...
Ok, and what are YOU going to do to make that real?

And by the way, if you manage to pull that off, don't expect a revolution happening. Seven years ago a German computer magazine published a modular DIY lab system, of course computer controlled. It is hardly known.
I delete PMs unread. If you have something to say, say it in public.
For all else: Profile->[Modify Profile]Buddies/Ignore List->Edit Ignore List
 

Offline Fsck

  • Super Contributor
  • ***
  • Posts: 1157
  • Country: ca
  • sleep deprived
Re: OpenLab Standard
« Reply #4 on: July 12, 2014, 08:31:37 pm »
My first idea is that each device can be accessed by pc (using usb for instance) with built in hub, that allow to connect another device in cascade...

this already exists in two forms:
1) GPIB chains
2) Ethernet -> switch -> test equipment
"This is a one line proof...if we start sufficiently far to the left."
 

Offline mrflibble

  • Super Contributor
  • ***
  • Posts: 2051
  • Country: nl
Re: OpenLab Standard
« Reply #5 on: July 12, 2014, 08:54:57 pm »
My first idea is that each device can be accessed by pc (using usb for instance) with built in hub, that allow to connect another device in cascade...

this already exists in two forms:
1) GPIB chains
2) Ethernet -> switch -> test equipment

Indeed. And if you want to actually make something ... you could for example contribute to this one:

https://www.eevblog.com/forum/testgear/python-based-instrument-control/

That's already a pretty good starting point, based on existing standards.

google terms du jour: GPIB, LXI, SCPI.
 

Offline MARSHALBSBTopic starter

  • Contributor
  • Posts: 17
Re: OpenLab Standard
« Reply #6 on: July 12, 2014, 09:27:53 pm »
ok Guys...thanks a lot for the replies ... I'll check that and see how that apply to my idea... ;)
 

Offline nikodemus

  • Newbie
  • Posts: 7
Re: OpenLab Standard
« Reply #7 on: July 22, 2014, 07:09:22 pm »
Seven years ago a German computer magazine published a modular DIY lab system, of course computer controlled.
Do you remember the name of the magazine, and issue number? (Or even better, have a link handy?)
 

Offline BjoernS

  • Newbie
  • Posts: 1
Re: OpenLab Standard
« Reply #8 on: August 21, 2014, 10:50:22 am »
The magazine was "c't", the project is named "c't lab".
Link:
http://www.heise.de/ct/projekte/machmit/ctlab/wiki
 

Offline charlespax

  • Regular Contributor
  • *
  • Posts: 191
  • Country: us
    • Pax Instruments
Re: OpenLab Standard
« Reply #9 on: August 26, 2014, 02:10:14 am »
I've seen several threads discussing instrument control. What are some use cases? I'm starting an open source instrument company and I'd love to learn more.
 

Offline Michael Rempel

  • Contributor
  • Posts: 14
Re: OpenLab Standard
« Reply #10 on: August 29, 2014, 08:07:42 pm »
There already is an instrument standard. IVI.

http://ivifoundation.org/resources/default.aspx

Most of the instrument companies try to make stuff compliant to some extent, but the differentiation of hardware creates deviations from the standard. And the standards body has created protocol docs in 3 flavors so far. They obviously dont have a strong software architect on the team because there is a lot of flavor of the month style to the code, with a lot of different interfaces to muck through. If I was picking one to focus on it would be IVI-COM but that limits you to Winderz. It is also pretty simple to talk to. But once you are past the most basic stuff, you will need to talk to the device driver for each instrument anyway. IVI provides some guidance to keep stupid down to a minimum but I dont call it an inter-operable standard. That said you can read a billion lines of standards docs to figure out an open standard that is similar.
If I was writing yet another device driver (oh it can be painful) and it was for open sourceable stuff, I would join IVI and make it translate to that standard for sure. $700 US per year. http://ivifoundation.org/resources/default.aspx
If someone is interested my fees are quite reasonable and I AM a software architect so you wont get crapped on with the usual opensource mega hack. Drop me a line. The next IVI device driver training course is in San Diego. Would I go at your expense? You bet! I love SD. Lived there for a few years and would love to spend a few extra days visiting old friends.
 

Offline suckiden

  • Newbie
  • Posts: 4
Re: OpenLab Standard
« Reply #11 on: October 03, 2014, 07:36:40 am »
any news on the OpenLab?
 

Offline the_memristor

  • Newbie
  • Posts: 7
  • Country: de
Re: OpenLab Standard
« Reply #12 on: October 23, 2014, 06:30:48 am »
The magazine was "c't", the project is named "c't lab".
Link:
http://www.heise.de/ct/projekte/machmit/ctlab/wiki
Thanks BjoernS for the link, it helped me a lot setting up my lab[emoji2]
« Last Edit: October 23, 2014, 06:32:38 am by the_memristor »
 

Offline awallin

  • Frequent Contributor
  • **
  • Posts: 694
Re: OpenLab Standard
« Reply #13 on: October 23, 2014, 07:29:44 am »
There already is an instrument standard. IVI.

http://ivifoundation.org/resources/default.aspx

...

If I was writing yet another device driver (oh it can be painful) and it was for open sourceable stuff, I would join IVI and make it translate to that standard for sure. $700 US per year. http://ivifoundation.org/resources/default.aspx

what about LXI over ethernet. Are there licensing fees for that too?
Someone needs to write a simple C/C++ library that is portable to all the MCUs people are using and uses standard Ethernet with IVI/LXI/some-standard for communication - that would be a step forward IMO. It needs to be a standard where the library-writer, developer, and user are not required to pay licensing fees or where the standards-document costs money to read.
 

Offline suckiden

  • Newbie
  • Posts: 4
Re: OpenLab Standard
« Reply #14 on: October 29, 2014, 06:34:23 pm »
for me it doesn't sound like you have to pay any fees. The specification is online on their homepage and what I also found:
Quote
The LXI Consortium is a not-for-profit corporation initially established by Keysight Technologies (formerly Agilent Technologies Electronic Measurement Group) and VTI Instruments (formerly called VXI Technology). Its primary purpose is to promote the development and adoption of the LXI Standard, an open, accessible standard identifying specifications and solutions relating to the functional test, measurement and data acquisition industry.

What I really like is the aim of connecting hardware (test equipment) with software (web interface). In this way you can keep the hardware costs at a minimum because displays, buttons or knobs are not absolutely necessary.
 

Offline alex.forencich

  • Frequent Contributor
  • **
  • Posts: 397
  • Country: us
    • Alex Forencich
Re: OpenLab Standard
« Reply #15 on: October 31, 2014, 02:40:08 am »
For devices: https://github.com/j123b567/scpi-parser

For control: https://github.com/python-ivi/

In terms of VXI-11 (LXI) support, it's just an RPC server.  The RPC protocol is rather old, but I am not aware of any licensing restrictions.  The VXI-11 standards can be downloaded online and it's not terribly difficult to implement. Putting that on a microcontroller may be a bit of a stretch, though. 
Python-based instrument control: Python IVI, Python VXI-11, Python USBTMC
 

Offline mrflibble

  • Super Contributor
  • ***
  • Posts: 2051
  • Country: nl
Re: OpenLab Standard
« Reply #16 on: October 31, 2014, 04:46:27 am »
For devices: https://github.com/j123b567/scpi-parser
Yup, I can confirm that one.  :-+ I use it with some minor patches + chibios on stm32 to give diy projects scpi capabilities. It does gobble up a reasonable amount of stack though, so the thread handling the incoming scpi commands does tend to have the largest stack. It's not super light weight, but quite acceptable (thread stack size 1 - 2 kB I recall). That could probably be reduced, but would take some more rewriting effort which of course never happens because 1) lazy and 2) next project. All that to say that it's the best free scpi parser I know that runs on a reasonable size mcu.

Quote
For control: https://github.com/python-ivi/
And another thumb up, also use that one.  ;D
 

Offline sarp

  • Newbie
  • Posts: 2
  • Country: tr
Re: OpenLab Standard
« Reply #17 on: April 03, 2020, 06:43:25 pm »
Dear Sir,

I am planning to implement a VXI-11 server on my STM32H7 dev-kit to make the kit usable as a testing instrument.
I've found a project that already and thankfully someone had done it https://github.com/bankrasrg/colortestkitmeter

But, it is implemented for arduino using C++.

My aim is to implement/convert it to C99 using LwIP and FreeRTOS.

May I ask if you've achieved your goal on implementing/arising a VXI-11 server on STM32?

Kind Regards
Sarp
 

Offline DrG

  • Super Contributor
  • ***
  • !
  • Posts: 1199
  • Country: us
Re: OpenLab Standard
« Reply #18 on: April 03, 2020, 07:32:11 pm »
There is the OpenBehavior effort http://openbehavior.com/ which is concentrated on Behavioral Neuroscience laboratory apparatuses.

There was also a hackchat on the OpenBehavior effort recently. Transcript links are:

https://hackaday.io/event/169511-open-source-neuroscience-hardware-hack-chat/log/174068-hack-chat-transcript-part-1
https://hackaday.io/event/169511-open-source-neuroscience-hardware-hack-chat/log/174069-hack-chat-transcript-part-2
« Last Edit: April 03, 2020, 08:23:37 pm by DrG »
- Invest in science - it pays big dividends. -
 

Offline wizard69

  • Super Contributor
  • ***
  • Posts: 1184
  • Country: us
Re: OpenLab Standard
« Reply #19 on: April 12, 2020, 07:52:08 pm »
This thread makes me wonder if Marshalbsb's original effort died?    I like the idea of open hardware and frankly USB control of that hardware.   The problem is puling it off without the capital to back development.
 

Offline mrflibble

  • Super Contributor
  • ***
  • Posts: 2051
  • Country: nl
Re: OpenLab Standard
« Reply #20 on: April 13, 2020, 03:15:28 pm »
This thread makes me wonder if Marshalbsb's original effort died?
Well, 16 posts total. You decide.
Quote
I like the idea of open hardware and frankly USB control of that hardware.   The problem is puling it off without the capital to back development.
The problem is OpinionSourcedHardware. Projects that start with an open invitation for spects, where everyone gets a say in said specs ... well, they tend to die quietly long before anything gets made.

That sort of project stands a far better chance if it is just one guy who just starts out with a personal project, and does the initial work. Then at some point, when there is something sorta-usable, he shows off the advantages of project XYZ and opens it up for people to join. And doesn't have to be just one person. I'd say 3 max at the initial stage. Anything more will get to be too much noise real fast.

Incidentally, a project dying somewhere along the spec stage doesn't have to be a total loss. Post mortem extraction of the good ideas and then using that as inspiration for your project XYZ can be useful.

And to keep it on topic, why invent a new "standard" when there's already things like USBTMC and LXI? Why not use existing specs, write an open sourced implementation, and plonk it on github?
 

Offline wizard69

  • Super Contributor
  • ***
  • Posts: 1184
  • Country: us
Re: OpenLab Standard
« Reply #21 on: June 20, 2020, 02:59:15 am »
This thread makes me wonder if Marshalbsb's original effort died?
Well, 16 posts total. You decide.
Quote
I like the idea of open hardware and frankly USB control of that hardware.   The problem is puling it off without the capital to back development.
The problem is OpinionSourcedHardware. Projects that start with an open invitation for spects, where everyone gets a say in said specs ... well, they tend to die quietly long before anything gets made.
After reading through a second tie I did get the feeling that it was a "can you guys do this for me type of request".   Like open source software there has to be somebody driving the software with a vision.
Quote
That sort of project stands a far better chance if it is just one guy who just starts out with a personal project, and does the initial work. Then at some point, when there is something sorta-usable, he shows off the advantages of project XYZ and opens it up for people to join. And doesn't have to be just one person. I'd say 3 max at the initial stage. Anything more will get to be too much noise real fast.

Incidentally, a project dying somewhere along the spec stage doesn't have to be a total loss. Post mortem extraction of the good ideas and then using that as inspiration for your project XYZ can be useful.

And to keep it on topic, why invent a new "standard" when there's already things like USBTMC and LXI? Why not use existing specs, write an open sourced implementation, and plonk it on github?
 

Offline prasimix

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: OpenLab Standard
« Reply #22 on: June 29, 2020, 04:12:46 pm »
The problem is OpinionSourcedHardware. Projects that start with an open invitation for spects, where everyone gets a say in said specs ... well, they tend to die quietly long before anything gets made.

That sort of project stands a far better chance if it is just one guy who just starts out with a personal project, and does the initial work. Then at some point, when there is something sorta-usable, he shows off the advantages of project XYZ and opens it up for people to join. And doesn't have to be just one person. I'd say 3 max at the initial stage. Anything more will get to be too much noise real fast.

Incidentally, a project dying somewhere along the spec stage doesn't have to be a total loss. Post mortem extraction of the good ideas and then using that as inspiration for your project XYZ can be useful.

And to keep it on topic, why invent a new "standard" when there's already things like USBTMC and LXI? Why not use existing specs, write an open sourced implementation, and plonk it on github?

@mrflibble, you're are right at the point. I've started some time ago DIB "initiative" that is in line with OpenLab discussed here. It went nowhere because of too many opinions, musical wishes, wishful thinking with the occasional trolling :).

But, I've continue working on that idea and first realization is DIB specification described here, and first project based on it is EEZ BB3 (Bench Box 3) discussed here (GitHub).
There were a lot of dead ends (XMOS as MCU, my own AC/DC power pre-regulator aka CF-DIC), but something was learned along the way and what came up was rewarded through a crowdfunding campaign. The first module created is a DC power module (DCP405), a continuation of the EEZ H24005 project, the second is a two-channel auxiliary DC power module (DCM220) and three new modules are currently being worked on: MIO168 (mixed signal I/O, data-logger), SMX46 4 x 6 switch matrix) and PREL6 (6 x power relay).

Everything is open source, comes with heavy support for SCPI (over 400 commands so far), supports MQTT, MicroPython and we have our multi-platform EEZ Studio for communication with SCPI instruments and for visual programming GUI for local touch screen!

Communication with PC is over USB or Ethernet. Ethernet will be used to communicate with other EEZ chassis (i.e. BB3 and new one without TFT display but with more slots).

Currently the "master" MCU is STM32F769 (I've H743 version ready for prototyping) running FreeRTOS, but we also working with ULX3S team that have a successful implementation of Lattice ECP5 FPGA for future more capable modules that will communicated with extended DIB, e.g. v2.0.

I will try to continue working on new modules, and I will be especially pleased to work with others who want to add new modules, already have an instrument but want to "weaponize" it with everything we have added so far through this project, etc.
 
The following users thanked this post: AlanS

Offline AlanS

  • Supporter
  • ****
  • Posts: 103
  • Country: au
Re: OpenLab Standard
« Reply #23 on: August 20, 2020, 10:46:28 pm »
I agree that someone has to own the project - because they want to. Someone needs to get it to the viable stage. Denis, Martin and co have got us a test frame (BB3) through a great deal of 'character developing' heartache. I can't see me helping much with development - my expertise is elsewhere. BUT I can afford to help fund the effort - and I can certainly use the tools that are being developed for my own products. That way we all benefit - the community gets the test equipment it needs, Denis and Martin get their good work funded and others use this as a platform for launching more ideas.
 
The following users thanked this post: prasimix


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf