Radio button trouble when more than 2 selections

I have a VI that uses 9 radio buttons to select one of nine cases. Each case contains a subVI that essentially creates a dated filename to write varying GPIB data to. The first two selections (1 and 2) work as designed. I get a date-coded filename with each subsequent run of the Main VI. However, my problem lies in selections 3 - 9. Each of these also creates a corresponding filename, however 3 seconds after the initial run, I get a second unprompted filename. It appears that selections 3-9 run twice. One filename reflects the value left in the buffer from the previous selection and the other is new as expected. I have scoured my code for loops and there are none. I would have expected all selctions to perform alike but the first two are working to design. Any ideas?
Thanks in advance!
Phil

Your description dies not make a lot of sense. Do you have nine radio buttons or a single radio button with 9 choices? What exaclty happens 3 seconds after the initial run? Is the program still running at that time? Do you use dataflow or is the code chopped up and uses mostly local variables and value property nodes?
Could you strip out your VI to the essentials to demonstrate the problem., Remove all the GPIB and file IO so it just displays the resulting file name in a text indicator... Then attach it here. Thanks!
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Multiple select queries used in Excel BI report ,fetching data from Sharepoint DB(SP2010_Prod_ProjectServer) causing blockage on DB ,when more than one workbook(same copy of Excel BI Report) refreshed using Refresh All option.

    I am using mutiple select queries to fetch data from Project Server 2010 DB(its sharepoint DB) and these queries fetch data in Excel BI report by establishing connection with DB using instance name and all. I have enhance all these select queries and data
    is being fetched in secs. but when more than one copy of same Excel BI report is refreshed using 'Refresh All' option, then these select queries cause blockage on DB.
    Please let me know mitigation for this blockage issue.
    Should I use begin transaction and commit transaction statements/ shared lock statements.
    please reply

    Hi,
    run same query at the same time?

  • Wcf Data Service fails when more than 8properties  in the 'select=' portion

    Hi:
    I am using WCF Data Service and Oracle
    EF Provider is ODAC11.2 Release 4
    Wcf Data Service fails when more than 8 properties are specified in the 'select=' portion of the URI
    here is my code
    var q = from c in this.ctx.SALESORDER_ITEM
    select new
    c.SORDERDETAILID,
    c.IID,c.DMFLAG,c.OWNERID,c.SKUID,c.SKU_ID,c.TRADENO,c.SOURCEID,c.SORDERID
    excetion:
    InvalidOperationException: An error occurred for this query during batch execution. See the inner exception for details
    The inner exception is null, but the DataServiceClientException states: Value cannot be null Parameter name: value
    the exception is thrown in base.OnStartProcessingRequest(args) method (overridden).
    Here is the call stack as well:
    at System.Data.Services.WebUtil.CheckArgumentNull[T](T value, String parameterName)
    at System.Data.Services.Internal.ProjectedWrapper.set_PropertyNameList(String value)
    at lambda_method(Closure , Shaper )
    at System.Data.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
    at System.Data.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
    at System.Data.Services.Internal.ProjectedWrapper.EnumeratorWrapper.MoveNext()
    at System.Data.Services.DataService`1.SerializeResponseBody(RequestDescription description, IDataService dataService)
    at System.Data.Services.DataService`1.HandleNonBatchRequest(RequestDescription description)
    at System.Data.Services.DataService`1.HandleRequest()
    Is there a max number of properties in $select statement
    I think may be it is oracle provider's problem ,but i don't konw how to debug it Can anyone help me
    Any help is greatly appreciated

    I believe the null/empty string issue is unrelated to the 8 column issue, at least for ODP.NET. For example, let's take the original query in the OBE:
    http://.../yoursvcfile.svc/EMPLOYEES?$select=EMPLOYEE_ID,FIRST_NAME,LAST_NAME,SALARY,DEPARTMENT_ID,DEPARTMENT,EMAIL,PHONE_NUMBER,MANAGER_ID
    Let's make all the columns selected not nullable. You can do this with the Oracle Dev Tools. Specifically, PHONE_NUMBER and FIRST_NAME are the only nullable fields. I make them non-nullable and re-run the query and the same error occurs. Thus, these values should never be made null. Moreover, in all 107 rows, none of these row values consist of empty strings anyway.
    Looking into the problem further, WCF DS is calling methods in the System.Data.Services.Internal namespace.
    http://msdn.microsoft.com/en-us/library/system.data.services.internal.aspx
    Specifically, we see your issue when the ProjectedWrapperMany method is called. You will notice that there is ProjectedWrapper0, ProjectedWrapper1...ProjectedWrapper8 methods also present in the same namespace. As soon as the number of columns exceeds 8, ProjectedWrapperMany is called and we see the error. We're going to ask MS to help analyze the issue since this is an .NET-internal method being called.

  • No flickr share sheet when more than 99 photos are selected

    flickr share sheet does not appear when more than 99 photos are selected. So does Facebook, Airdrop and others except only "add to iPhoto". They all show up when >100 photos are selected but for more they don't
    2010 MacBook Pro 15", Yosemite

    *<100 not >100

  • Selection  problem (No pixels are more than 50% selected)

    whenever I use ANy selction tool I get this message: No pixels are more than 50% selected. So I can't do anything to separate area of a photo. BTW, magic selection works. this just started a week ago after years of never seeing this message. Thanks for the help.

    Quit the editor (quit PSE if you have a mac), then restart it while holding down ctrl+alt+shift command+option+shift for a mac). Keep holding the keys till you see a window asking if you want to delete the settings file. You do.

  • I have a 16GB san disc that when more than half full and trying to download to my Mac gives a "communication error" message.  How can I seamlessly upgrade the computers software to handle SDHC cards of this size?

    I have a 16GB San Disc that when more than half full and trying to transfer the images to the iPhoto library I get the message "communication error".  How can I update my computers software to be SDHC compatable?  I can buy a card reader but thought an update to the software would fix this problem.
    Thank you for any solutions or advice.

    KRDHarris-
    I am not familiar with Flickr, but found their support page at <Flickr Support>. You may get better help there than here.  I get the impression that the App is somewhat buggy.
    The iTunes preview page indicates the App is for iPad as well as the iPhone.  <Flickr App Preview>
    Fred

  • More than one selects in a function

    Hi All,
    Is it that there can not be more than one selects in a function?What is the work around for this thing?
    Regards,
    Amit.

    Hi Krystian Zieja ,
    Thanks for responding. I do not know what was going wrong but now it is working fine.
    The problem is that I was not able to compile a function with two select statements in it. If I could comment one of the select statements it was getting compiled. But now it is getting compiled with both the selects.
    Now since we are at it can you solve another of my problem. I want to see the output of my function. If I write DBMS_OUTPUT.PUT_LINE statements in it I am not able to see the output. Is there anyway that I can call my function and it can show the output on the screen.
    I am using Benthic Golden 32 editor. Is there any way in it that I can call my function from it ?
    Regards,
    Amit.

  • Combo box or similar where more than one selection can be made

    Hi. I need to create a combo box field or similar where more than one selection can be made. Does anyone know if this is possible? I know this can be done with the check box tool but the client wants a drop down box. Thanks in advance.

    I don't quite understand some of this but of course you can bind more than one object into the RMI Registry. If you use different names the clients will use the object corresponding to whatever name they looked up. If you rebind different objects to the same name, the clients will use the object that was there at the time they did the lookup.
    Clustering is a problem for RMI/JRMP because stubs are not location-transparent: they refer to the originating JVM. If you need this kind of functionality I would use RMI/IIOP and do some CORBA magic in the ORBs at both the clustered servers. CORBA references are location-transparent so a service can be logically 'moved' from one JVM to another.

  • Elements 11:  After selection tool defines move area, error message reads "No pixels are more than 50% selected".  How to remedy?

    Elements 11:  After selection tool defines move area, error message reads "No pixels are more than 50% selected".  How to remedy?

    Are you certain that you are on the correct layer?
    As a test, try this:
    Select the object with one of the selection tools, e.g. lasso, selection brush.tool. You should see "marching ants" once the selection is complete
    Place the selection on its own layer (Layer>new>layer via copy or CTRL+J). This will place the object on a separate layer.
    With this layer active, use the move tool to move/position it
    Does that work?

  • HP Laserjet 400 M401n won't stop printing when more than 1 copy is specified

    I use this HP Laserjet printer on a network. It's brand new. I print from both Macbook Pro and / or Mac Pro running OS 10.9.5. Downloaded and installed latest HP printer driver.
    Problem: I can print 1 page just fine. But when I specify more than that, the printer will not stop printing copies for the number I specified. I have to press the cancel button to stop it. I have tried resetting the printer. No luck.

    I don't use spell catcher.
    I found a workaround posted elsewhere in the Apple discussion forum. When going through the printing dialog boxes, select Preview and print whatever number of pages I need from that window. It works fine so I'll use that method until a future Mac OS X update fixes the problem.
    The security update for OS X on 3-1-06 didn't fix the problem even after I repaired permissions.
    Thanks for responding.

  • How to uncheck all radio buttons in WHEN-NEW-FORM-INSTANCE trigger

    Hi,
    I have one radio group(RDBTNGRP) having three radio buttons (RDBTN1,RDBTN2,RDBTN3) in a control block, i want to uncheck all these three buttons through code.
    Any help please.
    Regards,

    Hello,
    I don't think you can achieve using the code or property to unselect all radio buttons.
    One possibility is there to create one extra radio button in that same group and set any value for that. Let say you have two radio buttons in the radio group and now you created one more radio button in the same group. And set the value like ABC. Now go to the property of new created radio button and set the X Position, Y Position, Width and Height to zero (0). And set the initial value for that radio group to ABC (new created radio button). So at runtime it will look like unselected all radio buttons. And while saving you can check if radio button selected on your criteria or not.
    -Ammad

  • Use of layout when more than one parameter - Error Missing Parameter Values

    Hi,
    Is it possible to use a crystal report which has more than one parameter as the layout for the bill of materials report.
    I have 3 parameters
           1. DocKey@       The Bill of Materials to be printed
           2. Number of levels to be printed
           3. type of levels to print.
    When I try to print it gives me the error Missing Parameter Values.
    I have tried changing the DocKey@ to CodeKey@ but the same error.
    Does anyone now where to find a list of these tokens?
    Thanks
    Chris

    I looked at the crystal report conversion to try to find what parameters it used and found none.
    I have managed to create and use a crystal report to replace the production order using DocKey@ as the parameter.  This works within SAP.  However I have converted the system production order to crystal reports and from the converted report I cannot see any parameters at all.
    How and where can you find out what paramters you need to use to replace any PLD report?  Several reports have multiple selection criteria before the report prints.  How can you find out what their tokens are called?  I am starting to pull my hair out.  I am getting great help from this forum, but do you know any documentation which actually explains this area.
    Thanks
    Chris

  • Info broadcaster - falls over when more than 2 queries are in a workbook

    Hi everyone,
    We use IB reports extensively with over 2,000 IBs being sent out weekly.
    I have a query I want so send out via IB and I can create an IB setting on the query without issue.  However when I insert more than one version of the query in a workbook, and try to create an IB setting on the workbook, IB falls over once I select Create new Setting.
    Its a fairly chunky query, we have no issues running the query in the Analyser and we have a number of workbooks with 20+ sheets and the query on each sheet, the workbook is fine.
    Its just when we create an IB setting we have issues.
    Anyone encountered this in your own businesses?
    Thanks
    Gill

    Hi Gill,
    We can't say that the Broadcasting is successful,if you are abe to precalculate through backend.This just for a testing of preclaculation server and not for broadcasting.
    If you are able to broadcast through web, then only we can say it is succeeded.
    Rgds,
    Murali

  • Issues when more than 100K images in library

    Hi,
    I've recently spent a lot of time importing several years worth of images into my Aperture Library. At the moment the library stands at approx 104K images. The images are arranged by date into projects - each project having *less than 10K images*. An example of the structure is:
    .Library (Built in smart albums).
    .Client Disks (Folder)
    .RAW Library (folder)
    .-2004 (year)(folder)
    .--01 Jan 2004 (Month)(folder)
    .---29 Jan 2004 (Day)(project)
    .---30 Jan 2004 (Day)(project)
    .--02 Feb 2004 (month)(folder)
    .-2007 (year)(folder)
    .--01 Jan 2007 (month)(folder)
    .---27 Jan 2007 (day)(project)
    etc
    The problem lies with Smart albums or doing any searching across the whole library
    Smart albums work fine when they're created at the year or month scope within a folder (eg '.Raw Library.2007' or '.Raw Library.2007.01 Jan 2007'), but fail when they are created at the top container scope of '.Raw Library' or at the default aperture 'library' level.
    When the smart albums fail, the message that is given is 'Too many images to display. Please create a smart album to show images in the browser'. This occurs even when the selection made should only amount to 100-200 images. Smart Galleries which also worked quite happily across the scope of the library before there where more than 100K images have also stopped working.
    This actually makes Aperture pretty useless as an image library management tool as I would have to create multiple smart galleries in each year to find results across the library and that sort of defeats the purpose of managing the images in Aperture
    FWIW, The Machine specs are: MacPro 3Ghz, 2Gb Ram, OS-X 10.4.9, Aperture V1.5.3, Software Update fully-up-to-date and the images are all referenced, not managed.
    I'd be interested if anyone else has come up against this issue!

    Glad I'm not the only one who has the problem.
    After a bit more playing it seems that the default smart albums do work, at least the 5*, * or better, Rejected and last week, last month work - the yearly ones don't. If you create a smart album and use the star ratings it works. But the moment you add another criteria in - such as a keyword - then it stops working again. If one filter can work with a global scope, then why shouldn't one that's got a keyword added...

  • Radio Button problem when using Logical Databases.

    Hi,
    I have a report that uses logical database PCH.  I'd like to default the reporting period radio button so that when the report is run it is defaulted to today.
    The name of the screenfield is PCHZTR_D so I set
    PCHZTR_D = 'X'. 
    in the initialisation event but this doesn't work.
    Any suggestions how I can get the reporting period to default to 'today' programmatically.
    I don't want to use a variant.
    Thanks,
    Paul

    Try doing it in the AT SELECTION-SCREEN output Event.
    report zrich_0001.
    nodes: objec.
    <b>at selection-screen output.
    PCHZTR_A = space.
    PCHZTR_D = 'X'.</b>
    REgards,
    Rich HEilman

Maybe you are looking for