Random Ramblings on LabVIEW Design

Community Browser
Labels
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: There should be NO barrier to using LabVIEW in Academia!

swatts
Active Participant

What-ho My Lovelies,

I have been writing, just not here...

But what trouble have I been making I hear no-one ask... Well I will tell you..

 

I have been focusing my efforts on creating low-cost drivers using Derricks wonderful RP Pico firmware. I'm now at a stage where they can be used.

 

But why put all this effort in??

 

Well, I have been mulling the very question, I knew in my heart that there was a benefit to this work, putting that into a sensible sentence is a little bit more difficult.

 

The start of the journey was a meeting I had with NI at the start of the NI finding themselves again. In it a very senior (in job, not age) NI person exclaimed "There should be NO barrier to using LabVIEW in Academia!". She was right, very very right... So that then led me to think about what barriers there were. 

 

NI have done a good job on licensing Community Edition, but are very focussed on their incumbent educational hardware offerings and that brings a problem. A problem I call ...

 

The LabVIEW Hardware Price Gap

 

Students do not have the budget for expensive hardware in their engineering projects so they reach for cheap microcontroller hardware to solve their engineering problems, LabVIEW is not well represented in this area. To program this hardware students tend to use C and Python.

 

This was only my theory based on one observation at Southampton University. When I presented this to CSLUG an attendee confirmed his experience and I paraphrase...


“at my University the hardware budget was £80 per student per project…. There was an Arduino course and a LabVIEW course, LabVIEW was not used for any projects...”

 

How CTI Fixes this....

 

LabVIEW Community Edition and Linux

If you follow me in any way you will be aware that I'm very enthused about Linux and LabVIEW and have been investigating lots of cheap Single Board Computers. Most noticeably the Raxda X4 with a custom Grove board of my own design.

 

RP Pico VISA Firmware

Derrick Bommarito has provided us with some lovely firmware that allows us to talk to a Pico through VISA. Every time you see him you should buy him a drink or an ice-cream!

 

A Pico with a Grove shield offers 6 Digital GPIOS, 3 Analog GPIOs, 2 I2C connectors, 2 UARTs and 1 SPI. The I2C functionality allows all sorts of hardware to be controlled. The price of this is less the $10.

Grove ShieldGrove Shield

 

Community Hardware Drivers

Derrick Bommarito has also gifted us a load of drivers and a template for driver design that really maximises the usefulness of the lil Pico. I have been busy adding hardware drivers to this repository.

 

https://github.com/LabVIEWCommunityTraining/cti-drivers-lv-visa

 

CTI Website

Olivier Jourdan has made the creation of material wonderfully easy, and I have been creating material!

 

Webpage.png

 

 

Currently the automatically produced PDF is over 55 pages... I have lots more drivers to make, come join me, it's fun!

 

And what of the future.. I want to make driver packs for Academia and Robotics.. I want to do a similar set of documents for John Medland's OpenCV driver set.

 

We have a Discord server here

 

I'm planning on being in Fort Worth for NI Connect and manning the community stand and doing a bit of Academia speaking with Casey Lamers. If I can get them in I will have demos..

Hope to see you there.

 

Steve


Opportunity to learn from experienced developers / entrepeneurs (Fab,Joerg and Brian amongst them):
DSH Pragmatic Software Development Workshop


Random Ramblings Index
My Profile

Comments
Bob_Schor
Knight of NI

I'm now back in Academia (an eight-year "detour" to follow my wife to the NIH, where I was part of the Section on Instrumentation, building devices for investigators using LabVIEW for control and data processing).  I was able to purchase (when they were introduced) both a myDAQ and a myRIO (which I still have) at reasonable "academic" pricing, but I believe these are currently no longer available and are also no longer supported by current versions of LabVIEW that are compatible with Windows 11.

 

I recall attending "Academic Day" in the 20-teens that featured courses (largely presented by Europeans) that made excellent use of these "student" versions of NI Hardware, which were certainly "student-affordable".  But I think Steve is correct in saying the current hardware offerings from NI might be a few orders of magnitude beyond a student budget, so no more "Learn 10 Functions in NI DAQmx and Handle 80% of your Data Acquisition Applications", but "Learn How to Program a Pico".

 

Bob Schor

swatts
Active Participant

I think that a DAQmx like driver set was on Derricks LONG list of things to do..

I think it would be smart of NI to think about that...

 

(and he can correct me if I'm wrong)

Steve


Opportunity to learn from experienced developers / entrepeneurs (Fab,Joerg and Brian amongst them):
DSH Pragmatic Software Development Workshop


Random Ramblings Index
My Profile