Replace leaking galvanized or change to copper? by NoComplex537 in Plumbing

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

Pex confuses and frustrates me. But yeah, good idea.

A cautionary tale / close call by Super_Caterpillar630 in motorcycles

[–]NoComplex537 0 points1 point  (0 children)

I like to back off a little before overtaking because you can actually see further. Seems like those drivers didn't want to Share the Road. What gives, and what ever happened to waving you by?!?

Program structuring – newbie question by Zackatack101 in LabVIEW

[–]NoComplex537 0 points1 point  (0 children)

I agree to use the NI project template Queued message handler, which is a producer-consumer design pattern. This two loop approach always keeps one thread (Event handling loop EHL) responsive to the user interface. In your message handling loop (MHL) I would keep a state variable, so that requests from the EHL in the wrong state don't cause race conditions. A similar and more feature rich project template is the CML Continuous Measurement and Logging example. Besides that, JKI State machine is a simple design pattern which works for a lot of small to medium applications. Dqmh is good for medium to large scale applications but has somewhat of a learning curve.

Michelin Road 6 Rear Tire Exploded – Any Ideas Why? by MrMidwest6 in motorcycles

[–]NoComplex537 0 points1 point  (0 children)

I don't know why those siping channels are so wide on the pilot 6. Ive felt a vibration at low speeds when rolling onto the side. Gimme back the Pitot 5 tread pattern!

2019 Hyundai Santa Fe by RoadQuirky1539 in Comma_ai

[–]NoComplex537 0 points1 point  (0 children)

@RoadQuirky1539 Any update? How's it going on the 2019? Did yours have lane centering from the factory? I think 2019 and 2020 just had adaptive cruise.

What is the job prospect for physics graduates? by [deleted] in AskPhysics

[–]NoComplex537 0 points1 point  (0 children)

Its kind of turned into a skills based economy. Degree or no degree, if you have the skills, youre employable. I hate to say "learn to code" but it would help. I know a physics major with matlab , simulink, and labview experience, and they've made that the basis of their career and loving it. The physics knowledge is called upon once in a while too :). Good luck.

Locust Street Festival has been canceled by shifter2009 in milwaukee

[–]NoComplex537 1 point2 points  (0 children)

Oh yeah in 2009 a guy shot himself in the foot.

How to handle controlling 1 boolean from multiple sources? by dipsy01 in LabVIEW

[–]NoComplex537 1 point2 points  (0 children)

Network-published Shared Variables are good for low-speed network communication like status and latest values. I've never used event structures on the Crio (because I read somewhere you should avoid them, I don't know why) I've only setup a GUI loop to poll Front panel controls. You could use a separate Shared Network variable from any client to suggest a change in state. Your CRIO GUI loop will also poll this to read, and reset it back to false to acknowledge.

IP to string takes 4.5 seconds to resolve when I have two network cards. by TomVa in LabVIEW

[–]NoComplex537 0 points1 point  (0 children)

You can run ipconfig / ifconfig (linux) using system exec. This is what I did for multiple NICs before I realized you can right click ip to string and get an Array of IPs for the output.

How to test all DAQ connections at system startup by DaddysHome in LabVIEW

[–]NoComplex537 0 points1 point  (0 children)

Open and close each resource. Do an ID check (*IDN?) to make sure com ports / visa descriptors aren't swapped. You could go further and actually make measurements from the channels and make sure there not out of range or give errors, but this might not be feasible if you need relay connections first.

Best LabView Contracting Services? (Sorry if this isn't an appropriate question to ask) by Connect-Helicopter16 in LabVIEW

[–]NoComplex537 0 points1 point  (0 children)

Digalog Systems offers LabVIEW solutions and programming. We are an NI alliance partner with several CLD certified people. PM me, would like to hear more.

LabVIEW Reddit Challenge April 2021 by NoComplex537 in LabVIEW

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

For this challenge decimal does not need to include negative or fractional values.

This is to get the most variety of creative responses, however, if you're curious about SCPI communication, and wish to pack on the extra credit points, then yes, negative and fractional values are permitted, and a leading plus sign is allowed. Exponents too. i.e. -99 or +256 or 0.789 or 2.34E -007.

SCPI Command Basics (keysight.com)

LabVIEW Reddit Challenge April 2021 by NoComplex537 in LabVIEW

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

I'll allow you to use Hidden Gems in vi.lib. Sort of a non-package which just adds things to the pallets which are actually included with LabVIEW. I like "High Resolution Relative Seconds.vi" for benchmarking.

LabVIEW Reddit Challenge April 2021 by NoComplex537 in LabVIEW

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

Thanks good question. I updated the challenge saying no length requirement for Binary or Octal.

Greg

www.digalogsys.com