10-28-2015 11:23 AM
VDB_1 a écrit :
World's Slowest Rube Goldberg
No LabVIEW involved though...
https://www.youtube.com/watch?v=o-c7tBlnFsw
Very nice. Thanks for sharing.
10-28-2015 12:35 PM
@BowenM wrote:
No more stacked sequence structure? No problem!
(not quite RG code, but...)
I've done that myself. It works well for sequenced tasks. The thing to set this apart from the SSS is to make it so that the loop is stopable (use the Conditional Terminal).
11-06-2015 01:16 PM - edited 11-06-2015 01:18 PM
If a stacked sequence is a good thing, a stack of stacked sequences must be even better 😮
(Fortunately, we can use local variables to avoid all these wires 🙂 Doh!)
(Why do I now have a craving for pancakes? :D)

11-06-2015 01:24 PM
11-09-2015 04:50 AM - edited 11-09-2015 04:52 AM
@BowenM wrote:
No more stacked sequence structure? No problem!
(not quite RG code, but...)
I use that as my go to initialisation sequence method. Scalable, can use an array of type def'd constants and maintain state with shift registers!!.
I suppose I could use a dynamically launched asynchronous process with messages and all corner cases under the sun covered including EMP blackout to initialise a VI but I consider this a bit "Wordy"
Craig
11-09-2015 09:14 AM
@craigc wrote:
...
...
and all corner cases under the sun covered including EMP blackout...
Craig
[Edit]
Oops!
Wrong forum.
Ben
11-10-2015 02:01 AM
@Ben wrote:
@craigc wrote:
and all corner cases under the sun covered including EMP blackout...
[Edit]
Oops!
Wrong forum.
I can easily imagine someone on the prepper forums mentioning something that sounds like "state machine" or "action engine" or "in place" and then having Ben automatically reply with a long post with links to various nuggets and posts by Greg McK. 😉
11-11-2015 05:29 AM
I have read those posts and they are all very good nuggets!!
11-11-2015 11:12 AM
@thoult wrote:
On a similarly non-LV Rube(ish) theme:
https://youtu.be/8ns4cfMABqQ?t=30s
🙂
Oh EPIC FAIL! The neighbors Dish TV satalite antenna seen at 1:18 was not used.
11-14-2015 01:15 PM