BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Rube Goldberg Code

Best Rube in a long time!

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 1231 of 2,635
(11,409 Views)

I dont quite know where to start, but this belongs both here and in the local variables thread.

http://forums.ni.com/ni/attachments/ni/170/713482/1/PLC.vi

 

Found here

http://forums.ni.com/t5/LabVIEW/How-can-i-make-this-VI-run-faster/td-p/2247318

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 1232 of 2,635
(11,410 Views)

@Yamaeda wrote:

I dont quite know where to start, but this belongs both here and in the local variables thread.

http://forums.ni.com/ni/attachments/ni/170/713482/1/PLC.vi

 

Found here

http://forums.ni.com/t5/LabVIEW/How-can-i-make-this-VI-run-faster/td-p/2247318

/Y


Your linked "vi" is actually not a VI at all, but some data file, renamed with a vi extension. (Why anyone would change an extension is beyond my understanding... 🐵

 

The VI is question is actually the following: SincerrarnaibDS.vi

 

0 Kudos
Message 1233 of 2,635
(11,402 Views)

See, the extenstion part fooled me, thank's for fix. 🙂

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 1234 of 2,635
(11,340 Views)

I saw the attached piece of code here.

 

Why there is a 1 iteration For Loop, I have no idea.  But the inner while loop looks like it is doing the same thing that quotient/remainder function would do.

 

 

 

0 Kudos
Message 1235 of 2,635
(11,259 Views)

@RavensFan wrote:

I saw the attached piece of code here.

 

Why there is a 1 iteration For Loop, I have no idea.  

 



Easier than selecting the wire Ctrl+ Space "bu" Ctrl +i I guess

Spoiler
For those not savvy thats the QD way to insert build array

"Should be" isn't "Is" -Jay
Message 1236 of 2,635
(11,249 Views)

@SnowMule wrote:

Freaking awesome... I've never tried a Red Bull, but their productions the past few years (esp. anything with Danny MacAskill) sure make it tempting. 

0 Kudos
Message 1237 of 2,635
(11,244 Views)

@JÞB wrote:

Easier than selecting the wire Ctrl+ Space "bu" Ctrl +i I guess

Spoiler
For those not savvy thats the QD way to insert build array

I use "ba" personally.  It makes a little more sense.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 1238 of 2,635
(11,219 Views)

since bu works from the basic search I never bothered to set up a custom QD for it


"Should be" isn't "Is" -Jay
0 Kudos
Message 1239 of 2,635
(11,217 Views)

Going through old thread. I found a rube posted by most of the people here.

http://forums.ni.com/t5/LabVIEW/Tally-array-value-instances/m-p/1748174

 

And here's the non-rube version:

Rube.png

Certified-LabVIEW-Architect_rgb.jpgCertified_TestStand_Architect_rgb.jpg


"I won't be wronged. I won't be insulted. I won't be laid a-hand on. I don't do these things to other people, and I require the same from them." John Bernard Books

0 Kudos
Message 1240 of 2,635
(11,101 Views)