A case structure run several cases?

So I have a VI, set up with a case of mutiple option structure to select a power supply that is read from (there are 32 options). Now that I did it, I realize that sometimes I want to can I read multiple entries at a time... Is there an easy way to change my configuration so that it runs several cases at a time? Right now my order is a slider to choose the case. What would be a choice of good front control to be able to select several options? Thank you

You can create a picture of your options and the loop in required cases. As mentioned, a case may only run 1 case per loop.

A good front panel control would be a cluster or array of Boolean (for example a checkbox by option), easy to navigate.

/Y

Tags: NI Software

Similar Questions

  • Import and run several text documents in InDesign CS3

    I have several files to plain text, where each runs several pages long I want to import into a single document in ID CS3. I want to import them and to make them sink in a framework unique block of text one after the other on several pages. With a single text of several doc page all what I have to do is select the place and hold down the SHIFT key and InDesign adds the necessary pages and run the copy until the end of the doc. However, if I move select the docs and import to try in a text frame by holding down the SHIFT key, it will just flow the first doc in the group without any indication of overset text. I tried to place several docs of text, hold down the shift and command and brings all my docs on the first page, but in the text boxes separated with text in excess for each doc. Is it possible to do this in InDesign or maybe a plugin that can do this?

    Thank you

    Randy

    I tried to find it. It was published on 21-04-08 by Peter Kahrel (I can tell because I see on my side of the discussion in my "sent" folder) in response to a post I did called "multiple files". Maybe I'm not the research archives forum correctly, or maybe it was during the time of last year when Adobe was trying (and failing) for updating the forums. In any case, I know at this time as Peter post this for public consumption, so I don't think he's going to mind if I post again:

    -------------------------------------------------------------------------

    Description: Place several textfiles as a story

    indesign #target

    default = "/ d/books/test/*.doc";

    app.wordRTFImportPreferences.useTypographersQuotes = false;
    app.wordRTFImportPreferences.convertPageBreaks = ConvertPageBreaks.none;
    app.wordRTFImportPreferences.importEndnotes = true;
    app.wordRTFImportPreferences.importFootnotes = true;
    app.wordRTFImportPreferences.importIndex = true;
    app.wordRTFImportPreferences.importTOC = false;
    app.wordRTFImportPreferences.importUnusedStyles = false;

    mask = prompt ('Enter a file path/mask.\r\r' +)
    "Examples: \r" +.
    ("d:\\books\\test\\*.rtf /d/books/test/*.rtf", preset).

    If (mask == null) exit();  Cancel the pressed

    FF = folder (file (mask) .path) .getFiles (File (mask) .name);
    If (ff.length > 0)
    {
    place = [];
    lack = [];
    = app.documents.add) (tframe. textFrames.add
    ({geometricBounds: [36, 36, 400, 400]}) ;
    placedstory = tframe.parentStory;
    app.scriptPreferences.userInteractionLevel =
    UserInteractionLevels.neverInteract;
    PB = initprogressbar (ff.length, "Loading");
    for (i = 0; i< ff.length;="" i++="">
    {
    PB. Value = i;
    Try
    {
    placedstory.insertionPoints [-1] = .silence ' £0 ';
    placedstory.insertionPoints [-1] concerned (ff [i]);
    placedstory.insertionPoints [-1] .silence = "\r\r";
    placed.push (.name ff [i]);
    }
    catch (_)
    {
    Missed.push (.name ff [i]);
    }
    }
    app.scriptPreferences.userInteractionLevel =
    UserInteractionLevels.interactWithAll;
    inform = ";
    If (placed.length > 0)
    inform = 'Placé' + ff.length + ' files (in this order): \r\r' + placed.join ('\r');
    If (missed.length > 0)
    inform += "\r\rCould no place: \r\r" + missed.join ('\r');
    delete_empty_frames ();
    alert (notify);
    }
    on the other
    Alert (mask + "is not found.");

    End

    function delete_empty_frames)
    {
    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.findWhat = "\\A\\Z";
    var empty = app.activeDocument.findGrep (true);
    for (var i = 0; i)< empties.length;="">
    Empties [i] .parentTextFrames [0]. Remove()
    }

    function initprogressbar (stop, title)
    {
    var progresswindow = new window ("palette", title);
    ProgressBar = progresswindow.add var ("progressbar", not defined, 1, stop);
    progressbar.preferredSize = [200.20];
    progresswindow. Show()
    return of the progressbar;
    }

    -------------------------------------------------------------------------

    Copy and paste everything between the lines of hyphen (excluding dash lines) in a text editor and save it with the extension .js and put it in your scripts folder. Should be something like:

    D:\Program Files\Adobe\InDesign CS3\Adobe InDesign CS3\Scripts\Scripts Panel

    After the alphabetical order of your files and put them in their own folder, copy the path and run the script. It will make a new folder and place all of your files in a continuous narrative. I don't know how it will work with .txt files.

    Ken Benson

  • I'd like to run several videos continuously

    I've been very successful runs several Power Point programs successfully.  I use a batch program that contains the following elements:

    START/WAIT ACROSS_AMERICAN_Musical.ppsx
    START/WAIT GRAND_CANYON.ppsx
    START/WAIT Frumosul_la_absolut.ppsx
    START/WAIT ERIC_JOHANSON.ppsx
    START/WAIT CREATION.ppsx

    I have several videos, addresses of look who are like these below.

    As the self you are several You Tube.

    Is it possible to use something similar to the 'batch' procedure I can use to run the videos that I have above constantly?

    Thank you very much

    Jim Nolan

    I'm not sure that the product that I've referenced below iscorrect.

    Hello

    The question you asked is out of reach on this forum.

    Please post your request here:

    https://social.msdn.Microsoft.com/forums/en-us/f7d62b5a-6c5b-48f6-a69e-638bc5b8258d/batch-file?Forum=vsexpressvb

    Kind regards

  • How to run several Vi even in parallel?

    Hello

    I have a main VI and a second VI

    in primary VI, I'll put a button Add new OVEN, when the user presses it, the second Vi will take place and capture data from oven.

    When I click this button again, a different second VI Windows will start and captures data Second oven...

    ect...

    I do not know how my VI run several times... as in parallel mode... Even race VI... and unrelated to one another...

    Thank you all for your help,

    The best way to predict the future is to invent it.

    Date of arrival:

    http://zone.NI.com/reference/en-XX/help/371361A-01/lvconcepts/suggestions_for_exec/#Simultaneously_Calling_SubVIs_from_Multiple_Places

  • Windows XP Pro on which I run several programs. After the opening of a few applications, I have this message "not enough memory".

    Hello

    I have a PC running Windows XP Pro on which I run several programs. After the opening of a few applications, I have this message "not enough memory".
    When I have this message, I can't open another application, or those in Windows... I have 2 GB of memory and only 700 MB are used.
    If I open the calculator several times (about 65 times), I have the same result.
    Sometimes, I get no error message, but the application does not open.

    Someone knows why?

    Thank you

    Hello

    You did the chnages on computer before this problem?

    I suggest you go through the steps of the following atrticle.

    "Not enough memory" error message appears when you have a large number of programs running.

    Note: Important this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    322756 (http://support.microsoft.com/kb/322756/ )
    How to back up and restore the registry in Windows.

  • Dell XPS on MS XP running several windows to include station media TV and internet games offers a pixelated display gradually and freezes

    Dell XPS on MS XP running several windows to include station media TV and internet games offers a pixelated display gradually and freezes. restart clears but reproduces

    I love my Dell and use media station to watch cable TV while playing games on the internet (pogo.com) sometimes I play solitaire spider OEM.  I think that, especially in the afternoon, my image of the desktop will get pixelated (small hyphens in contrasting colors) gradually fill in top to bottom.  Initially, I thought this might be the steganography, but found no references.  then I noticed that the pixelation in contrasting colors began to appear on the screen of the media station into strips about 6-8 rows of red, green and blue and pulsed in time for audio.  do not have audio video storage but this started to happen when Comcast went digital, so there may be a link?  spoke and troubleshoot-done with the line paid expert who suggested Speedfan as a diagnosis for my GPU graphics processing unit.  When I reboot, everything is fine so it happens with increasing frequency.

    Here is a link to the Dell site where you can get a manual that has a few general cleaning instructions as... eliminate dust, etc.
    http://support.Dell.com/support/downloads/index.aspx?c=us&CS=19&l=en&s=DHS

    Here is a link to some general purpose cleaning of ideas to make sure your system is found good circulation:

    http://www.bleepingcomputer.com/tutorials/tutorial118.html

    Even if your system is physically disconnected from the power supply and clean, if you can remove your slot NVIDIA card and reinsert the card safely in the same dwelling, which will ensure that you don't have a loose connection.  Which may require a screwdriver, so if you're not uncomfortable with it, maybe you can find someone to help you.

    Your display NVIDIA GeForce 7300 driver has also passed HIM.

    Your msinfo32/video info says that currently, you have this:

    6.14.12.6658 driver version (it's NVIDIA version 266.58)

    The current version of the driver for the GeForce 7300 is 270.61

    The best way to reinstall the NVIDIA software is to visit NVIDIA support web page and let your system and recommend the best software for your system or that you get the right version of the software on their web page and download the latest package of video driver for your system software and install it yourself.

    It is recommended to run the scan NVIDIA with Internet Explorer.

    Here is the link to the support page NVIDIA for the scan:

    http://www.nvidia.com/download/Prescan.aspx?lang=en-us

    Read the instructions, and then click the GRAPHICS DRIVERS button to start the scan.

    Let online to take a look at your video system scanner them and see what he suggests for drivers and consider their analysis if they offer a new pilot.

    Download and install the recommended driver and reboot your system and check the version of the driver installed again.

    If you post the msinfo32/video info once again, we can help you to ensure that the new driver is installed.

    Is not not a audio/videophile, I'm not sure if your codecs required to make day or no MS maybe someone else can help you with this part, but should your video driver update.

  • Iexplore.exe is running several times in my task of process manager

    Iexplore.exe runs several times in my process even Task Manager when explore is not upward.  I use Windows7.

    try to go to google and download malwarebytes with computer scan

  • I can train the UAC? I regularly run several programs and UAC asks EVERY TIME if that's OK.

    I regularly run several programs and UAC asks EVERY TIME if that's OK.

    UAC is designed to collect want programs run without my permission.  Why can't have a list of programs that are allowed to run without hindrance when I'm the one initiating this shit to begin with?
    As far as I KNOW, there are four scenarios in which UAC does not:
    • When it is off (obviously!)
    • When the actions of the programme are not potentially dangerous.
    • When a program is run under a high count.
    • When the program is running under the system account.
    Your statement "UAC is designed to catch programs who want to run without my permission" neglects the main point. UAC is designed to prevent programs from performing potentially dangerous actions such as changing the files/system folders or by editing the registry. In other words, a UAC challenge is never directed to a specific application. She always helps that tries to make a request.

    I think it would be easy for Microsoft create a list of "good guys". I also suspect that it would be just as easy for programs not allowed to populate this list without your knowledge, so beating UAC in no time at all.

  • Running several instances of Win7

    Hello, this is my first post in this forum.

    I tried to do some research to make sure that I'm not something that has already been answered, but that have not yet found.

    I would use vSphere Hypervisor (free product) on a single server and run several instances/images of Win7, so that I could use it in the classroom. My hope is that by doing this I need only to maintain an image and keep up-to-date.

    My plan is to create an image, and then allow clients to connect to the server via RDP and start a Win7 desktop computer using this image. I also need to have Office 2010 installed on this desktop is going to be where my teaching is centered.

    My questions are:

    1. This product will make?
    2. How to create the image of Win7?
    3. How licensing issues are handled so that I can legitimately run up to 5 copies of this Win7 desktop computer?
    4. Any other suggestions or thoughts that I have to consider?

    Thanks in advance.

    Russ Kauk

    If you are willing to accept a slight modification, it can do.

    (1) creating an image or

    (2) you create clones of n of this image and start them

    (3) users connect via IP/hostname to each individual workstation.

    If you need to automatically configured virtual machines and management, then you have to accelerate the non-free hypervisor, vCenter and VMware View.

    Regarding the issuance of permits - you will need licenses for Windows "n", likely.

  • Method of application for process by running several times question

    Hi all

    In my controller code, application of process method is run several times, and insertion of multiple data in the table, any body can help me how to solve this problem.

    I have the code in my application process below:

    OAApplicationModule m = pageContext.getApplicationModule (webBean) (OAApplicationModule);

    am.invokeMethod ("InsertRecord", null);

    OAMessageLovInputBean oalovinputbean = (OAMessageLovInputBean) webBean.findIndexedChildRecursive ("ccustatus");

    oalovinputbean.setValue (pageContext, "INPROGRESS");

    String userName = pageContext.getUserName ();

    System.out.println ("username is:" + username);

    OAMessageTextInputBean pUserId = (OAMessageTextInputBean) webBean.findChildRecursive ("item32");

    pUserId.setValue (pageContext, userName);

    OAMessageTextInputBean pchangedby = (OAMessageTextInputBean) webBean.findChildRecursive ("item34");

    pchangedby.setValue (pageContext, userName);

    If ((("on").) Equals (PageContext.GetParameter ("rrchkbox")))

    {

    String whereclause1 = (String) pageContext.getTransactionValue ("whereclause");

    String workordnum = (String) pageContext.getTransactionValue ("workordnum");

    String rrnum = (String) pageContext.getTransactionValue ("rrnum");

    String ponum = (String) pageContext.getTransactionValue ("ponum");

    System.out.println ("whereclause test1" + whereclause1);

    String status = pageContext.getParameter ("ccustatus");

    System.out.println ("CLEMENT LINE STATUS:" + status);

    Serializable param [] = {workordnum, rrnum, whereclause1, ponum};

    am.invokeMethod ("getSearchData1", param);

    am.invokeMethod ("checkSelectedrow", param);

    Vcnt serializable = am.invokeMethod ("processPOData", param);

    }

    Below the code written in AM:

    Public Sub InsertRecord()

    {

    XXDPECONTAINERVOImpl vo = getXXDPECONTAINERVO1();

    vo.setMaxFetchSize (0);

    Line XXDPECONTAINERVORowImpl = (XXDPECONTAINERVORowImpl) vo.createRow ();

    oracle.jbo.domain.Number empNum = (oracle.jbo.domain.Number) getOADBTransaction () .getSequenceValue ("XXDPE_CONTAIN_SEQ");

    row.setContainerizationId (empNum);

    vo.insertRow (row);

    row.setNewRowState (rank. STATUS_INITIALIZED);

    }

    Please help me.

    Thank you Manu for your answer, my question set, in fact it was I have attached several region in the page controller, so whenever the page load is run 3 times and the call to the insert 3 times, so I corrceted it now is workign fine.

    Thnaks

    Deb

  • You can run several APEX headphones for different instances on the same server

    Please confirm that we can run several APEX headphones for different instances on the same server?  It is a configuration of xml configuration or do we need to do more?


    Thank you


    Tony Miller

    SmartDog Services

    Austin, TX

    Hello

    With last listener APEX, you can configure multiple databases

    Oracle Application Express listener configuration

    Is that what you mean?

    Kind regards
    Jari

  • Case of Structures run a particular set of code for several conditions?

    Structures of the event may have a single case of event manage several event specifiers.

    C code supports this kind of statement 'switch ':

    Switch (EnumValue)
    {
    case a:
    case b:
    handleAOrB();
    break;

    case c:
    case d:
    e case:
    handleCOrDOrE();
    break;

    by default:
    handleOther();
    }

    How about Business Structures? Can I attach a code block to multiple values to enums? (without duplicating cases, which might be a maintenance nightmare)

    Edit: the closest thing I found is http://forums.ni.com/t5/LabVIEW/case-structure-multiple-inputs/td-p/2377132, but my original enum in another conversion is a bit rude

    You can specify multiple values enum for a particular case. Is that what you're looking for?

    For more information, see the series of weekly nuggets that I wrote on the case Structures: part 1, part 2, part 3, part 4and part 5.

  • While the loop within a box Structure runs only once a target FPGA

    I have a card OR cRIO-9012 RIO for the HIL system. I have a target FPGA file when I use a While loop within a while loop I use the box Structure to check a real condition inside I have the function of activation of the ports and selecting the analog and digital ports. But for my code the code runs only once on repeted times that we have in the LabVIEW environment.

    I also need help to optimize the code. I've seen people using While loop timed in the FPGA target I don't use in both cases.

    I've attached my FPGA with the Version of LV2012 file.

    Waiting for your comments.

    Thank you and best regards,

    Ganesha Moorthy

    You have while loops inside the structure to deal with a constant of false cable to the stop condition. These loops will obviously never stop so browse your outside while loop (containing the case structure) can never.

    This has nothing to do with the FPGA target, the same thing will happen in the development environment.

  • Run several SignalExpress projects simultaneously in independent processes

    I tried to develop the following simulation: simultaneously run two SignalExpress projects with similar steps, but defined configurations.

    However, what really happened was: the first *.seproj runs as expected. However, when I run the second *.seproj file, it uses the configuration of the first project, rather than his own.

    Files and folders (in bold) Setup:

    • Project1
      • Project1.seproj: Contains a step of user referring to a VI in this folder VILibrary.llb.
      • Project1.ini
      • VILibrary.llb
    • Project2
      • Project2.seproj
      • Project2.ini
      • VILibrary.llb: Contains a step of identical user referring to the VI in this folder VILibrary.llb. (I copied the file *.llb from the folder above and the stage of the user to point to the VI in LLB of the file being edited). In the case of each VI 'config', I have a "a Dialog button" displays the path of the INI file to read.

    Action taken:

    1. Double-click Project1.seproj in WIndows Explorer and run it. The above mentioned user step displays a dialog box that it is ready to read Project1\Project1.ini as expected.
    2. Double-click Project2.seproj in Windows Explorer and run it. The above mentioned user step displays a dialog box that it is ready to read Project1\Project1.ini! This should not... I expect the dialog box to display Project2\Project1.ini.

    This behavior is correct? I expect the nature the returning of the VIs (developed from a model SignalExpress) would make sure that various INI files would read.

    Thank you.

    Thanks for the information!

    I found that the problem goes away if give you the names of different screws. It would be a viable solution? The problem seems to be that SignalExpress will use the first VI of a particular name without checking that it is the 'right' VI.

  • Weird bug Simulator runs several applications of JQuery

    Just noticed some really strange behavior in the Simulator. I have three JQuery based applications that all work well, but not when one of the other is already running. When this is the case, a second launched application does not start. It freezes on the loading screen of your application.

    This problem is listed ot the list of known issues:

    After you've started a BlackBerry WebWorks application in the BlackBerry® Tablet Simulator, other BlackBerry WebWorks applications will not start. (1158697)
    
    Impact: You cannot run multiple browser-based applications at the same time.
    
    Workaround: Only run one browser-based application at a time.
    

    Link: http://docs.blackberry.com/en/developers/deliverables/24007/BB_WebWorks_SDK_Tablet_Known_Issues_Beta...

Maybe you are looking for

  • Want DV-7373: when Windows 10 update is no longer free, what then?

    I tried upgrading to Windows 10 64-bit more than 15 times for about 8 months after it became available. I have studied possible solutions until I just couldn't do more. You name it, I tried it-everything except for agreeing to erase all my data and t

  • Media Player wants to Sync with all

    Whenever I connect a USB storage device to my pc, Windows Media Player wants to set up a synchronization relationship. Every time. For each device. How can I disable it?

  • router fell, only mouse click, now Windows will not boot up

    I have Vista, and I used my computer with wireless mouse, no problem.  Then my cat hit the small router computer and the speaker behind the counter.  No problem for a while.  Then my mouse has stopped working.  Changing the batteries, no difference.

  • How eliminate the duty press F1 on startup or restart my Dell Inspiron 530 desktop PC?

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: You have problems with programs Error messages Recent changes to your computer What you have already tried to solve the problem

  • the NAT ID processing order

    Hello all; No one knows and also anyone can provide some bad infoamtion processs NAT ID flow? I have two nat/global declarations. access allowed WWW ip object-group COMPANY-A list any Global (outside) 30 60.100.100.60 255.255.255.192 subnet mask Glob