 Neos
		
			Neos
		
		
		
		
		
		
		
		
	
			10-19-2013 04:38 AM
http://forums.ni.com/t5/LabVIEW/How-to-sort-an-array-in-Even-and-odd-parts/td-p/2595717
Says - there are thousands of ways to do it.
           He did it rubes way
using locals is not crime - yeah i have heard it
10-23-2013 04:03 PM - edited 10-23-2013 04:03 PM
Well, at least if fits comfortably on a 640x480 screen. (and that's all we had back in the days!) 😄
 
 KoenR94
		
			KoenR94
		
		
		
		
		
		
		
		
	
			12-10-2013 08:52 AM
Found this rube goldberg topic.
Most of you may have seen this gem.
It can be found here
12-10-2013 10:55 AM
@KoenR94 wrote:
Found this rube goldberg topic.
Most of you may have seen this gem.
It can be found here
Curiously, the discussion is titled "how to increase the memory of VI".
While most people try to reduce the memory footprint of a VI, this example seems to already do exactly the opposite, i.e. what he wants. 😄 So where is the problem?
 jcarmody
		
			jcarmody
		
		
		
		
		
		
		
		
	
			12-10-2013 11:54 AM
01-24-2014 10:25 AM - edited 01-24-2014 10:27 AM
interesting way to change the filename part of a long path (seen here).
 
 
(There is a path-to-string implied as first operation)
One better way (NeilR):
 crossrulz
		
			crossrulz
		
		
		 
		
		
		
		
		
	
			01-30-2014 10:45 AM - edited 01-30-2014 10:45 AM
Found here:http://forums.ni.com/t5/LabVIEW/Moving-live-data-from-inside-for-loop/m-p/2721769#U2721769
Build an array from 1 item and index it out. We've seen that a million times. What caught my funny bone is the fact that they are using a Quotient & Remainder to divide the FOR loop iteration count by 1 and taking the remainder. So much work just to put a value in a chart.
01-30-2014 10:55 AM
crossrulz wrote: So much work just to put a value in a chart.
It is probably the classic:
"Hey I don't know LabVIEW but after trying random things seen elsewhere, this works, so I won't touch it and possible mess it up again" 😄
02-22-2014 12:39 PM - edited 02-23-2014 10:57 PM
Adding a few sine waves apparently needs code the height of the empire state building (seen here).
Here's the navigation window (the white area is a typical screen size!)
 
02-22-2014 01:08 PM - edited 02-22-2014 01:09 PM
Two Index arrays, two subtractions, two squaring, addition, square root, etc. to get a distance between two point in 2D. (seen here).
Complex math IS simpler! 😄
 