LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My wishes for a "better" Labview

Here's some improvements I'd really like. Not sure where to post them or send them to, so I'll post them here for now. 

 

Add to container

Currently, there seems no way to add things to a container. Well, there's the subpanel, but you can add (insert) only a (one) SubVI.

I've been fighting with this for quite a while, trying to create a flexible plugin structure. I think most widget toolkits have containers and ways to add to / remove from them dynamically. I was rather surprised not to find it here. I suppose there's a real good reason not to do it, but that doesn't stop me from wanting it Smiley Wink. This would probably also mean some new containers, like a horizontal and a vertical container or something. 

 

Improved "Clean up diagram"

- Clean up just one programming structure instead of the entire VI

- Exclude certain programming structures from clean up

- Stuff inside a "decoration" should stay inside it when cleaning up. Rearrangin inside the decoration ok, moving out of it not ok.

- Related: Attach comments to block diagram objects (when cleaning up the diagram, they get lost now)

 

That's it for now, but I still have a lot of Labview to learn so I'm sure more will follow later Smiley Tongue.

0 Kudos
Message 1 of 13
(3,843 Views)

Jacco K wrote:

Here's some improvements I'd really like. Not sure where to post them or send them to, so I'll post them here for now. 


Please post in Feedback on NI Discussion Forums

0 Kudos
Message 2 of 13
(3,836 Views)

There's a product suggestion center. You might want to place it there.

 

0 Kudos
Message 3 of 13
(3,818 Views)

Jacco K wrote:

Here's some improvements I'd really like. Not sure where to post them or send them to, so I'll post them here for now. 

 

Add to container

Currently, there seems no way to add things to a container. Well, there's the subpanel, but you can add (insert) only a (one) SubVI.

I've been fighting with this for quite a while, trying to create a flexible plugin structure. I think most widget toolkits have containers and ways to add to / remove from them dynamically. I was rather surprised not to find it here. I suppose there's a real good reason not to do it, but that doesn't stop me from wanting it Smiley Wink. This would probably also mean some new containers, like a horizontal and a vertical container or something. 


Adding multiple VIs into one container is a very good way to get programming errors. It is like adding control on the fly...

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 4 of 13
(3,825 Views)

@TonP wrote:

Adding multiple VIs into one container is a very good way to get programming errors. It is like adding control on the fly...

 

Ton


Which is exactly what I want to do... not necessarily VI's, the subpanel was just an example. 

 

Since my program is event driven (no continuous monitoring) I don't see a reason why this would cause huge trouble. Not as much trouble as I've been going through trying to find some sneaky way around this limitation without having to learn another programming language and call my VI's from there. 

 

mathan wrote: 

Please post in Feedback on NI Discussion Forums

 

I figured that one was for feedback about the forum, not products. 

 dan_u wrote:


There's a product suggestion center. You might want to place it there.


 

Message Edited by Jacco K on 01-15-2009 07:56 AM
0 Kudos
Message 5 of 13
(3,806 Views)
-
Message Edited by Jacco K on 01-15-2009 07:57 AM
0 Kudos
Message 6 of 13
(3,804 Views)

What I really want, is to get back the old Labview 7.1/7.0 cursor display. The new introduced in Labview 8 is ugly and useless. I consider it to be a bug. My customers often specify non Labview 8 style cursor display. The workaround is to use property node which I always do.

Another thing is that the three standard fonts (application, system, and dialog) is not fixed in size but system dependent on the local windows font size setting (in desktop settings). The result is that a front panel may look god on one computer, and totally messed up on another computer. I have experienced angry phone calls from customers telling me that application(exe file) runs well but the display looks like sh**. I also consider this to be a bug. If I develop a application with a specific font size, It should stay fixed in this size. Like it do in a word document as an example.  The workaround is to replace every bit of text anywhere (chart axis, labels, etc) with a custom font style. That way the text will be fixed in size.

Message Edited by t06afre on 01-15-2009 03:03 PM


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 7 of 13
(3,794 Views)

One easy solution:

you can define the system font in your applications ini file, seethe LabVIEW wiki.

 

Ton

 

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 8 of 13
(3,764 Views)

mathan wrote: 

Please post in Feedback on NI Discussion Forums

 

I figured that one was for feedback about the forum, not products. 

 dan_u wrote:


There's a product suggestion center. You might want to place it there.


 


You are correct. The Feedback on NI Discussion Forums is not the correct place to put this. This forum is fine as it will spur discussion. Logging a suggestion in the product suggestion center is highly recommended once you've gotten some feedback on the pros and cons of your suggestions. 

0 Kudos
Message 9 of 13
(3,748 Views)

t06afre wrote:

What I really want, is to get back the old Labview 7.1/7.0 cursor display. The new introduced in Labview 8 is ugly and useless. I consider it to be a bug.


You seem to have a fairly "loose" definition of what is a bug, especially given your later comment about the fonts. I don't see anything wrong with the cursor display. Besides, even if it were "ugly and useless", that's not within the commonly accepted definition of a "bug". 

0 Kudos
Message 10 of 13
(3,744 Views)