Select between more than two to next state

Hello everyone!
I'm using a state machine (look at pic), but I want to select the next state depending of a comparison with a integer (1,2,3,4,5). Well, I don't know how to select the diferents next states, because with de <<select button>> (comparison express), I only can select 2 posibilities. I think there is other one button to do this but I don't know what. Are there others posibilities to do this?
Thanks!!
Joselito!
Solved!
Go to Solution.
Attachments:
Dibujo.JPG ‏100 KB

Wire the output of the N button core SubVI to the selector of a case structure. Place the next state enum inside of the case.
Attachments:
SS1.JPG ‏33 KB
ss2.JPG ‏7 KB

Similar Messages

  • How often can I swap a Creative Cloud activation between more than two systems?

    I have three computers - one at work (desktop) and two at home (desktop and laptop). My Adobe CC account is currently installed on two of them (desktop at work, desktop at home) but I would like to swap one of those activations as often as twice a week when I need to take my laptop on the go. i.e. I would activate my laptop and deactivate my home desktop for about 24 hours and then re-deactivate/re-activate..
    How often can I do that activate/deactivate without breaking the EULA?

    Hi Midimid,
    Welcome back to Adobe Forum,
    In Creative Cloud, you sign in to activate your software.
    Make sure that your computer is connected to the Internet.
    Start the application.
    Choose Help > Sign In. (If this option is dimmed, you've already signed in and don't need to activate your software.)
    Log in with your Adobe ID (usually your email address) to activate your subscription. If you don’t have an Adobe ID, you see an option to create one.
    Note: If Creative Cloud prompts you to enter a serial number after signing in, see Creative Cloud applications ask for serial number.
    Signing out of one Creative Cloud application deactivates all Creative Cloud applications associated with your Adobe ID on that computer.
    Make sure that your computer is connected to the Internet.
    Start the application.
    Choose Help > Sign Out (Your Adobe ID).
    Click Sign Out.
        Alternately, you can sign out from all Creative Cloud applications on your machine using the Creative Cloud app for desktop. 
    Open the Creative Cloud Desktop App.
    Choose the Settings icon.
    Choose Preferences.
    Choose Account.
    Choose Sign Out from Creative Cloud.
    Running into a problem? See Common Deactivation Issues.
    Please check the details in http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#ho w-to
    However I would request you to go for Creative Cloud for Team in which you can add the number of seats & install it on computers required.
    Hope this information helps you, please mark the post if the issue is addressed, we value your opinion.
    Kind Regards,
    Rajshree

  • Not able to select more than two values

    Based on picklist.fmb, I created a list item in a form.
    I am able select many values using SHIFT but I am not able to pick more than two values using CTRL key.
    Anything I did mistake or picklist won't support picking more than two values using CTRL?
    Also I am not able to get the scroll bar attaching to this list item.
    Please advise.
    Thank you,
    Prasad

    hi,
    You have to set the LINES property of the table control In the PBO of your screen, to the number of entries in the internal table.
    data: lv_line type i.
    DESCRIBE TABLE  gt_table LINES lv_line.
    table_control-lines = lv_line + 1.
    or else
    You can do two thing in table control properties check horizontal and vertical scroll options plus in PBO you can based on number of lines in internal table assign it to TC_ABC-LINES if no lines are there then add by default 20..10.. any number of lines as you want.

  • How to specify more than Two Tables in NATURAL JOIN

    Hi,
    I am using Oracle9i R-2. I want help in writing a Query using Two Tables in SQL*PLUS. I am using ANSI/ISO Standrard for table-joins:
    select col1, col2, descr
    from tab1 natural join tab2
    There are two columns col1 & col2 is common between thse two tables. So, it will join them and query execute well.
    How can i use 3rd table tab3 in the same way in Natural Join...? If column col1 & col2 is available in tab3 also.
    I tried this way, but it gives me error:
    select col1, col2
    from tab1 natural join tab2 natural join tab3
    Is it possible to specify more than two tables in Natural Join Clause.
    Please check that out & help please. Thanks.
    Regards,
    Kamesh Rastogi

    I do not get an error when I try the same thing on the same version, as demonstrated below. Can you post your table structure and a copy and paste of a run of your actual query with the error that you are receiving?
    scott@ORA92> select banner from v$version
      2  /
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    PL/SQL Release 9.2.0.1.0 - Production
    CORE     9.2.0.1.0     Production
    TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
    NLSRTL Version 9.2.0.1.0 - Production
    scott@ORA92> select * from tab1
      2  /
          COL1       COL2 COL3
             1          1 A
            10         10 B
    scott@ORA92> select * from tab2
      2  /
          COL1       COL2 COL4
             1          1 C
            20         20 D
    scott@ORA92> select * from tab3
      2  /
          COL1       COL2 COL5
             1          1 E
            30         30 F
    scott@ORA92> select col1, col2, col3, col4, col5
      2  from tab1 natural join tab2 natural join tab3
      3  /
          COL1       COL2 COL3 COL4 COL5
             1          1 A    C    E
    scott@ORA92>

  • Spry insert master/detail layout Can't get more than two columns?

    Ive been trying to get more than two columns just experimenting with spry data sets and can't with the layout option "insert master/detail layout"
    What am I doing wrong?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    var ds1 = new Spry.Data.HTMLDataSet("benefitsdata.html", "bizben", {firstRowAsHeaders: false});
    </script>
    </head>
    <body>
    <div align="center">
      <div class="MasterDetail">
        <div spry:region="ds1" class="MasterContainer">
          <div class="MasterColumn" spry:repeat="ds1" spry:setrow="ds1" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected">{column0}</div>
        </div>
        <div spry:detailregion="ds1" class="DetailContainer">
          <div class="DetailColumn">{column1}</div>
          <div class="DetailColumn">{column2}</div>
          <div class="DetailColumn">{column3}</div>
        </div>
        <br style="clear:both" />
      </div>
    </div>
    </body>
    </html>

    Hello,
    in addition to Sudarshan's statement about the discontinued support: In my SPRY library I found this "html_dataset_sample". Maybe it could help you. Here the source code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.HTMLDataSet("benefitsdata.html", "bizben", {firstRowAsHeaders: false, useCache: false, tableModeEnabled: false, sortOnLoad: "column0", sortOrderOnLoad: "ascending", rowSelector: "tr.destroyed", dataSelector: "td"});
    ds1.setColumnType("column2", "number");
    ds1.setColumnType("column3", "number");
    ds1.setColumnType("column4", "number");
    //-->
    </script>
    </head>
    <body>
    <div spry:region="ds1">
    <table>
      <tr align="center" valign="middle">
       <th width="100" spry:sort="column0">Name</th>
        <th width="100" spry:sort="column1">Class</th>
       <th width="100" spry:sort="column2">Length(m)</th>
       <th width="100" spry:sort="column3">Crew Size</th>
       <th width="100" spry:sort="column4">Crew 1</th>
    </tr>
      <tr align="center" valign="middle" spry:repeat="ds1">
       <td width="100"><p>{column0.1}{column0.2}{column0.3}</td>
         <td width="100">{column1}</td>
       <td width="100">{column2}</td>
       <td width="100">{column3}</td>
       <td width="100">{column4}</td>
    </tr>
      </table>
    </div>
    </body>
    </html>
    Hans-Günter

  • Not able to Render more than two asset type in a drop zone on page

    Hi All,
    I have created two different assets by making two different flex family.
    I need to render these two assets in a single drop zone on a page.
    Can some one tell me how is it possible to make a drop zone on page which will be able to take two different type of assets because while creating Page attribute when i select page attribute of type asset there is no option through which i can select more than two asset types.
    Thanks & regards,
    Ankur Bhatia

    Hi Rodney,
    Thanks for ur Reply.
    While creating page attribute on admin site,when we select attribute type as "asset" a dropdown list comes just below through which we can select only a single asset.
    how to use a list option here or how can we create it so that it can be used with various asset types.
    Also in avisports site there is no drop zone which can contain more than one asset of different type.
    The Drop zone contains here all the assets of same type.
    Thanks and Regards
    Ankur Bhatia

  • Adobe thinks I have more than two computers

    I recently purchased Adobe Creative Suite 4 Production Premium. I only have two Windows computers. One is running 64 bit Vista Ultimate and the other one (a laptop) is running Vista Home Edition. I installed the Adobe suite on both machines without issue. I took my laptop over to Peet's to use it and now when I come home to use it on the other computer, I get a big message box saying:
    Excuse the interruption, but:
    Our records indicate that this serial number has already been used to set up and activate Creative Suite 4 Production Premium on two other machines, which is the maximum allowed.
    You have 30 days from today to correct this problem.
    I called in to the support number and they are showing that it has been activated on 6 different computers now.
    The only thing I can think of is that someone at Peet's was able to steal my serial number through some hacker magic maybe eavesdropping over the wireless somehow?
    Please help! Is this a known issue or something?
    This software was way too expensive to have this happen. I am not a pirate, I didn't give the number to anyone. I didn't expose the serial number anywhere knowingly or accidentally.
    Please help.
    One thing I did notice is that the Adobe updater failed to complete it's activities on my 64 bit machine. Sometimes the 64 bit machine has trouble because there are not enough drivers written for it. Maybe it's something like that? Please help.

    Sorry to hear about your problem.
    A few observations and questions.
    (1) The Adobe Creative Suite requires Vista Home Premium as a minimum configuration. Hopefully your notebook system is
    not running Vista Home Basic. The fact that it installed would indicate that you are probably running Vista Home Premium.
    (2) Exactly where and how did you purchase the CS4 Production Premium? Was it in a sealed box from Adobe or a authorized dealer or was it from eBay or some Warez site?
    (3) The fact that it activated on more than two systems is indicative of at least four of the six systems attempted activation using some type of hacked version of the software.
    (4) Adobe's communication between your system and Adobe for activation is secure, but obviously, someone may have hacked your system to record keystrokes or otherwise capture data from your system.
    Assuming that you indeed made your purchase via a reputable source (i.e., either directly from Adobe or from an authorized dealer) and that you have a receipt for your purchase, I would recommend that you contact Adobe Customer Support, explain the situation and your suspicions and offer to send them a copy of your receipt or a fax of same. They should be able to fix the situation via supplying you with a new serial number and let you enter that number on both your installations and let them reactivate with the new serial number. Make sure you get the names of any persons you speak with at Adobe Customer Support and if you encounter any problems ask to speak with a supervisor. (If you still can't get anywhere with those folks, contact me offline via e-mail and I'll see what I can do to assist.)
    In the meantime, I would most strongly recommend that you thoroughly scan your system for viruses, trojans, keyloggers, etc. with updated virus scan definitions and with any one of a number of programs such as "SpyBot" (a free spyware scanner) that can search and destroy any problematic crud that may be infecting your system. You should also make sure you have effective firewall software if you frequent public WiFi locations.
    - Dov

  • Is there a way that I can see more than just the next slide in Presentation mode (as an old version of PowerPoint used to do)?

    Is there a way that I can see more than just the next slide in Presentation mode (as an old version of PowerPoint used to do)?

    Sorry - should have been more specific. As far as I can see, Keynote will only allow me to see the current slide and the next slide on my laptop when I am presenting a slideshow through a projector. But an old version of PowerPoint allowed me to show the current slide....and (adjustable) many more slides ahead (say 10)....so I could simply jump ahead to a 'future' slide and skip several slides in between. Net result being that I was able to matcgh my slides to group discussions rather than stick to a fixed, predetermined slide show.
    As much as it pains me, without this facility - PowerPoint (old verson, not current one) is more useful for me! :-((

  • HP photosmart D7560 Not able to print more than two passport pictures

    I just bought D7560 I can not figure out how to set the software HP Photomaster Essential which comes with the printer to print more than two passport photos 2X2 inches on a 4x6 paper. The old printer that I used to have HP photosmart 7550 had templates with many configurations to choose from this one does not can you help please..

    missing_link5 wrote:
    Multiple statements solves the issueOr iterating over the first ResultSet and storing the data elsewhere.

  • Retrieval of Data from More Than Two tables

    Hi Experts,
    How to get the data from more than two tables.
    By using Jdbc, and through only core java.
    I mean if i entered some empid at command prompt,
    then the complete data (where empid is presented at some tables like L1,L2,L3,L4.) is to be displayed.
    Bye
    TulsiRam Mohan.
         Message #196971

    Is creating view on these 4 tables is an option ?
    Something like :
    Select * from a
    union all
    select * from b
    ... and so on ?

  • More than two audio tracks?

    Is it possible on iMovie to have more than two audio tracks? Is there a way I can add more? If so, how?
    Thanks so much,
    -Rachel

    At the recommendation of Matthew Morgan and others in this forum, I took about twenty minutes and checked out garage band.
    You can click on a movie tab, in which you can import your imovie project. Garage band gives you the option of, at least, 8 simultaneous tracks. You can record from your mic, mind you that's a bit tricky, you'll have to read the garage band manual, but like I said, it only took twenty minutes to configure everything.
    Once everything's recorded, you can export to imovie. I didn't try that, but I know it absolutely can be done, and it shouldn't be hard. That will give you 9 tracks at a minimum, plus your video's sound as a 10th. Pretty cool stuff.
    FYI, it's not enough to have your mic selected in sound preferences. You'll want to go to Utilities and audio/midi setup and choose your mic AND choose it again in the Properties For tab. Once that's done, go to Preferences in Garage Band, click on audio/midi and choose your mic. Now, you're good to go. (I found this out under an "imic" microphone question in garage band help.) Awesome app.
    Hope this helps.

  • Requirement to enable more than two concurrent RDP sessions on multiple Windows Server 2012

    I have an existing Remote desktop licensing server, which has users CALs for server 2008. Now I have some windows server 2012 R2, where more than 2 concurrent RDP connections are required.
    What I understand that I will need to install RDS server roes on all my Widows Server 2012 and I will need to have at least one RD licensing server to install RDS CALS, that’s all.
    If it is correct, the questions is : Can I use my existing license server to add my newly purchased version 2012 RDS user CALs or I will need a new licensing server?
    If it is not correct, then what else I need
    I appreciate your detail step by step
    Thanks

    Thanks the for steps, provided,
    So in short,
    I will need a Windows 2012 Server to install RSD 2012 licencing server to setup my newly purchased X number of RDS 2012 user CALs.
    As I just want more than 2 concurrent RDP connection to happen on some Windows 2012 server, I will require to select “Role-Based or feature-based installation and ONLY will enable Remote Desktop Licensing Role and Demote Desktop Session
    Host.
    I will need to add RD Licencing and add the server 2012 servers; I want more than 2 concurrent connections to happen.
    I will need to enable RD Licensing mode as per user
    Question:
    1. What I need to enable on those servers, where I want concurrent RPD connection to happen
    2. In which stage and where I will enable my users CALs, I purchased?
    3. Do I have to install RD Session Host role service on the servers, where more than two RPD users will connect at the same time?
    I am also in dark, how my user will connect those servers, with RDP connection or with  RD Web Access.
    All I want to do is to enable more then 2 concurrent connection to some Windows Server 2012 R2. I have already purchased some RDS 2012 R2 Users CAL

  • New iTunes on Mac doesn't allow me anymore to select all songs and 'Get info' to adjust the volume, like the old one. It says"your selection contains more than one type of media". They are all songs! Help please!

    New iTunes on Mac doesn't allow me anymore to select all songs and 'Get info' to adjust the volume, like the old one. It says"your selection contains more than one type of media". They are all songs! Help please!

    Raya Alfa wrote:
    ...there are some that are mp3 and it will be extremely hard to pick them from the lot.
    Not true. Select "Kind" as a sort category by right clicking the headings
    Then click to sort by Kind
    If your Import Settings are for Apple Lossless, AIFF, AAC or whatever the majority of your files are, convert MP3s to that file type.
    I've presently got 17,000+ files in my library, and they're ALL MP3 or M4B(Audiobooks). If they weren't when I got them, I converted them.  Saves a LOT of hassels with just this type of situation. Besides I have two non Apple MP3 players that WON'T work with other file types besides MP3 so, EVERYTHING I have has to be MP3.

  • Bug? My events on the iPad iCal app aren't shown in the year view if they are more than two years in the future.

    My events on the iPad iCal app aren't shown in the year view if they are more than two years in the future even though I can see them on the month, week and day view. Any suggestions on how to fix it? I've tried it all. I called the apple support and they checked on their iPads. They all did the same and they couldn't help me. They suggested trying this way. I'd like to be able to plan a few years ahead and the year view would make thing so easy!
    Is this a bug?

    Go to the Home screen and double click the Home button. That will reveal the row of recently used apps at the bottom of the screen. Tap and hold on the app in question until it wiggles and displays a minus sign. Tap the minus sign to actually quit the app. Then tap anywhere on the screen above that bottom row to return the screen to normal. Then restart the app and see if it works normally.
    Then reboot your iPad. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the iPad restart. See if that fixes your problem.

  • How can i use IDSM-2 in inline mode for more than two VLANs?

    can i use the IDSM-2 in inline mode to be ips to more than two VLANS
    like this or it isn't
    intrusion-detection module 5 data port 1 access-vlan 10,20,30,40,50
    intrusion-detection module 5 data port 1 access-vlan 100,200
    thank u all for your help

    The IDSM-2 ports need to be configured as trunk ports with multiple vlans rather than as access ports.
    http://www.cisco.com/en/US/partner/products/hw/vpndevc/ps4077/products_configuration_guide_chapter09186a00807517eb.html#wp1068377
    And instead of creating an inline interface pair by pairing Gig0/7 with Gig0/8 within the IDSM-2 configuration, you would create inline vlan pairs.
    With an inline vlan pair you pair 2 vlans on the same interface.
    You can have up to 255 inline vlan pairs on each interface (assumining you keep the total traffic from all of the pairs within the IDSM-2s performance limit of around 500Mbps)
    How to create inline vlan pairs:
    http://www.cisco.com/en/US/partner/products/hw/vpndevc/ps4077/products_configuration_guide_chapter09186a00807517bb.html#wp1047852
    The other aspect you need to be aware of is that not all IOS versions will support configuring the IDSM-2 data ports as trunk ports for inline vlan pairs.
    Your best bet is to use 12.2(18)SXF4 or a later version on the 12.2(18)SXF train.
    The 12.2(33)SR train does not currently support the trunk feature for the IDSM-2.

Maybe you are looking for