08-24-2009 04:55 PM
Hello, I am still using Labview V8.21 on XP. I know, I know, should be using my 8.6 but do not have a DVD drive.
Anyway, I am trying to do some support on a VI originally written in V6.1 and updated to V7.1 The problem is, there is a tab control on the front panel that will not show up, it is on the block diagram, labview will not really find it, but thinks it is still there, the front panel is just blank and really big. Looked all over, nothing on the front panel. Any ideas why this would happen or how to get around rewritting the whole VI? I doubt a rewrite will occur, as a company we have moved to .NET and the product will probably be either discontinued or redone in .NET if I cannot get a work around here.
thanks.
08-24-2009 06:51 PM
Try this:
Create property node from tab control block diagram terminal and set Visible property = True.
BTW don't "look all over" the front panel, double-click on the block diagram terminal to locate it.
08-25-2009 09:02 AM
The Visible property node does nothing, I can make the label visible for the tab control. When I try to find the control, Labview locates it with an empty dashed box.
Now what? I can create a new tab control and place it on the VI but it will take a major redo to use it as I cannot just copy and replace the existing tab control for some reason.
08-25-2009 09:16 AM
08-25-2009 09:49 AM
cannot color the control or the VI to make it show up. Here is a post, this is a big VI and alot of error will show up as I am not posting the whole thing, just the TL vi that has the tab control problem.
This is one thing that made me leave Labview, all eggs are in the VI basket, if it fails, you are done, unlike .NET that you can open the source with a text editor if you have to.
08-25-2009 10:01 AM
Hi Greg Shipley,
Are you referring to the tab control labeled Tab Control? If so, it is visible on the front panel. I am able to switch between the Log (light blue), Interval (green), INF (purple), Parameter (white), and Documentation/Reports (blue) tabs. Each tab has different graphs/information displayed on it. Are you unable to switch between the tabs? If so, manually change the mouse pointer to the Operate Value tool (the pointing hand) on the Tools Palette (View»Tools Palette) and then try to switch tabs.
Thank you for choosing National Instruments.
Aaron Pena
National Instruments
Applications Engineer
08-25-2009 10:16 AM
I could not see it in 8.2. Right clicking the Tab on the BD and looking at properties, it appears that the height is 28575 and the width is 429494!
While I was not working on it in LabVIEW all by it's own generated an fpsane.cpp error.
-AK2DM
08-25-2009 10:37 AM
It opened OK in LV 2009.
Ben
08-25-2009 10:44 AM
I think your tab control is corrupt. Like AK2DM I find it very large. Also its size changes in unpredictable ways when I try to grab a resize handle.
Lynn
08-25-2009 10:45 AM