BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Rube Goldberg Code

I'm thinking you already have an idea for the subVI icon.. 🙂

 

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 1211 of 2,608
(11,228 Views)

And the name would be "Wait (ns)" or maybe "Wait (~ns). 😄

0 Kudos
Message 1212 of 2,608
(11,217 Views)

Here's a new one for me:  Indexing an array by changing it into a cluster.  Seen here.


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 1213 of 2,608
(11,206 Views)

Well...

 

It gets an 8/10 for readability 😉

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 1214 of 2,608
(11,199 Views)

@crossrulz wrote:

Here's a new one for me:  Indexing an array by changing it into a cluster.  Seen here.


That pops up everywere. I always call it the array-to-cluster-unbundle-dance.

 

(A variation is the array-to-cluster-unbundle-bundle-cluster-to-array dance) 😄

0 Kudos
Message 1215 of 2,608
(11,192 Views)

This (http://www.youtube.com/watch?v=QIkzagT97C0) cluster dance?

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 1216 of 2,608
(11,188 Views)

Two ways to do basically the same (also note the change in the transpose input).

 

 

(I am not going to talk about the subsequent express VI and dynamic data detour that followed in the original code ...:D)

 

(seen here)

Message 1217 of 2,608
(11,129 Views)

A small Rube...

Nothing to write home about...

 

Seen here...

 

 

Obtain measurement values...  Create a 2D array of strings. Take a double and convert to string. Format the string to string.  Append to the 2D array of strings ...  The Scan from string was used to remove the non-numeric values from the string...  (ie from: + 200 g the OP wants 200).

 

Since the desired measurement values are doubles, then why not just deal with that type, as below (which does not contain the entire code...  just to show the difference in the latter portion)

 

 

 

0 Kudos
Message 1218 of 2,608
(11,063 Views)

Somebody getting a bit caught up in boolean logic, then trying to make it easier by converting to numbers which are only going to be 0 or 1!

 

Spaghetti.png

 

The VI is actually trying to determine the time between presses of two buttons, but it gets stuck after the first couple of presses - maybe the spaghetti gets caught in the cogs Smiley Wink

 

(Seen Here)

 

[Edit: included original thread - requested by Altenbach]

----------------------------------------------------------------------------------------------------------------------------
"If anyone needs me, I'll be in the Angry Dome!"


Message 1219 of 2,608
(11,035 Views)

@ChrissyC87 wrote:

Somebody getting a bit caught up in boolean logic, then trying to make it easier by converting to numbers which are only going to be 0 or 1!


Do you have a link to the thread if this sighting?

 

EDIT: Ah, found it!

0 Kudos
Message 1220 of 2,608
(11,030 Views)