02-04-2011 12:54 AM
Umh, I think this thread has lost the plot. It started out as Rube Goldberg Code, then for some reason changed the Scary Code
but now it just seems to be someone personnal labview development thread.
It needs to get back to it's original purpose.
02-04-2011 01:03 AM
With 852 posts so far, there is going to be a little chatter once in a while. 😄
02-04-2011 07:56 AM
Ray, with 850+ posts it has turned into its own Rube Goldberg!

02-04-2011 02:05 PM
Back on topic!
02-04-2011 02:42 PM - edited 02-04-2011 02:44 PM
@Ray.R wrote:
Back on topic!
OK, back to rube goldberg code. I don't fully guarantee that the functionality is exactly the same between all code versions quoted below, but I think it is. Also the baseline code by AQ is not really Rube Goldberg, because it was fully legitimate before the introduction of the globally initialized feedback node.
OK, so here we go. The question is to make a simple action engine that toggles (or not) a privately held boolean depending on the boolean input.
Here's the original AQ version (posted here😞

Here's my first draft. Still way too complicated:

Here's what I came up with after some more thinking (the XOR could be replaced with a "not equal", same difference. Somehow, the XOR just looks soo much smarter. ;)):

02-07-2011 02:53 PM
A true Rube Goldberg without the use of Local Variables:
http://www.youtube.com/watch?v=plaOoO8UKGs&feature=player_embedded
02-13-2011 01:22 AM
someone want to create radio button.
http://forums.ni.com/t5/forums/replypage/board-id/BreakPoint/message-id/15108
 
02-13-2011 01:28 AM
as someone suggested , changed his diagram like follows
http://vihome.com.cn/bbs/forum.php?mod=viewthread&tid=25271&extra=page%3D1&page=2
 
02-13-2011 02:22 AM
These are some very weird radiobutton codes. (I can't see any pictures on the chinese board you quoted).
02-15-2011 11:40 PM - edited 02-15-2011 11:45 PM
@csxcs_366 wrote:
as someone suggested , changed his diagram like follows
http://vihome.com.cn/bbs/forum.php?mod=viewthread&tid=25271&extra=page%3D1&page=2
This begs the question, why doesn't he just put a radio button that ships with LabVIEW on the panel, right-click it and choose Add Radio Button? Why is there even a cluster there?
Ah after looking at it again, I guess he wants multiple selections. Well, then it's no longer a radio button 
 in the traditional sense. Right, right, back on topic...