home.social

#labview — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #labview, aggregated by home.social.

fetched live
  1. @alcea moooment. Ich habe mehrere Programmiersprachen gelernt, und gerade zum ansteuern von Geräten und zur Darstellung von aufgenommen Daten ist LabView aber sowas von viel einfacher als alles andere. Es eignet sich für ganz viele Dinge nicht so gut (und deshalb kann man zum Beispiel Matlab Code einbinden, statt den mit LabView zu programmieren), aber für die Dinge die es tun soll ist es super (und teuer).

    Es ist auch mega einfach zu lernen: Datenströme werden als Draht dargestellt, und jedes Kästchen ist eine Funktion, die mit Inputs (kommen von links) bestimmte Outputs (gehen rechts raus) erzeugt. Rahmen um irgendwas herum sind Strukturen wie Schleifen, cases, ...die die entsprechenden Code Blöcke unter Bedingungen ausführen. Das ist wirklich straightforward, wenn man nicht gerade einen chinesischen Screenshot nimmt.

    #LabView

  2. An #OpenSource, low-cost multinuclear #NMR #spectrometer operating in the mT field regime:

    -high spectral resolution
    -arbitrary #RF pulse programming
    -requires #LabVIEW
    -cost: k$ 20 (mainly PXI waveform generator & digitizer alone)
    -cost could be driven down by half using a home-built RF amplifier made with high-power operational amplifiers

    #NOpenAccess paper: doi.org/10.1016/j.jmr.2021.107
    #DIYbio #DIYchem #chemistry #analytics #ULF #spectroscopy

  3. An #OpenSource, low-cost multinuclear #NMR #spectrometer operating in the mT field regime:

    -high spectral resolution
    -arbitrary #RF pulse programming
    -requires #LabVIEW
    -cost: k$ 20 (mainly PXI waveform generator & digitizer alone)
    -cost could be driven down by half using a home-built RF amplifier made with high-power operational amplifiers

    #NOpenAccess paper: doi.org/10.1016/j.jmr.2021.107
    #DIYbio #DIYchem #chemistry #analytics #ULF #spectroscopy

  4. #cNMR: #OpenSource compact time-domain hydrogen (1H) #NMR system for field deployment:

    -based on a 0.5 T permanent magnet
    -emphasizes relaxation times rather than chemical shifts, enabling material property analysis without large magnets or complex spectral processing
    -requires #LabVIEW

    Paper: doi.org/10.1016/j.ohx.2025.e00
    GitHub: github.com/ARTS-Laboratory/Com
    #DIYbio #DIYchem #chemistry #lab #instruments

  5. #cNMR: #OpenSource compact time-domain hydrogen (1H) #NMR system for field deployment:

    -based on a 0.5 T permanent magnet
    -emphasizes relaxation times rather than chemical shifts, enabling material property analysis without large magnets or complex spectral processing
    -requires #LabVIEW

    Paper: doi.org/10.1016/j.ohx.2025.e00
    GitHub: github.com/ARTS-Laboratory/Com
    #DIYbio #DIYchem #chemistry #lab #instruments

  6. To this day I'm convinced that by far the best way to do concurrent programming with #threads (beyond graphical programming languages like #Labview, where concurrency is natural) is that used by #Tcl

    In other words each thread is created with its own sub-interpreter. Each has its own context, not shared. Information is passed by messaging (which the receiver receives in their own event loop). Channels moved (not shared) explicitly.

    This massively reduces race conditions and other nasties.

  7. To this day I'm convinced that by far the best way to do concurrent programming with #threads (beyond graphical programming languages like #Labview, where concurrency is natural) is that used by #Tcl

    In other words each thread is created with its own sub-interpreter. Each has its own context, not shared. Information is passed by messaging (which the receiver receives in their own event loop). Channels moved (not shared) explicitly.

    This massively reduces race conditions and other nasties.

  8. Why is everybody making a HyperCard cline, and nobody is making a LabVIEW clone? Not that I don’t love HyperCard, but LabVIEW is cool too.

    #LabVIEW #HyperCard #OpenSource

  9. Why is everybody making a HyperCard cline, and nobody is making a LabVIEW clone? Not that I don’t love HyperCard, but LabVIEW is cool too.

    #LabVIEW #HyperCard #OpenSource

  10. Виртуальная лаборатория робототехники или Как мы выбирали подходящее ПО

    Вступление Так получилось что мы группа студентов и преподавателей заинтересованных в создании имитационных виртуальных лабораторий, в которых студенты могут без особых углубленных знаний попробовать поуправлять квадрокоптером, конвейером или другими интересными моделями. Ведь не всегда есть возможность потренироваться на реальных физических лабораториях. Нужны: место (деньги), оборудование (деньги) и время (тоже деньги). Следовательно придется смотреть в сторону виртуальных моделей. Мы искали удобную среду для создания таких моделей и вот до чего дошли (обозреваем ниже). Немного истории : факультет электромеханики (ныне переименован в Мехатроники и Автоматизации) НГТУ создавался в 50-х, чтобы готовить специалистов по разработке и производству электродвигателей, электрогенераторов e.t.c. Позднее факультет оброс кафедрами смежных направлений а в конце 2020-х открыл направление Робототехники. Профиль ФГОС и 70% предметов оставили прежними. Как и педсостав. В результате получили выпускников которые: умеют подобрать двигатели для круглого квадрокоптера в вакууме (и не только подобрать, но и спроектировать с нуля или пересчитать/перемотать); умеют настроить регуляторы для этого пепелаца; знают как рассчитать мощность и КПД. А вот о том, как программировать автопилот — только «имеют представление». В принципе такая заточка имеет право на жизнь если разрабатывать не роботов-доставщиков, а промышленные роботизированные ячейки.

    habr.com/ru/articles/832812/

    #Matlab #coppeliasim #simintech #labview #gazebo #codesys

  11. Having moved from developing industrial measurement systems with #LabVIEW to #rustlang, @wiresmith found the tool ecosystem to be one of the major benefits.

    In this talk, he’ll run through the tools he's using to produce reliable & performant industrial measurement systems for clients. #MemorySafety #OxidizeConf

    Simply don’t miss this talk & get your tickets at oxidizeconf.com/

  12. Having moved from developing industrial measurement systems with #LabVIEW to #rustlang, @wiresmith found the tool ecosystem to be one of the major benefits.

    In this talk, he’ll run through the tools he's using to produce reliable & performant industrial measurement systems for clients. #MemorySafety #OxidizeConf

    Simply don’t miss this talk & get your tickets at oxidizeconf.com/

  13. As part of NI’s push for “#LabVIEW everywhere” in the mid 90s, the development environment was ported to a wide variety of platforms, including several video game consoles.

    These console versions were never officially released, though internal beta copies are rumored to exist.

  14. As part of NI’s push for “#LabVIEW everywhere” in the mid 90s, the development environment was ported to a wide variety of platforms, including several video game consoles.

    These console versions were never officially released, though internal beta copies are rumored to exist.

  15. @scarletfire I'm probably going to be yelled at by saying that I really like Labview. Used it to tune my experimental setup with the Alphatrack midi mixer. Thanks @ct_Magazin for a short product info in some article back in 2007 (I think..?). Ah the times....
    #labview #ct

    forums.ni.com/t5/LabVIEW/Tunin

    frontierdesign.com/Products/Al

  16. @scarletfire I'm probably going to be yelled at by saying that I really like Labview. Used it to tune my experimental setup with the Alphatrack midi mixer. Thanks @ct_Magazin for a short product info in some article back in 2007 (I think..?). Ah the times....
    #labview #ct

    forums.ni.com/t5/LabVIEW/Tunin

    frontierdesign.com/Products/Al

  17. Wow, NI(National Instruments) *really* raised their prices this year-- our quote for 7 licenses (5 full and 2 pro) of #LabVIEW went up by 60%?!?!

    Well, guess what? This will just cause us to ACCELERATE our conversion from LabVIEW to #Python even quicker. I guess the new owners (Emerson?) don't really care-- if anything, they probably have very little interest in LabVIEW in a smaller R&D setting...

  18. Wow, NI(National Instruments) *really* raised their prices this year-- our quote for 7 licenses (5 full and 2 pro) of #LabVIEW went up by 60%?!?!

    Well, guess what? This will just cause us to ACCELERATE our conversion from LabVIEW to #Python even quicker. I guess the new owners (Emerson?) don't really care-- if anything, they probably have very little interest in LabVIEW in a smaller R&D setting...

  19. LabVIEW Abandons Mac After Four Decades - When National Instruments (NI) released LabVIEW in 1986 it only targeted the Macin... - hackaday.com/2023/10/15/labvie #softwaredevelopment #machacks #labview #macos

  20. LabVIEW Abandons Mac After Four Decades - When National Instruments (NI) released LabVIEW in 1986 it only targeted the Macin... - hackaday.com/2023/10/15/labvie #softwaredevelopment #machacks #labview #macos

  21. RIP for Mac
    1986 - 2023

  22. I've just released a new open source library called G-Unicode!

    It has unicode replacements for string, file I/O, and user dialog VIs, plus unicode conversion, probes, QD shortcut constant editor, and lots of examples.

    Downloads + source:
    vipm.io/package/dataflow_g_lib
    github.com/dataflowg/g-unicode

  23. I've just released a new open source #LabVIEW library called G-Unicode!

    It has unicode replacements for string, file I/O, and user dialog VIs, plus unicode conversion, probes, QD shortcut constant editor, and lots of examples.

    Downloads + source:
    vipm.io/package/dataflow_g_lib
    github.com/dataflowg/g-unicode

  24. Testing out zoom in 2023 Q3, and it features some interesting font rendering choices.

  25. Testing out zoom in #LabVIEW 2023 Q3, and it features some interesting font rendering choices.

  26. Wow, looks like the next release of #LabVIEW will include the ability to zoom!

  27. Hi folks, I'm pleased to announce the G-Audio library for #LabVIEW has just received Microsoft Zune support!

    Now you can easily sync music to your favorite media player using your favorite programming language!