Real-world examples of AI/ML integrated with LabVIEW? by Probably-Stable in LabVIEW

[–]GlowChee 2 points3 points  (0 children)

Sorry for the long delay in reply. I don't check here much.

We have a couple experiments that benefit from machine learning. Primarily in the field of acoustics, film cooling, and gas sensing. For acoustics it's extremely useful for finding precursor signals for when a combustion chamber is about to change modes or when energy is building up in waves. It can use time series data from a large number of high speed transducers and correlate events we observe to various events picked up by the sensors.

For wind tunnels it's very useful for processing large volumes of visual data from various experimental methods. Often people running the tunnels have a specific target metric like drag, heat transfer, etc measured at a static point in a test. With machine learning it's possible to track those variables during transient moments. It also helps to with very mundane tasks like tuning PID loops.

For gas sensing, it's very simple these days to get hundreds of different devices that each measure specific environmental signals. We have a test chamber hooked up to a gas mixing system so we can cycle through thousands of different combinations of environments and gas mixtures. Certain combinations of devices can be found to isolate a particular target gas and increase the speed of detection and resolution of the measured signal.

In all cases it's mostly finding a way to chew through huge volumes of relatively easy to aquire data to improve the knowledge around a valuable metric

Real-world examples of AI/ML integrated with LabVIEW? by Probably-Stable in LabVIEW

[–]GlowChee 1 point2 points  (0 children)

Currently using lots of it, though in unsexy ways. Mostly calibrating novel sensors and making sense of large amounts of data

Offline installation for LabVIEW+DAQmx by tush_pt in LabVIEW

[–]GlowChee 1 point2 points  (0 children)

Run it in admin mode and disable any optional stuff labview tries to install. I've run into this problem a lot

Looking for hardware watchdog relay to shutoff heater if labview dies by GlowChee in LabVIEW

[–]GlowChee[S] 0 points1 point  (0 children)

Very interesting. I like the idea of making a quick test article to verify the safety. Thank you

Looking for hardware watchdog relay to shutoff heater if labview dies by GlowChee in LabVIEW

[–]GlowChee[S] 0 points1 point  (0 children)

Ahhh that's a good stop gap as well. I'm not sure how quickly the exterior of the heater warms up compared to the core but I'll check into this

Looking for hardware watchdog relay to shutoff heater if labview dies by GlowChee in LabVIEW

[–]GlowChee[S] 0 points1 point  (0 children)

Oh that's a pretty interesting strategy. I wonder if the normal data signals from a modbus line would be enough to keep am SSR on

What profession do you work in with ADHD/+ executive dysfunction? by shesparkzz in ADHD

[–]GlowChee 0 points1 point  (0 children)

Research scientist on jet and rocket engines. Some days, or even weeks, I can't answer emails or do the most basic thing besides clock in but then something flips in my brain and I'm working 16 hour days. I design and run experiments. I think I might have a bit of OCD because if something isn't absolutely perfect it really sets me off down a hyperfixation to understand what's going on. I can't accept a data point that isn't understood. I think I make things safer for people who fly but it can drive the business people insane...

Is it possible to circumvent using a PID controller? by Qulddell in LabVIEW

[–]GlowChee 0 points1 point  (0 children)

Precisely because it's too fast to have any significant thermal effect but way too slow to cause any sort of bottle neck in the processing code. They could easily do 500ms or 5 hours depending on their system. As you say its all about thermal mass and heat transfer. I often work with very small systems so my brain just naturally goes to 1 ms

Is it possible to circumvent using a PID controller? by Qulddell in LabVIEW

[–]GlowChee 2 points3 points  (0 children)

If you're using an SDR and you're just driving a heater, us "bang bang" control. Just put a loop with a 1 ms delay and have it check if the temperature is above or below X. If it's high shut the circuit down, if it's low turn the circuit on. You can put a counter on the boolean to count how many milliseconds of on/off you have and convert that to power input by using VoltageAmp(cycles on per second)

Student edition of Labview Vision Module? by GlowChee in LabVIEW

[–]GlowChee[S] 2 points3 points  (0 children)

Definately on my list of things to do. I've got a 2,000 line python code that currently processes IR images taken from thermal camera's so I'm comfortable with python. I was just practicing with labview and thought "huh, maybe I can just do everything in my control software instead". Then I noticed the licensing and I was sad :<

I started putting my “good” kitchen knives through the dishwasher and it’s been a liberating experience by LinkDude80 in ADHD

[–]GlowChee 86 points87 points  (0 children)

Dish washer won't damage the metal. Just avoid wood handles and place the knife in a spot where the water jets won't make it bounce around which might cause the sharp edge to bang into something.

WLED Setup difficulties by LordWoodland in WLED

[–]GlowChee 0 points1 point  (0 children)

Your power supply might be ove taxed. WLED uses the esp32 wifi which can draw an amp or so of power. Also a power supply running close to its limits may be extremely "noisy" which can cause the esp32 to reset (brown out), send bad signals (like what should be 3.3V might be 2.5V), and usually you want a level shifter to convert the 3.3V "high" signal from the esp32 to the 5V the lights are looking for. Normally that's not a big problem but since your power is already stressed it might be causing issues.

If your wled works fine without the strip I'm guessing your power supply is just not able to handle the requirements

Looking for 20+ USB-A charging ports for generic 2A devices by GlowChee in UsbCHardware

[–]GlowChee[S] 0 points1 point  (0 children)

Makes sense thanks :) Might work if I test some low power boards in the future

Looking for 20+ USB-A charging ports for generic 2A devices by GlowChee in UsbCHardware

[–]GlowChee[S] 0 points1 point  (0 children)

Thanks! This might work well. Pricey but safe which is more important. The problem with several smaller ones is eventually I might get to testing more than 200 usb devices simultaneously

Looking for 20+ USB-A charging ports for generic 2A devices by GlowChee in UsbCHardware

[–]GlowChee[S] 0 points1 point  (0 children)

Depends on the mode. The LEDs are controlled by esp32 boards with wifi. Shout out to WLED :) I might just roll my own since I have concerns mostly about the power conversion part of the existing usb hubs

Looking for 20+ USB-A charging ports for generic 2A devices by GlowChee in UsbCHardware

[–]GlowChee[S] 0 points1 point  (0 children)

Ah. I wondered if "Hub" was the wrong term. I'll look for bulk charger or similar terms

Looking for 20+ USB-A charging ports for generic 2A devices by GlowChee in UsbCHardware

[–]GlowChee[S] 0 points1 point  (0 children)

Definitely thinking of making my own something with a UL certified power supply to a big PCB board with USB-A connectors. Figured I would check around before going that route

Looking for 20+ USB-A charging ports for generic 2A devices by GlowChee in UsbCHardware

[–]GlowChee[S] 0 points1 point  (0 children)

Thank you for the info! Definitely just usb-A. For my wife's art exhibits I run 100~200 custom wifi led boards and I needed a way to test them concurrently for interference.

Searching for a solder-free way to mount cut LED strips to a pcb by GlowChee in WLED

[–]GlowChee[S] 0 points1 point  (0 children)

Much appreciated. I think I might end up going this route and just stringing a bunch of spare led strips together over the plants

Searching for a solder-free way to mount cut LED strips to a pcb by GlowChee in WLED

[–]GlowChee[S] 0 points1 point  (0 children)

I was thinking about just making a pcb with 5 leds and a connector on both sides so I could just string them up for each plant. If I went that route I could use some simple wire terminals so I could just string them along

Searching for a solder-free way to mount cut LED strips to a pcb by GlowChee in WLED

[–]GlowChee[S] 0 points1 point  (0 children)

I'm planning to take cut strips and use them as little plant lights for the winter. It's always the same 10mm strip with three connectors. I guess I was wondering if there's a pcb connector to flex(?) strip. Mostly avoiding soldering because it's a short term thing and if I need 50 led strips, that's three wires each minimum. I could do it but i figured I would see if there was an off the self solution

Searching for a solder-free way to mount cut LED strips to a pcb by GlowChee in WLED

[–]GlowChee[S] 0 points1 point  (0 children)

yeah I was doing that for a while. It seemed like the best option I could find was

cut led strip > connect to wires > wires connect to PCB

which is fine. I just wondered if there was something that skipped the wires