ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
06-08-2010 01:47 PM
Ravens Fan wrote:"encountered a serious problem and needs to close."
that says it all....
06-08-2010 02:56 PM - edited 06-08-2010 02:59 PM
Sometimes, a FOR loop needs to run an infinite number of times without any possibility of stopping. (we can always force kill the application later!)
Thus we need an infinite integer and here's how to do it... NOT! Sigh!
06-08-2010 05:22 PM
06-08-2010 05:42 PM
I've been branded as a Rube.
Thanx Altenbach.
Well, at least I've been recognized for something. ![]()
06-08-2010 06:30 PM
On more than one occasion I have posted a Type Cast operation which prompted warnings by other users about the dangers. Apparently these operations lead to crashes, hard drive failures, cats and dogs living together, anarchy, and eventually the fall of civilization as we know it. tbob was simply doing a public service by keeping this weapon out of the hands of the untrained.
Now we know who to blame for letting the cat out of the bag...
06-09-2010 07:56 AM - edited 06-09-2010 07:57 AM
From: http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=503785#M503785
Original Code:

Modified to:

What he really needed was:
06-09-2010 08:37 AM
The importance of learning good Labview coding practice from the start. Here is a good example (or not
)
http://forums.ni.com/ni/board/message?board.id=170&thread.id=503503

06-09-2010 08:58 AM
Coq Rouge wrote:The importance of learning good Labview coding practice from the start. Here is a good example (or not
)
http://forums.ni.com/ni/board/message?board.id=170&thread.id=503503
That seems better suited for the local variables thread, not this Rube Goldberg thread. Where's the Rube Goldberg in that example?
06-09-2010 09:04 AM
smercurio_fc wrote:Where's the Rube Goldberg in that example?
At first glance, the wire from the first 'local variable' into 'array size' into 'N'...! Long time since last used Labview so can't remember names of everything - just was lurking and felt compelled to reply! ![]()
06-09-2010 09:48 AM
Ray.R wrote:From: http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=503785#M503785
Original Code:
Modified to:
What he really needed was:
![]()
Message Edited by Ray.R on 06-09-2010 08:57 AM
MASSIVE kudos@!