- Видео 47
- Просмотров 7 945
Illuminated G
Добавлен 16 дек 2020
This is not an official NI channel. This is a channel about aiding developers' success working in the NI ecosystem with a focus on LabVIEW development. At any moment videos may vanish from this channel and be move to the NI Content Hub channel ruclips.net/channel/UCnM9ivKmoPi4gX-L3DMN4aQ so make sure you're subscribed there as well!
In a past life I've worked for NI Alliance Partners on various LabVIEW and TestStand projects, mostly embedded control applications with CompactRIOs. Now I'm a Technical Support Engineer with NI. I'm still trying to find my place in the community and help people do cool stuff™ with LabVIEW and NI products, now with the capability of looking up more information. I also dabble with environments outside of LabVIEW and do a bit of web development and microcontroller development.
In a past life I've worked for NI Alliance Partners on various LabVIEW and TestStand projects, mostly embedded control applications with CompactRIOs. Now I'm a Technical Support Engineer with NI. I'm still trying to find my place in the community and help people do cool stuff™ with LabVIEW and NI products, now with the capability of looking up more information. I also dabble with environments outside of LabVIEW and do a bit of web development and microcontroller development.
Видео
ni.com product documentation insanely slow
Просмотров 2014 дней назад
ni.com product documentation insanely slow
Hermes rover Fusion 360 Timelapse
Просмотров 92Месяц назад
This morning I discovered the play button on the action timeline in F360.
Summer of LabVIEW 2024 - Word Search Submission Counts
Просмотров 1074 месяца назад
Animated bar chart race of the number of submissions different participants uploaded. This is just the submissions that resulted in valid scores with proper solutions. summeroflabview.com
Summer of LabVIEW 2024 - Word Search Score Bar Chart Race
Просмотров 1964 месяца назад
Animation showing the progression of scores throughout the first Summer of LabVIEW challenge of 2024 - Word Search. In this programming challenge, participants implemented logic to find random "words" in a grid as fast as possible. The scores are the run-time it took for their algorithm to run on an automated scoring system. summeroflabview.com
SoL 2024 Semi-auto Scoring for Word Search
Просмотров 704 месяца назад
Behind the scenes look at how I'm managing the scoring for SoL 2024's Word Search challenge until I fully automate it.
Summer of LabVIEW Word Search Introduction
Просмотров 3415 месяцев назад
Introducing the first public appearance of the Word Search challenge for Summer of LabVIEW 2024. You can grab the package at www.vipm.io/package/illuminatedg_lib_sol_wordsearch/
LabVIEW 2D scrollable grid with fully custom row and column headers
Просмотров 1136 месяцев назад
Yet more features for my IG OOPanel library! Now with the ability to link secondary scrollable panes to be able to provide fully custom row and/or column headers for the scrollable region. All of the event handling and panel update deferring gets linked for a smoother experience without the separate regions "ratcheting" against each other during slow updates. www.vipm.io/package/illuminatedg_li...
IG OOPanel - Custom 2D Scrollable Array Demo
Просмотров 1506 месяцев назад
In-progress demo of some additions coming to the IG OOPanel VIPM package.
FormulaG Introduction for Summer of LabVIEW 2024
Просмотров 4308 месяцев назад
Here's a quick introduction to this year's new Summer of LabVIEW competition. The package for this competition will be available in VIPM starting likely in May. I'll be talking about how I did the integration with the 3D game engine at this years GLA Summit at the end of March.
Touchpanel Control App Demo - Voicemeeter Audio Monitoring
Просмотров 549 месяцев назад
Demoing the audio monitoring UI I've created for my home A/V and streaming setup. All code is written in LabVIEW using a myriad of libraries I've developed such as the panel UI library, Promises, and HTTP server.
Custom Touch Panel LabVIEW A/V Control Project
Просмотров 729 месяцев назад
Rambling overview of a project I've been working on to provide touch panel interface to my A/V switching equipment that also controls my Elgato keylights. Elgato's software has achieved its enshittification stage in its newest versions, requiring account creation for the marketplace to download and install free community developed plugins, so I have begun building my own replacements. The UI is...
SquareBattle 2023 Results
Просмотров 561Год назад
This is the video that was shown at GDevCon NA 2023 for this year's Summer of LabVIEW challenge. To find out more about Summer of LabVIEW programming challenges you can join the Summer of LabVIEW Discord at discord.gg/KxtUER4NGS
Embedding a Godot game engine built web app into a LabVIEW app
Просмотров 216Год назад
I've got a webserver I've built in LabVIEW that does everything from sessions to file serving to programmatically generated content to WebSocket connections and I've been coming up with ideas of more ways to use it. Well it turns out the Godot game engine (which can be useful for more than just games!) has native support for WebSockets and can have apps/games you create in it exported as a webp...
Summer of LabVIEW SquareBattle 2023 - First Fix for Hill Youth Team
Просмотров 35Год назад
Welp it wouldn't be a Summer of LabVIEW challenge without me distributing something broken! In this video you'll see how easy it is to apply the fix once the updated package is downloaded. You can check out the quick intro to SquareBattle at ruclips.net/video/c6kcpe6oSuQ/видео.html And the more in-depth rule walkthrough with some strategy implementation is available at ruclips.net/video/1_T_jAQ...
Summer of LabVIEW SquareBattle - Implementing Strategies
Просмотров 329Год назад
Summer of LabVIEW SquareBattle - Implementing Strategies
Summer of LabVIEW 2022 - SquareBattle Highlights
Просмотров 107Год назад
Summer of LabVIEW 2022 - SquareBattle Highlights
Advent of Code 2022 Day 14 Visualization
Просмотров 109Год назад
Advent of Code 2022 Day 14 Visualization
IG Streams Messaging GLA Summit Preview - Beyond STM
Просмотров 1662 года назад
IG Streams Messaging GLA Summit Preview - Beyond STM
Thats Awesome. let me know when the tool is ready!
Wow impressive
Love the final fantasy throwback. if only it was being digitized through a scope ;)
I've still got that Y adapter hooked up and running to the virtual bench... Someday!
Nerd.
HEY! I resemble that remark.
The algorithm sent me here. Really satisfying to watch even though i dont think i fully understood what was happening :D
Looks great!
I figured out why I had the error and most people would never run into it. Due to the fact that the typedef wasn't in the library it didn't get copied to the new project being created and the code stayed linked to the typedef in the source location of the project template. This showed up for me because I had moved my project on disk which broke that linkage to the typedef. Still not sure why the project was tagged wrong in the blooper, I had definitely reverted the repo to get back to the code with the error in it but somehow the project didn't revert. Oh well, movie magic fixes that right up!
That's a beautiful implementation! Can't wait to see some real signals and DSP flying within them. Will be transformative for anyone doing streaming style applications on the LabVIEW diagram
Love it! For a labview whiz, you really have a nack of explaining things in plain English. Although I have been using NI webservices with NI web server for quite a while now, I still found this video useful. I hope you will make it into a playlist at some point, although I realize that from here on out it is mostly web technologies that one needs to understand. At the moment I am implementing ETag support on one of my webservices, which would be pretty applicable for your example on serving images. Although one can learn all this from books, these kinds of videos really bring it together.
Thanks! This video had the benefit of being "practiced" on technical support members at NI to get some feedback and then actually scripting and editing a video goes a long way. I've got a few video ideas in the works that were initially planned on being done in collab with other TSEs but I'll likely be doing them on my own... when I get done with a whack of other side-project items heh.
Impressive! Looking forward to the presentation!
That's really neat! Love it!
is this live on Git-Hub yet?
Yes but no :) I need to get a bunch of stuff pushed up. Been doing a bunch of maintenance on the underlying streams libraries. It'll be on VIPM by GLA Summit
excellent, could you do an example recording some sound and uploading it to the cloud and then downloading the file in .wav format? Keep up the videos, they are very helpful.
very good!
oh boy, i`ll definetely merge my fisher price guitar project with this one!
What kind of signals can you get out of that??
@@DerrickBommarito basically booleans. Created a LV interface to play guitar hero.
Check out derrick. In portuguese however
ruclips.net/video/D1KLJAU8zjs/видео.html
@@JorgeMondadori Ahh kick ass! Running an arduino with Linx. I'll definitely have to ping you when this is up on VIPM.
cool tool! cheers
First!
Nice. I am really tired of deleting the Case Structure in every new accessor...
If you use the open file dialog in LV and go to <LabVIEW XXXX> esource\Framework\Providers\LVClassLibrary you can edit the Member Template.vit to your desired starting point! Can't just open the .vit file from disk as it will create a new copy instead of editing the .vit file (for anyone that doesn't know)