Using search tool on function or control pallette causes Labview to close

With either the control or function pallette, when I choose the search tool (magnifying glass icon), I get an hourglass for about 20 seconds, then any open Labview windows closes. Labview closes completely, I don't even get back to the startup dialog.
I know this has worked before. Has anyone else seen this behaviour?
Using Labview 6.1 & WinXP Home SP1
~Tim

I have not heard of this happening before. Mine sometimes takes a few seconds to get up and running but not that long, and it never crashes. You might just want to reinstall LabVIEW. That should fix the problem and will probably be quicker in the long run than trying to hunt down the cause.
J.R. Allen

Similar Messages

  • Has anybody used Thermo Oriel's encorder Mike control system in Labview?

    I am going to build a position (one axis) related data acquisition system. I want to use Thermo Oriel's encorder Mike control system as a motion hardware and its I/O option as a data input hardware? Has anybody used those hardwares in Labview?

    A search on NI's website returned a post of someone who is also using Thermo Oriel products:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000555F0000&ECategory=Motion
    You may try contacting them for their input.
    If you have any specific questions about NI's integration with third party hardware, please feel free to respond.
    Julie S.
    Applications Engineer
    National Instruments

  • Using trim and date function in control file

    I want to load "?30/12/2005 22:13?" into the table table1 and remove the "?" characters.
    LOAD DATA
    INTO TABLE TABLE1
    FIELDS TERMINATED BY ","
    (ORDER_DATE "TRIM('?', 'MM/DD/YYYY HH24:MI')"
    What's wrong with the above statement ?
    thanks.

    in addition, can i specify the starting row from the text file to load the data ?
    e.g. i only want to load from the 10th row Use SKIP 9 for that
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch04.htm#1004940
    and to eliminate the last 2 rows of the text file.There is no command for that, but if these rows can be identified through some pattern you could use conditional loading and exclude these rows
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch05.htm#1005658

  • Using the 3 D function the CS 6 operation hangs then closes and restarting CS 6 is required.

    I have tried using the 3D function with some fancy fonts and most of the time all works very well. I noticed the extrusion with Twist and Taper is a bit sensitive and has a quick move to a range that hangs my PC. It has happend a couple of times but is controlable if the sliders are moved very carefully and does not exceed some limit that I did not find yet. Hope this makes sense.
    Here is a screen shot and a final rendered picture to see what I mean. Hopefully the slider can be made to have a smaller range limit. One time I went too far and it did a strange circle of extrusion and then went to a hang and crashed. Happened several times here.
    Overall, I really do like this CS 6 version and seems each release of PS has much better tools to deal with.
    I did not like the dark color at first so forced myself to go to the medium color skin and have gotten used to that now and feel it is much easier on the eyes and colors seem to pop out more. Amazing what you can get done with all the tools.
    BTW, the Video works really well too though it is still a major learning excursion here for a Newbie to Digital Video. System here is a Intel i5 with 4 gig of memory and 10K rpm HD and using an ATI graphic card. Here is its data. Final Rendered image is included too. This was the first time a rendering completed for me. Hope this helps. Regards
    Driver Packaging Version 8.85-110419a-118908C-ATI
    Catalyst™ Version 11.5
    Provider ATI Technologies Inc.
    2D Driver Version 8.01.01.1152
    2D Driver File Path /REGISTRY/MACHINE/SYSTEM/ControlSet001/Control/CLASS/{4D36E968-E325-11CE-BFC1-08002BE1031 8}/0000
    Direct3D Version 7.14.10.0833
    OpenGL Version 6.14.10.10750
    Catalyst™ Control Center Version 2010.0930.2237.38732

    Yep..driver..Surprised that in a few short months it needed updating but looks better on my monitor as well. Here is a test I did to verify it woking correctly. Wow is 3D awesome now...Thanks again Chris.

  • How to search .java files by Search tool in NWDS or any other tool?

    Hi All,
    I can easily search .JSP files by NWDS's Search tool, but I have a hard time to search Java files by this tool.  Can anyone guide me how to search Java files which contain a specified string by using Search tool in NWDS? or any other tool?
    Thanls. Jin

    Hi Jin,
    You can search Custom Java files with NWDS Search tool for specified string. But not standard Java files.
    Suppose you have extend z_userR3 base on UserR3 and contains string some help then you can click on search in NWDS
    Then click on File it will open Search box with 4 tag
    1. File Search
    2. Help Search
    3. Java Search
    4. Plug-in Search
    Click on File Search tab and provide the text in Containing text input box and give java file name with wild characters like  *.java
    Select Workspace under Scope and hit search button. It will search string in your custom Java file. This method will not search string in Standard Java classes of SAP.
    If you want to search in standard SAP  java classes then you should know about what you are searching i.e. whether it is field, Method, Package, Constructor and Type  select proper radio button under Search For box then tryo to select proper radio button under Limit To if you want to search everywhere then select All Occurrences. You should select Workspace under Scope.
    Suppose nothing comes after selected Type then go for other option one by one Method, Field etc...
    Expert people will give you more information.
    I hope this will help you.
    Regards.
    eCommerce Developer

  • Javascript functions to control QuickTime not working in Firefox

    I am using the provided Javascript functions to control QuickTime (7.6.2); however, the functions are not working in Firefox (3.0.11), whereas they are working in Safari (4.0.1).
    I create a QuickTime Player, as follows:
    QT_WriteOBJECT('Music.mp3', '0', '0', '', 'AUTOPLAY', 'True', 'KIOSKMODE', 'True', 'CONTROLLER', 'False', 'LOOP', 'False', 'obj#id', 'qtp', 'emb#name', 'qtp', 'emb#id', 'qtpID', 'ENABLEJAVASCRIPT', 'True', 'SHOWLOGO', 'False', 'VOLUME', '256');
    The Music.mp3 file starts playing in both Safari and Firefox; however, the Javascript functions to control that playing work only in Safari, not in Firefox.
    Examples of QuickTime functions that work in Safari, but not in Firefox:
    document.qtp.Stop();
    document.embeds[0].GetRate();
    document.embeds["qtp"].GetTime();
    document.embeds["qtpID"].GetQuickTimeVersion();
    The GetRate and GetTime functions always return a "0" in Firefox, the Stop command is ineffectual in Firefox, and the GetQuickTimeVersion function aborts the Javascript code in Firefox.
    Any ideas what's happening?

    Dave, what you have done is very similar to what I have done, with the following exceptions:
    1. I'm using the regular HTML version of QT_WriteOBJECT rather than the XHTML version.
    2. My first parameter is an .mp3 file rather than a .mov poster in combination with an 'href'.
    3. I'm not using some of your parameters, such as, 'target', 'targetcache', 'scale', 'href', and 'name'.
    4. Instead of 'name', I'm using --- 'obj#id', 'qtp', 'emb#name', 'qtp' --- which allows me to then reference the QuickTime functions as --- document.qtp.Play(); document.qtp.Stop(); --- etc.
    5. I'm not creating HTML buttons as player controls; rather I am using my javascript program to detect and control the player operation with functions such as --- document.qtp.GetRate(); document.qtp.GetTime(); document.qtp.GetDuration(); document.qtp.SetVolume(); document.qtp.SetMute(); document.qtp.Play(); document.qtp.Rewind(); document.qtp.Stop() --- etc.
    6. I change my .mp3 files using --- document.qtp.SetURL();
    7. All my javascript is contained in an iWeb HTML snippet using an iframe.
    Essentially, I've created a jukebox with button images of album covers that can be visually scrolled and then clicked to play an album via the HTML onClick, onMouseOver, and onMouseOut functions.
    This all works without a hitch in Safari; however, in FF, NN, and Opera, it only works if the iframe is completely visible on the screen. It can't be scrolled offpage, and the HTML album cover buttons in the iframe cannot be dimensionless, hidden, or blocked from view.
    I really think it's the iframe that is causing this behavior in all the browsers (except Safari).
    BTW, as an aside, I don't have a Windows machine, but no one I know using IE on a PC has been able to get my QuickTime Player working. I think it's because, when I want to collapse an album cover, I set its width to '1px' ('0px' works only in Safari), but I think IE may require a minimum width of '2px'. I have not tried changing my image widths to '2px' yet.

  • Make the Forum Search Tool useful

    The current Forum Search Tool is nearly useless.  Please add the following features to make it a functional tool:
    1. Logical operators - i.e. allow the following searches: cow AND chicken, cow OR chicken, cow NOT chicken (or -chicken)
    2. Quoted text to search for exact phrases - i.e. allow the following search: "my chicken says moo"
    3. Results with date ranges - i.e. allow the following search: weird chicken, Results before 04/01/2012 or after 04/01/10 or between 04/01/2010 and 04/01/2012
    4. Mix it up!  "My chicken says moo" AND "purple chicken feed" -cow, results after 12/23/2012
    5. Search in one forum only - i.e. allow the following search: "chicken says moo" ONLY in the "Farm Animal Behavior" forum 
    6. Search ONLY in posts (answers and/or questions) made by a particular user - i.e. allow the following search - "purple chicken feed" posted by user "Farmer Brown" ONLY
    7. Do NOT include variations of words that you "think" might be "helpful".  Right now a search for the word "running" yields results that contain the following words: running, run, runs.  Weeding through all the useless
    "helpful" results is a huge waste of time and makes it difficult in the extreme to actually find "relevant" results.  HINT: There might be an actual REASON why we want to search for "running" and
    NOT "run" or "runs".
    8. Please make the default operator AND instead of OR when more than one search word is used.  Adding more terms to a search tool should produce FEWER, MORE REFINED RESULTS instead of MORE, IRRELEVANT RESULTS.  Very few people ever want
    to search on a single word only.  This is especially true in a technical reference environment!
    9. Sometimes I WANT a word spelled exactly as I typed it.  If I get results that I do not want because I misspelled a word, I can just retype the search.  If you FORCE me to use your spelling, this makes my search completely useless.  Please
    give us MORE options rather than less!
    10. Remove search result highlighting.  We don't need the words we just searched for being blasted at us in highlighted bold.
    NOTE: If there are any other requests for the search tool, post them as replies and I'll add them to this list.
    Please do not read this sentence. Please ignore the previous sentence.

    Hi,
    i have posted many question but now i want to search a particular post by searching this forum but i found search is not finding in my thread rather it is searching keyword in all thread. so guide me how to search my posted question only in this
    forum? who can help. please develop a powerful search for msdn forum. thanks
    Searching in one forum is currently possible, you just need to make sure that you only have a single forum selected in the left rail:
    This walkthrough is a bit out of date now, but it should still be helpful for selecting only a single forum:
    http://social.technet.microsoft.com/wiki/contents/articles/18107.msdntechnet-forums-how-to-view-a-single-forum.aspx
    PS - I posted this same information (without the screenshot and FAQ link though) in
    your thread.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Preview glitch when searching for words on page and when using text tools to write comments/notes on .pdf slides, why?

    When using Preview to access my class notes as .pdf files, I have encountered extremely frustrating glitches when trying to search for specific words or phrases within the .pdf files and when trying to use 'text tools' to write notes on the .pdf slides.  Preview did not behave in this manor with Mountain Lion OS.  This seems to correlate with my recent upgrade to Mavericks OS.
    When using the search function you should be able to type in any number of letters or words and press enter to continually cycle through the highlighted findings that match what you have typed in.  Instead it now, typically, stops tracking what I type in after about 3-4 letters and the yellow highlight turns grey.  Once it does this if you try to press enter to cycle through what it has found it no longer cycles.  It never did this in Mountain Lion using the very same .pdf files I had previously used in the old OS, and it does this despite there being multiple matches for what I am searching.
    When clicking 'show edit tool bar' button and then 'text tools' button to be able to free text notes on the .pdf file I have to exit out of the 'text tools' mode to be able to advance to the next page.  This is extremely inconveneint and, again, Preview did not do this in Mountain Lion.
    These are my two major complaints about Preview that I have discovered so far in my short time using it with the new Mavericks OS.
    Any help would be very much appreciated.

    I have this issue too and was pleased to find this thread.  Did either of you find the source of the problem or how to fix it? 
    I've tried using Wondershare PDF Editor as well and wondered that had messed some settings up.  Have either of you used that? 
    If so, how would I revert to a clean version of Preview?
    Hope we can get this sorted. 

  • Use of business partner functionality in combination with dual control

    Is there a generally agreed upon procedure to use the business partner functionality in combination with dual control? The problem is that when you block a business partner, the customer/ vendor master data aren't blocked automatically. You can then still use them in transactions, which leads to problems.
    So is there a way to make this work or a procedure to do this?
    Niels Vanwingh

    Thanks Masa,
    I did notice the 'Add external supplier from' in create supplier or bidder option. However there is a small catch and your experience may help.
    Let me explain the requirement and scenario here in SRM 7.
    We are implementing the Registration of Supplier scenario; both ROS and SRM are in same client. When a potential supplier registers themselves in the registration system, a BP number is created (an Internal number range is defined for this). After accepting the potential supplier in pre-select screen the purchaser has two options to transfer the potential supplier from the ROS system to SRM
    Option 1: He can select the accepted potential supplier from the supplier directory option and transfer the business partner to SRM. In this case the business partner number of the potential supplier is retained in SRM and a business partner with supplier and bidder tag is created. However the purchaser does not have any option to select which type of business partner he would like to create like supplier or bidder.
    Option 2: Purchase can go to create supplier or bidder option and choose the u2018Add external supplier formu2019 from the ROS system and create the business partner. The ROS business partner details are copied to the create supplier screen, but the purchaser have to provide an external business partner number for the supplier. This is because we have defined external number range for business partner for the vendors that are replicated from ERP to SRM.
    Objective is the ROS business partner should be retained in SRM with option to create as supplier and bidder and then manually create ERP supplier with same SRM BP number and map against SRM supplier.
    Is there any way we can achieve this?
    In SRM 5.5 with Manage business partner functionality we could achieve as system give us the option which business partner type we would like to create as well as retains the ROS BP number in SRM.
    Regards
    Sandeep

  • How to use Search plugin functions in your plugin?

    Hi,
    I am developing a plugin which need to add an action for bookmarks. For this I need to search a particular word in the document and the corresponding page number.
    On going through the SDK documentation I came across the Search plugin. There are ways in which your plugin can communicate with the Search plugin. For doing so you need to do the following:
    1. Add HFT of the Search plugin by registering PluginImportReplaceAndRegister.
    2. Add "SrchClls.h" header file.
    I did the following steps and my plugin compiled successfully. But I am not able to understand how will I use the Serach plugin functions to find a word in the document from my plugin?
    Please help.
    Thanks

    The HTML help is spectacularly unhelpful, sometimes giving dozens of unrelated methods when you try to read the section for Search.  But try Search... http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/API_References/Acrobat_API_Ref erence/AV_Layer/Search.html
    It's worth making sure that you understand the difference between "Search" and "Find" functionality in Acrobat, something rather masked in the UI in recent releases.
    Find - looking for a string in the current document. The Search API has no connection to this.
    Search - managing indexes of multiple documents. API provides limited functionality (create/delete/query/search). Search results are not available to the API, they can only be displayed in the UI as a results window.

  • How to use search function in ipod nano 7th generation

    how to use search function in ipod nano 7th generation?
    Cheers thanks.

    There is no search function.  If there was, it would be mentioned in the iPod's User Guide.
    7G Nano User Guide
    B-rock

  • How to use search/find function in a whole book?

    Hi,
    New to indesign... working on a book file which comprises 25 chapters.
    I'd like to do a final proof to ensure all double spaces have gone, all quote marks are right etc
    Instead of opening each chapter and using "search/find" through each chapter, can i tell the "search/find" function through the whole book?
    Appreciate any feedback
    Thanks heaps

    Apparently Adobe thought that would be more appreciated than a book-wide Search/Replace.
    You can read all about CS5's new features, and their selection procedure, on http://indesignsecrets.com/michael-ninness-answers-indesign-cs5-critics.php. The "Book" feature doesn't even get mentioned under "Sorry, we didn't change that at all." Also make sure to read the comments -- it seems lots of people really want more book features.
    If you're one of them (so it seems), you might want to pay a visit to https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Why I cannot use search function in my apple store? I use Ipad 3 and it is the latest software

    Why I cannot use search function in the apple store on my ipad?

    Nobody here could possibly answer your question as presented. Have you tried any troubleshooting steps at all?
    Quit the app store completely and reboot the iPad. Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that doesn't work ... A few more details from you might help you get your problem resolved.

  • How do I stop a tool from functioning on my work after I finish using it?

    How do I stop a tool from functioning on my work after I finish using it?

    Switch to another tool?
    I really don't know what you mean by "stop functioning". The Zoom tool will always work when selected.
    Is there a specific example you have in mind?  Give us the exact version of Photoshop you are using, and the version of Mac OSX or Windows.
    A screenshot outlining your problem is best.
    Gene

  • Why can't I find events with cmd-F? I can see the appointment I am searching for, but the search cmd-F function does not find it. Why is this. It used to work...

    Why can't I find events with cmd-F? I can see the appointment I am searching for, but the search cmd-F function does not find it. Why is this. It used to work...

    Why can't I find events with cmd-F? I can see the appointment I am searching for, but the search cmd-F function does not find it. Why is this. It used to work...

Maybe you are looking for

  • How do I share files between my two computers?

    I have one computer (which is somewhat old) that doesn't have wireless capabilities as well as a newer laptop and a Wii which are both connected to the internet wirelessly.  How do I share files and such between these machines?

  • Photos not displaying in albums

    Anyone know how to fix this? All my pictures seem to have been imported from my iPhotos library into the new Photos app - I can see them under the photos tab (by date) and also under the album tab, I can see them in the ALL PHOTOS album.  However the

  • Graphics problem in OS X Mavericks

    Hello, Sorry for my english in advance. I have Macbook Air 13" (mid 2012) [CPU: Core i5 with GPU: HD 4000]. I faced problem with the GPU. First after update to OS X Mavericks (10.9.1) I could not boot it. It's hangs on Gray screen with Apple's logo a

  • Cluster and JSP compile

              On a cluster, how come if I make a change to a JSP it doesn't recompile           without restarting the servers? Is it supposed to be that way? In the same           vein how do I get the servers to recognize that their is a newer version

  • Iphoto won't open raw files from leica dlux-6 camera.

    I just purchased a leica d-lux 6 camera and use a macbook. seems that iphoto which I've been using for years  can not open raw files from this camera. Will it ever?  I downlaoded the free lightroom Leica gave and it can open raw but it seems to requi