Saved block diagram wont open

I am a new labview user so this may be obvious, but I have a problem nonetheless:
I have drawn a simple program and saved it but when I open it again, only the front panel opens and not the block diagram as well, which I wish to edit. I am openning labview on the same machine, same version etc. what do I need to do to get this working properly?
Thanks to anyone for their help

Hi Dougonlabview,
Just press Ctrl+E. This will bring you to the diagram. Pressing Ctrl+E again will bring the front panel back on top.
Regards,
Mathieu Steiner, Test System Engineer, Safran Engineering
CLD, ISTQB

Similar Messages

  • Block diagram wont open properly

    I have written a big labview program for my application. I have been workig on it for 6 months. I keep adding the peice of code every day and save it with a new name every week.
    At one point when I added some code into my program, the block diagram started acting weird and wont let me work on the program easily. For If I add an add function, it would take time and insert this function a couple of inches away where I pionted my cursor. Another issue was that; if I add a while loop or for loop or any other structure it would take time and one added it would add a couple of inches away and expand the main program window (Block Diagram) too.
    since then, I started using my company's laptop to develop the code. I have no issues with that lap top till today.
    But now when I tranfer this program back to my desk top. It wont open the Block Diagram and wont let me edit it. When I try to open the block diagram. the window appear black out and the LabView stops working.
    Is this issure ralted to the graphics of my compute or any thing else? Please help me. Thanks
    Mansoor

    There is a maximum size that a VI can be. What that exact size is I don't know. It does sound like you have one HUGE VI. If that is the case you really need to think more about using subVIs. It will make your program much easier to maintain and extend.
    Also, rather than renaming it once a week you should consider using source code contol. Even if you are the only developer it is a much better way to manage your code. SVN is free and very easy to set up. If you do use source code control make sure you separate the compiled code from the source code. This is an option in the VI properties.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Not seeing block diagram when opening vi

    Hi,
    This is trivial but frustrating. When I open a vi I see the front panel, and then have to press ctrl E to see the block diagram.
    Can anyone tell me if there a way of opening the vi and seeing both the front panel and block diagram immediately ?
    Many thanks,
    Solved!
    Go to Solution.

    Press control when you double click the sub-vi and that will open both the FP with the diagram on top. On windoze
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Nugget: Open block diagram programati​cally

    There are a way to open a block diagram programatically. Exists a undocumented function located in
    "%Program Files%\National Instruments\LabVIEW 8.6\vi.lib\Utility\sysinfo.llb\Set Block Diagram Open.vi"

    My good old 7.1. (ok, I run that in hyper-boost mode ) has a property node 'VI.Block Diagram Window.Open'. Should be available for anyone and documented in 2010.
    Felix
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • Is Block Diagram Open

    Is there a way to tell if the Block Diagram is open when a VI is started?  I have a subVI that is set to modal when open.  When trouble-shooting, if I run my application, but forget to disable modal for the subVI it causes the system to lock up.
    It would be nice if I could set the property of the VI to not be modal if the block diagram was open.  
    Any suggestions?
    Solved!
    Go to Solution.

    I would attempt this by doing several things:
    1) Go to the VI Properties>Window Appearance and click on the Customize button. From there uncheck the "show front panel when called" box.
    2) When the VI starts, read the VI Property "Front Panel Window.State" - this will tell you if the window is already openned (ie if the window is openned the window state will be "standard", "Maximized" or "Minimized"). Note: this is the visibility of the front panel, not the block diagram 
    3a) If the VI is not already opened, set the "Front Panel Window.Behaviour" property to modal and then open the front panel using the VI Invoke Node of "Front Panel.Open". This is basically mimicking the behaviour you describe right now.
    3b) If the VI is already opened, set the behaviour property to default or Floating to allow you to click other windows.
    4) When finished, if the VI was not already openned, manually close it using the Front Panel.Close invoke node (if it was already openned, leave it openned) 
    I've attached a screen shot of this kind of thing. I hope this helps,
    Shaun 
    Attachments:
    Reading and Changing Front Panel Behaviour.png ‏39 KB

  • Opening VI block diagram engaging remote instrument control

    This is a phenomena that doesn't seem to cause any major functionality issues - but I'm still curious how opening the block
    diagram window of a VI can automatically engage remote control of any
    connected instruments that are powered up - even when the VI itself is
    not running?  The only problem I have with this is if manual control is needed prior to running the VI.
    Has anyone else encountered this issue?

    What, exactly, causes the "REMOTE" indicator on your device to come
    on?  It looks like if you have any VISA resource objects on your
    block diagram and open the block diagram, LabVIEW searches what devices
    are out there.  I would be surprised if your instruments reponds
    to a simple query by going into remote mode, but that may be what's
    happening.  Can you check the manual for your instrument to see
    what commands put the device in the remote state?
    Robert Mortensen
    Software Engineer
    National Instruments

  • Struts diagram not opening?

    Hi gang
    In JDev 9.0.5.2 my struts diagram wont open. It's odd as the structure window correctly shows the struts elements, I can also edit the struts elements via the struts editor, but the diagram wont open?
    Anybody had this problem and found a solution?
    Cheers,
    CM.

    I thought it could be this too. I had been fooling around in the extension manager earlier in the day to speed up JDeveloper. However I left this option checked as I do use the struts diagrammer. As a re-assurance, I checked all options under the extension manager, restarted JDeveloper and again tried to open my struts diagram with no success.
    I also tried turning off the struts extension, restarting, turning the struts extension back on, restarting, then viewing the diagram to no success also. However this does allow me to view the actual XML file now, where as previously this wouldn't open either.
    Finally I performed a 'validate-XML' on the struts-config.xml which reports the file's contents are fine.
    Any other ideas? Is there any way to get any diagnostics out of JDeveloper to see what's happening? Is there a limit to the # of elements the struts diagrammer can handle? - I have around 50 data pages and many more forwards.

  • Crash when opening Block Diagram

    I am converting a Windows .dll based program to an event driven state machine using my Mac (LV2010) as a development computer.  The final program will run in the development environment on a Windows computer.  When I reach a certain point in the conversion process, the VI will crash LV while trying to open the block diagram.  The VI is broken and always has been because of the .dll and possibly because of some bad wires.  I tried rebuilding the VI from scratch and the same thing happened again.  I can open the diagrams of the subVIs with the CLFN calls.  The .dll file is present on the same directory as the VIs.
    Clues: 1. I have had this happen when first opening the BD after restarting LV.  Maybe this means I need to work all night and finish everything before shutting down LV??
    2. I started with an example VI and was modifying it to include the state machine.  Maybe I should build a state machine VI and then add in the camera-specific parts later.
    I am attaching a zip file with the VI "testNewCamera.3.vi" and various subVIs, typedefed controls and the .dll.  I am also attaching the crash log file.
    This has now cost me too many man-hours so I am looking for suggestions.
    I am going to save several interim versions the next time I restart this process.
    Thanks,
    Lynn
    Attachments:
    OpenBDcrash.zip ‏384 KB
    lvmaccrashlog2010-11-10-10-44-33.txt ‏34 KB

    Hi,
    The first thing I try to do when I get a VI (FP or BD) corruption/ issue when opening / crash / whatever...is to mass compile all the VIs I have. Sometimes it works, sometimes not.
    I was able to open the BD of TestNewCamera3.vi but I am missing a lot of IMAQ VIs and LabVIEW is telling me that a DLL is missing (maybe it is what is causing the crash in your case).
    I join the files saved on my computer, maybe you could use it.
    Regards,
    Da Helmut
    Attachments:
    Dossier testNewCamera.3.zip ‏48 KB

  • Close front panel but leave open block diagram

    Is there a way to do this? I would like to have my block diagrams of a few subvi's open but front panels closed so my task bar isn't so cluttered. It's not a big deal, I was just curious
    CLA, LabVIEW Versions 2010-2013

    Chris_VH wrote:
    No current way unfortunately.
    A colleague and I actually just put in a product suggestion for this yesterday.
    So if they fix this do I give you or them credit for the solution?
    CLA, LabVIEW Versions 2010-2013

  • My mothers mac the safari dosent work right the mail the mail wont open up certain emails saying the plugin is blocked etc

    my mothers mac the safari dosent work right the mail the mail wont open up certain emails saying the plugin is blocked etc

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Open Console in Utilities & see if there are any clues or repeating messages when trying to open Mail or Safari.

  • How can I open a vi and show the block diagram?

    Hi,
    I am opening an vi using "Open VI Reference" and "Invoke Methodpen FP", but I want to open the vi and show the block diagram, but I haven´t found any method (Invoke Method) to do that and any property.
    Any idea?
    Thanks!
    Gracinda

    OK, I can come up with a reason.  I have written a program that will search the entire VI Hierarchy of a program and update all of the descriptions for all VIs with the top level program part #, the name of the top level program that the VI is used in, the company copyright info, the ITAR notice, company address, the name of the engineer performing the update, along with the date and time.  This will also place as a background image on all the VIs, a watermark of the company name, legality stuff and the copyright. It works very slick in that if there are thousands of sub-vis, such as what I'm working on now, it goes through all of them, makes sure the data is there as per company policy without having to open every one of them look at them and update or not whichever the case may be. The one portion that is tough is that the program will detect if there is a description written about what funtion the VI performs and if there is not a description, then it pops up a dialog requesting the user to write a description. The problem is that without looking at the block diagram for the VI, it can be nearly impossible to write a description for the functionality of the VI. So is there a way to programmatically open a VI, show its block diagram (this would only be in the case of a missing description) and then upon completion of the updates, close the block diagram? (I already open and close the VI programmatically in order to read the VI DESC and update as needed, but that is in the background and of course you can't see the block diagram).
    Thanks,
    Dan

  • In block diagram connecting wire getting blur while saving the VI in LabVIEW 2009

    Hello,
    I am using Labview 2009, And while I am saving  a simple VI connecting wires are getting blurry. What could be the problem?? Is it affect my program while running?
    Solved!
    Go to Solution.

    Go into Tools>>Options, select the Block Diagram page and find the section called Constant Folding. If the CF for wires check box is checked, then this is most likely the reason. You can uncheck the check box and it won't affect the way your code runs.
    If this isn't the case, you should upload an image of what it looks like.
    Try to take over the world!

  • My keynote has frozen and wont open but the saved version wont open either. if i restart my laptop i am afraid that it will erase my work. please help me

    my keynote has frozen and wont open but the saved version wont open either. if i restart my laptop i am afraid that it will erase my work. please help me

    Try this repair for Keynote 6.2,  ensure you complete all the tasks and in the order shown:

    delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application

    empty the trash:  Finder > Empty Trash

    Shut down your Mac, wait 30 seconds, then power on the Mac, immediately after the start chime, hold down the Shift key
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in. 
    Let the Mac fully boot up, it will take longer as the OS is repairing the drive
    4
    when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions
    5
    when complete, restart the Mac normally, Apple menu > Restart

    install Keynote from the Mac App Store
    let us know if this helped

  • How can i avoid to see the source code when any user open block diagram third time without password

    i have a probelem regarding source code control. my problem is that  when user open block diagram of any sub vi in vi. i would like to make a such a vi which source code can not open after seeing the block diagram thrice time and i dont want to make password to see the block diagram so what can i do ?
    give me the perfect solution for this type of problem.

    First protect you diagram
    create a tap on your FP and create a picture of your diagram and put it on the second tap
    DON'T expect answers if you only want perfect one's
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • How to open the block diagram of the NI ELVISmx

    How to view the program block diagram of the virtual instrument of the function generator, oscilloscope and so on in the NI ELVISmx,, I have seen before, but now I forgotten how to open the block diagram, who know?
    1110340036    jyh

    iOS apps can be added to an iTunes library and thereafter transferred to an iOS device. They cannot be opened directly on a PC.
    epub files can be added to an iTunes library, and thereafter transferred to an iOS device where they can be read with the iBooks application. Files protected with Apple's DRM cannot be opened directly on a PC, though there are programs such as Kindle and Calibre that will open non-protected epub files.
    tt2

Maybe you are looking for