BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Express VIs

So I was looking through my function palette today, and realized there was an ENTIRE MENU for express VI's.

..... sigh

Cory K
0 Kudos
Message 1 of 14
(10,412 Views)
Yes, but you can easily turn it off. Isn't that more pleasant? Smiley Happy
0 Kudos
Message 2 of 14
(10,390 Views)
This was just a bad dream. Forget what you have seen...
0 Kudos
Message 3 of 14
(10,380 Views)

LabVIEW programmers nightmare :

All express VI's, and instead of wires, you can only use references and local variables.

You can also not put any delays in while loops.

Cory K
0 Kudos
Message 4 of 14
(10,367 Views)

Careful now Cory, you are gettting dangerously close to making a nasty generalisation here... Smiley Wink

 

There is nothing wrong with sensible use of everything you mentioned (except Express VIs!)

References: how else do you modify front panel values from SubVIs?

Locals: very handy for doing initialisation of a control in a state machine

A while loop is an excellent tool when you want to do some data processing and want to terminate on a specific condition, so no need for a delay here!

 

My LabVIEW nightmares are far more along the lines of worrying about the ATE system that is several hundred miles away and if it goes down there will be many, many unhappy people!

0 Kudos
Message 5 of 14
(10,340 Views)

I blame the LabVIEW media for repeatedly putting locals in a negative light.

How about a thread for "properly used local variables" .....

on second thought, that would be far less funny

Cory K
0 Kudos
Message 6 of 14
(10,334 Views)

Cory K wrote:

So I was looking through my function palette today, and realized there was an ENTIRE MENU for express VI's.

..... sigh


Are you in LabVIEW 8.6?  If so, there's really no need to look at any of the palettes, much less the Express ones.  😉

Message 7 of 14
(10,321 Views)

Darren wrote:

 

Are you in LabVIEW 8.6?  If so, there's really no need to look at any of the palettes, much less the Express ones.  😉


 

 

Woah! Where did that come from?

That looks amazing, I'm going to try it out right now.

 

Why doesnt anyone tell me about these things? Smiley Very Happy

Cory K
0 Kudos
Message 8 of 14
(10,315 Views)

Cory K wrote:

 

Woah! Where did that come from?

That looks amazing, I'm going to try it out right now.

 

Why doesnt anyone tell me about these things?


You know, as I was writing that reply, I thought, "I wonder if people are getting sick of my constant Quick Drop promotion?"  But it's responses like this that tell me that my Quick Drop evangelism must continue to the ends of the earth.

0 Kudos
Message 9 of 14
(10,308 Views)

Darren,

 

as a longtime LV programmer  I know a lot of the icons and the functionality behind them but not nesseccarily the names. For some of the icons I asociate C functions names with the like "strcat" for "Concatenate Strings".

 

It's terrible I have not only to learn the icons but also the names.

Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 10 of 14
(10,298 Views)