09-13-2012 08:23 AM
Amen...
The introduction of the Event Structure was a real blessing.
09-27-2012 05:10 PM - edited 09-27-2012 05:16 PM
@Ray.R wrote:
No comments...
I just noticed, as i was reading back over these posts for fun, the case structure comments start with //. I guess this way the LV compiler will ignore them ![]()
Edit: someone beat me to it
09-28-2012 11:01 AM
One positive point: At least it's colorful 🙂
11-28-2012 01:18 PM
11-28-2012 01:47 PM
@Ray.R wrote:
From: http://forums.ni.com/t5/LabVIEW/Convert-string-array-into-digital-arrays/m-p/2236430#M711263
If they had a seqeunce structure, their race condition could be avoided.![]()
I've seen that type of code way to many times. SHIFT REGISTERS PEOPLE!!!
11-28-2012 01:56 PM
It could have been worse...
He could have used globals for this. 🙂
11-28-2012 06:35 PM
Thierry,
Don't give them ideas 😉 Next thing they'll be using Shared Variables just because they have the error clusters.
Someone provided a nicer solution to the Locals abuse above. It is also a candidate for Rube Goldberg code.
11-29-2012 03:32 AM
@ThiCop wrote:
It could have been worse...
He could have used globals for this. 🙂
Well, at least globals are about twice as fast........![]()
11-29-2012 11:00 AM
@Norbert_B wrote:
@ThiCop wrote:
It could have been worse...
He could have used globals for this. 🙂
Well, at least globals are about twice as fast........
But OTOH, you need to carry along twice as many files. 😄
11-30-2012 02:57 AM - edited 11-30-2012 02:57 AM
Lets do some performance benchmarks to see which one is the worst... 🙂
I'll go for property nodes... 😉