LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 8.6 first impression

I just downloaded the Labview 8.6. So here is my first impression.
It has not large improvements, so i think that is the reason it is called 8.6 and not 9.
 
One nice feature is the ability to make Express vis. (this was an extra toolkit i think).
This is very usefull if you have vis with many inputs which are complicated and not easy to remember. Instead of using the help window to explain each input (which is not very handy), now you can use express vis. Express vis are easy to use by other programmers too. So if a company has more than one Labview programmer, this will be a very usefull tool.
Although i think Express vis have a performance hit. If you need speed use normal vis.
 
One other nice tip is the ability to autowire input and output tunnel in multiple cases. You don't have to go to every case and wire it, anymore.
 
Something i did not like: Decorations still, can not have a name ! Everything in front panel should have an ID, and it's ref should be easy to access from block diagram.
Message 1 of 23
(4,160 Views)
Thanks for sharing.  I didn'r realize that it would be available for download before NI Week.
 
I agree with you that decorations should at least have an ID which can be referenced from the Block Diagram.   I had an application where it would have been useful.  Ended up using a TAB control instead 😞 
 
R
Message 2 of 23
(4,143 Views)
A link always helps:
 
 
😄
Message 3 of 23
(4,113 Views)
Try clicking Ctrl+Space. Smiley Happy
 
I'm sure you'll also find one of Darren's nuggets about this in the coming weeks.

___________________
Try to take over the world!
Message 4 of 23
(4,101 Views)


tst wrote:

Try clicking Ctrl+Space. Smiley Happy
P.S. I've been using a similar tool for quite some time.

___________________
Try to take over the world!
Message 5 of 23
(4,098 Views)
Thanx pnt for sharing your feeling abt 8.6. by the way have you any idea of the release of the next imaq?
0 Kudos
Message 6 of 23
(3,987 Views)


muks wrote:
have you any idea of the release of the next imaq?


I have no idea. Maybe someone else can help.....
0 Kudos
Message 7 of 23
(3,977 Views)
Have a look at NI Vision Acquisition Software. This is the latest set for LabVIEW 8.6.
Aashish M
CEO
TransferFi
www.transferfi.com
0 Kudos
Message 8 of 23
(3,895 Views)
Joe,

I'm not sure if this is what you are looking for, but you already can access to decoration programmatically by using a panel reference,
then you have a reference for all the decorations of your panel ...

Here is a little exemple :



Xavier


Message Edité par xa le 08-06-2008 02:10 PM
Message 9 of 23
(3,877 Views)
Yeah, the problem there xa is that there is no easy way to 'know' which decoration is which.  You can access the decoration, but the only way to know that you have the flat box under your positioning buttons instead of the arrow pointing to the nuke the world button is trial and error.  If there were a label associated with the decoration, it would make life much much easier.
Jon D
Certified LabVIEW Developer.
Message 10 of 23
(3,862 Views)