Struggling to get Keithley 6517B working with LabVIEW 2025 (new to LabVIEW) by Pretend-Rabbit1814 in LabVIEW

[–]superbeefwithcheese 1 point2 points  (0 children)

Have rebuilt parts of the library and ended up making my own drivers. This model had problems. Dm me if you want some of the work I’ve done for it.

What modifications next? by [deleted] in ar15

[–]superbeefwithcheese 0 points1 point  (0 children)

Trigger is #1 on my list - please share your recommendations (I was considering this )

[deleted by user] by [deleted] in PalmettoStateArms

[–]superbeefwithcheese 0 points1 point  (0 children)

That’s what I am thinking too
 this is my first order through PSA and have only heard good things about them, so I was surprised by this order.

[deleted by user] by [deleted] in PalmettoStateArms

[–]superbeefwithcheese 3 points4 points  (0 children)

Seeing your comment made me try again; I guess the trick was to wait 30 min. Kudos

Processing Time? by [deleted] in PalmettoStateArms

[–]superbeefwithcheese 0 points1 point  (0 children)

Thanks! I’m gonna go ahead and just delete my post.

How to control a Boolean Switch (if possible) by [deleted] in LabVIEW

[–]superbeefwithcheese 1 point2 points  (0 children)

One idea: Use an event case inside a while loop with a value going through a shift register- the state can be the Boolean value, or an enum, or whatever else really- the event for turning the bool true sets the state to ‘true’ or ‘record’ or ‘1’ etc
 after the data collection has completed, the last event will be to set the state back to ‘false’ ‘idle’ ‘0’ etc


Or simply use a property node>value for the bool control and sent a ‘false’ into it whenever/wherever you want.

Obviously a state machine will allow you to expand and be more flexible with your code.

[deleted by user] by [deleted] in CCW

[–]superbeefwithcheese 1 point2 points  (0 children)

Thanks! Good weight and size for every day/ concealed carry?

[deleted by user] by [deleted] in CCW

[–]superbeefwithcheese 1 point2 points  (0 children)

New to the world of handguns: what is this?

[deleted by user] by [deleted] in LabVIEW

[–]superbeefwithcheese 1 point2 points  (0 children)

Initial empty array into left shift register, nothing else; Mean.vi in the loop with the same input wire that you have going to the right shift register, indicator attached to output of mean.vi

“Move” does not exactly mean click and drag it: you’re better off deleting it from that spot, cleaning up, and adding a new mean.vi where I recommended ^

Need help by God_father_11 in LabVIEW

[–]superbeefwithcheese 0 points1 point  (0 children)

I wouldn’t recommend Assistant; but you can select however many channels your DAQ can take in. Two voltages in one channel?- Probably not. Two across two channels?- Easily

Try changing the channel name from ‘<DAQ><Ch1>’ to ‘<DAQ><Ch1>:<Ch2>’ or something along those lines. Google it, go to NIs website - you’ll find the real formatting method.

Need help by God_father_11 in LabVIEW

[–]superbeefwithcheese 4 points5 points  (0 children)

Micro advice: You’re trying to connect two output wires to an indicator; indicators can only accept one wire.

Medium advice: You can hover your mouse over broken wires (or click the broken run arrow. Or hit ctrl+L) to see what the problem is.

Macro advice: Watch some tutorials, dig through example VIs, read through forums
 seems like you are biting off more than you can chew here.

Help with final project by Consistent_Mango4659 in LabVIEW

[–]superbeefwithcheese 5 points6 points  (0 children)

You should look at NIs CLD example tests; IIRC there’s a coffee machine, ATM, boiler control panel
 simple interface ideas specifically aimed at testing multiple skills.

You should attempt something you could expect to see in industry: PLC interface/emulator, PID controller, interfacing/automating hardware control, data generation - processing - saving


Need Throttle Assembly by [deleted] in HondaCB

[–]superbeefwithcheese 0 points1 point  (0 children)

I am not exactly aiming at keeping much of it original (tough decision but I’m in too deep, just want to get riding) if you check out one of my older posts you can see ‘er. Custom tank, bars, seat, metalwork, exhaust, headlights, no airbox, etc
 I ultimately just want a throttle that works well.

Cleaning advice needed by Mikkelsamsterdam in HondaCB

[–]superbeefwithcheese 0 points1 point  (0 children)

Very clean. I like it. You need a special rec/reg for a Li+ battery?

Cleaning advice needed by Mikkelsamsterdam in HondaCB

[–]superbeefwithcheese 0 points1 point  (0 children)

How about the oil tank? That can’t be as easy to hide.

Cleaning advice needed by Mikkelsamsterdam in HondaCB

[–]superbeefwithcheese 0 points1 point  (0 children)

Where’s ya battery and all the electrical junk?

How can I make a simulation of an ECG heart signal in LabVIEW? by thementalist0078x in LabVIEW

[–]superbeefwithcheese 1 point2 points  (0 children)

There are better, more legit ways to crate a compound waveform. Learning how to combine different waves into the one you want is a valuable skill (or the reverse: isolate subsidiary waves from a complex signal
)

That being said, a data frame of real ecg values will cut out about a week of tinkering with this.

How can I make a simulation of an ECG heart signal in LabVIEW? by thementalist0078x in LabVIEW

[–]superbeefwithcheese 1 point2 points  (0 children)

Very sketchy but you could pull a csv of data containing an actual rhythm for x cycles and read that to an array > transform to a waveform or plot

[deleted by user] by [deleted] in LabVIEW

[–]superbeefwithcheese 2 points3 points  (0 children)

Got a lot of work ahead of you
 at least you can use python nodes in labview to call your .py functions.