01-30-2007 11:42 AM
01-30-2007 11:56 AM
Excellent point tbob about the string concatenation.
I have done this and unless I find a very good reason to do so, I will not do it again!
Short war story:
Before control refernces were available (BV 2.0?) I was developing an application that really needed them along with a bunch of other things including updating the code for part of the sytem while the rest was still running. So I invented this generic architecture that implemented all of the plug-ins as "Start"-"Run"-"Exit" and left it up to the developers of the plug-in to shoe-horn the modules into that state. The preliminary tests looked good and we brought in three other developers to help code up the plug-ins.
After attempting to explain the concepts (that included the possibility of pre-empting actions and compound branching [concantenation]) I had to accept the fact that if two PHD's and a Masters in Physics could not grasp the ideas, that it was "TOO COMPLICATED!"
I eventually threw all of that code away!
Ben
01-30-2007 01:25 PM
@Ben wrote:
updating the code for part of the sytem while the rest was still running.
01-30-2007 01:31 PM
updating the code for part of the sytem while the rest was still running. "
That part worked fine!
THe challenge was describing a state machine where the transition posiblities were endless and required a 3-d diagram to illustrate all of the possibilities.
Regarding the "Yikes":
Stayt tuned for a future release of RT!
Ben
01-30-2007 01:58 PM - edited 01-30-2007 01:58 PM
Message Edited by Jarrod S. on 01-30-2007 01:59 PM
01-30-2007 02:09 PM
01-30-2007 02:13 PM
SuperSecretPrivateStringyStuff=TRUE
Ben
01-30-2007 02:40 PM
@johnsold wrote:
Where are the String Theory VIs?
Lynn
They only exist on palettes in several other dimensions and can only be realized by looking at LabVIEW through tiny slits in a piece of paper.
😉
01-30-2007 03:02 PM
You already have it all. "Strings" is just another word for "Wires" and I'm sure most of your diagrams have some.
@johnsold wrote:
Where are the String Theory VIs?
01-31-2007 08:16 AM