Output system are made up of several conditions by using the If Condition

Hello master. I want to create a system of products composed of several conditions using if conditions. The input of the system is derived from "counting" and the second entry is "O". Entry is in order. Then, the expected results are:

If Y<= 5="" and="" count=""><= 20,="" the="" result="" is="">
If Y<= 5="" and="" 20=""><30 result="">
If Y = outcome 30 C <= 5="" and="" count="">

If <= 5="" y="">= 10 and County<= 20,="" the="" result="" is="">
If <= 5="" y="">= 10 and 20<30 result="">
If <= 5="" y="">= 10 and County > = result 30 C

Thank you for your attention.

Kind regards

Fajar

Assuming that 'A', 'B' and 'C' are digital issued by a calculation, you can use a node of the formula.

Here is a small example based on your rating (a bit confusing).  It can be slightly changed, but it might be a starting point (assuming I understood you, and you're only dealing with the numeric data types simple as described in your example).

The case could just to do this using regular functions of comparison of LabVIEW and data flow.

Tags: NI Software

Similar Questions

  • No links to the local area network connection. But how to use the Internet again, please help establish a LAN connection.

    Original title: no local network connection

    No links to the local area network connection. But how to use the Internet again, please help establish a LAN connection.

    Hi H.mustafaakyurek,

    ·         What operating system is installed on your computer?

    You can view the following items on the creation of a network connection:

    Setting up a network home

    http://Windows.Microsoft.com/en-us/Windows7/setting-up-a-home-network

     

    Start here to set up a home network in Windows 7

    http://Windows.Microsoft.com/en-us/Windows7/start-here-to-set-up-a-home-network-in-Windows-7

     

    Setting up a wireless network

    http://Windows.Microsoft.com/en-us/Windows7/setting-up-a-wireless-network

    Also see the following articles on the connection of an Internet connection:

    What do I need to connect to the Internet?

    http://Windows.Microsoft.com/en-us/Windows7/what-do-I-need-to-connect-to-the-Internet

     

    Allows to connect to the Internet mobile broadband

    http://Windows.Microsoft.com/en-us/Windows7/use-mobile-broadband-to-connect-to-the-Internet

    Hope this information helps.

  • are there any current HP printers that use the HP 02 print cartridges? Old printer C6180 goes wrong.

    are there any current HP printers that use the HP 02 print cartridges? Old Photosmart C6180 printer goes wrong and have a lot of cartridges.

    The Site of HP Pageyield lists the following printers compatible with 02 cartridges:

    I do not believe there are all the models currently available that use cartridge 02.

    I heard that HP has (had?) a trade-in program for its intact packaging expired cartridges.  See this post for a suggestion.

  • I had to reboot my system and then to install my ACC, I used the same product key (redemption code). However, the system says that the code has been used. Anyone can teach me how I can use the same installation code to download VAC. Thank you in advance

    I had to reboot my system and then to install my ACC, I used the same product key (redemption code). However, the system says that the code has been used. Anyone can teach me how I can use the same installation code to download VAC. Thank you in advance.

    Download/install the desktop application, connect and install applications subscription.

    https://helpx.Adobe.com/creative-cloud/help/download-install-app.html

    Creative cloud to desktop

    https://helpx.Adobe.com/creative-cloud/help/creative-cloud-desktop.html

    Sign out, sign in | Creative office cloud app

    http://helpx.Adobe.com/creative-cloud/KB/sign-in-out-creative-cloud-desktop-app.html

    Install, update, or uninstall applications

    http://helpx.Adobe.com/creative-cloud/help/install-apps.html

  • Cannot download apps - constantly says that cc has lost functionality I have re installed several times and used the cc cleaning tool - HELP please not very impressed with not be able to use a new customer applications!

    Hi all

    New customer to CC, cc said constantly that he lost the functionality and to re - install, I have done this several times and used the CC cleaning tool. What's the point of having CC if you cannot use this?

    Thanks for your reply, but I spent some time with support online yesterday which has managed to make me sort, I do not have a UPDATER AAM file, I could not delete the contents of the OOBE folder either, I had to rename the folder creative cloud. I was sent then the application manager - who was then updated to the new until I'm able to get apps. Long-term, but it worked. I tried the procedure you have above, just not all the steps worked for me. Thanks to the Member of the support staff who helped me, I have been literally pulling my hair out!

  • The pdf I want to change has all embedded fonts.  When I try to insert a comma, I get the message, "all or part of the selection has no available system fonts.» Cannot add or remove text using the selected font. "Will I still have this problem

    The pdf I want to change has all embedded fonts.  When I try to insert a comma, I get the message, "all or part of the selection has no available system fonts.» Cannot add or remove text using the selected font. "Will I still have this problem if I'm updating from Acrobat X?

    You have the fonts installed in the system. This has not changed. (Having the police is not always enough, but it is certainly necessary).

  • Help: apply different styles of Pará to several consecutive paragraphs using the script

    Hi all

    I need to apply different styles of Pará to several consecutive paragraphs using the script, something like this (found somewhere on the net):

    myDoc = app.documents var [0];

    mySel var = app.selection [0];

    var myPStyle1 = "A";

    var myPStyle2 = 'B ';.

    you need to add 6 styles here:

    var myPStyle3 = 'C ';

    var myPStyle4 = "D";

    var myPStyle5 = 'E ';

    var myPStyle6 = 'F';

    var myPStyle7 = "G";

    var myPStyle8 = 'H ';

    the last style is not necessary in the script?

    apply style 1 paragraph 1

    mySel.appliedParagraphStyle = myDoc.paragraphStyles.item (myPStyle1);

    apply styles to the paragraphs after selection

    style 2

    mySel.paragraphs [-1] .insertionPoints [-1] .appliedParagraphStyle = myDoc.paragraphStyles.item (myPStyle2);

    next style

    mySel.paragraphs [-1] .insertionPoints [-1] .paragraphs [0] .insertionPoints [-1] .appliedParagrap hStyle = .nextStyle myDoc.paragraphStyles.item (myPStyle2);

    I tried a lot, but could not find the way to extend the sequence

    Sorry, no skills in the scripts still...

    all styles have "Next Style" option enabled, but I can't use ' apply style, then next style "or object styles, because I need four different sequences of these paragraph styles:

    A-B-C-D-E-F-G-H

    A-B-D-E-G-H

    A-C-D-F-G-H

    A-D-G-H

    and I don't really want to create special clones of the same style for each sequence (Keep It Simple, they say ).

    I think that this can be done through four slightly adjusted scripts...

    any suggestions would be greatly appreciated...

    Sorry to be late to the party, I usually take up such things immediately.

    How about this one?

    1. no separate necessary script, it uses a small dialog box where you can choose what style to use. If I'm not mistaken, you can press a digit key on Windows to immediately select one of the items.

    2. it works down in the paragraph in that your cursor is located. It has nothing to do with the blocks of text, even if - consecutive paragraphs within a story always ignore the text frames.

    3. extensible: you can easily change the names of the styles in the table at the top of the page and the number of groups of style in the list.

    var styleLists = [
              [ "A", "B", "C", "D", "E", "F", "G", "H" ],
              [ "A", "B", "D", "E", "G", "H" ],
              [ "A", "C", "D", "F", "G", "H" ],
              [ "A", "D", "G", "H" ]
    ];
    
    var radiobutts = [];
    
    styleDialog = app.dialogs.add ({name:"Set Multiple Styles",canCancel:true});
    with (styleDialog)
    {
              with (dialogColumns.add())
              {
                        with (radiobuttonGroups.add())
                        {
                                  for (i=0; i		   
  • Inserting data in several related tables using the database

    Hello world
    I'm working on a BPM application using Oracle BPM 11.1.1.5.0 and JDeveloper 11.1.1.5.0.

    In my database, I have two tables, loan and guarantee that are related by a field named employeeID (PK on loan) and FK in warranty.
    Each line can have several lines of guarantee.

    At this point, I'm doing an entry form for the user to insert data in the two tables.

    I did successfully before with a single table that has no relations.

    The way I'm doing here is, after the creation of the database successfully adapter, a type of LoanCollection is created in the types module, which can be used to create business objects and data objects of.

    The problem is when I create an object of type loanCollection process data and then create a UI generated automatically on that basis, only the fields in the primary table (the Table of loan) appear in the form.
    On the other hand, if I create a business object based on the LoanSchema, the form for all of the two tables is created automatically (the loan as a form, the guarantee in a table), but then, when I try to access it in the section processing service mission which calls the database adapter, I have no access to such.
    In fact, the only type which can be used in the service task is the process based on the loanCollection data object.

    To summorize, I have to use the type of business for my UI object to include all the fields in both tables, so I have to use the data object from the collection process in the transformation of service task dialog box.
    And I can't find a way to map to another.

    Can someone help me with this please?
    Thank you very much

    Try to follow these steps.

    1. create a new module in your catalogue our BPM project management section
    2. in this new module create 3 Business Objects - (LoanBusinessObject, GuaranteeBusinessObject and GuaranteeArrayBusinessObject)
    3. Add the attributes appropriate to the LoanBusinessObject and the GuaranteeBusinessObject so that they mimic your database tables, then to the GuaranteeArrayBusinessObject add an array of type attribute GuraranteeBusinessObject
    4. now you need to create two process data objects, type loanProcessObject LoanBusinessObject and type guaranteesProcessObject GuaranteeArrayBusinessObject
    5. as inputs to your human task adds the loanProcessObject and guaranteesProcessObject, these should now be available in your data controls and can be used to auto generate the form
    6. in your dbadapter you'll then use XSL Transformation and use for each so that it will write the data to the ready table and all the line items of warranty for the warranty table.

  • How can I draw several plots by using the XY graph during execution?

    Hello

    I want to draw several plots in the graph XY to the means of execution user will select the number of plots that he wants to draw, depending on this value, I have to get these values and use table generation and then I give to graph XY.

    During execution, but how to do this?

    Please help me in this regard.

    Kind regards

    Herald

    Why start a new thread?

  • I KNOW THAT MY DRIVERS ARE OKAY. WHEN I TRY TO USE THE SCANNER I READ THE SLEEP OF THE PC BUT NOTHING IS GETTING PAST, WH

    I KNOW THAT MY DRIVER ARE OKAY, BUT WHEN I TRY TO SCAN SOMETHING I GET ALL 'PC STANDBY' MESSAGE BUT NOTHIING HAPPENS MORE ANOTHER MESSAGE IN MY MONITOR THAT INDICATES THAT THE SCANNER IS NOT CONNECTED OR UNABLE TO LOCATE HIM, WHAT SHOULD I DO TO FIX THIS?

    SINCERELY

    BENJAMIN MONGE

    MY PRINTER IS A THREE FUNCTION PIXMA MX410 I BOUGHT IN SEPTEMBER OR AUGUST 2012, AND I ONLY USE IT FOR HOME. MY COMPUTER IS AN HP WITH a MICROSOFT WINDOWS VISTA HOME PREMIUM, AMD Athlon (tm) 64 X 2 Dual Core Processor 2.0 GB.  ATI RADEON X 1050 secondary.

    Sincerely.

    Benjamin Monge.

  • Data Currency Adjustment of entity are not copy through rule when we used the value source as "ECT."

    Hi all

    Data Currency Adjustment of entity are not copied through rule when we try to copy the data from one entity to another entity for the same account if the account is to have only the data entity Currency Adjustment but rule the data copied correctly when the entity is to have Exchange entity adjustments and currency of the entity.

    Wrote the rule to copy the values from the source account ' entity currencies Total "to target the currency of the account"entity ". Rule works as follows:

    1. If the source account's currency of the entity and entity Currency Adjustment, total value ECT (EC + ECA) copy correctly to currency of the entity to the target account. -OK

    2. If the source account's single currency entity (has no entity value Currency Adjustment) then under rule copy data properly to account currency of the target entity.  -OK

    3 but if the source account has only entity Exchange adjustments (has no value of currency of the entity) and then under rule is not copy of account currency of the entity of the target data. -Requirement

    Could you please see the rule below and please suggest possible solution to copy the Court of Auditors with the help of ECT when the source account has only ECA.

    If Hs.Entity.Member = "120006_ALTER" and HS. Value.Member = "Currency entity of <>" Then

    HS = IS_Account. Account.List ("NetProfit", "[Basic]")

    For each Account1A in IS_Account

    Set dataUnit HS =. OpenDataUnit ("E #120006.A #" & Account1A & ".") W #YTD")

    numItems = dataUnit.GetNumItems

    If numItems > 0 Then

    For I = 0 to numItems-1

    Call dataUnit.GetItem (I, vAcct, ACIP, vCust1, vCust2, vCust3, vCust4, AllocAmt)

    If AllocAmt <>0 then

    GSA Exp "A #" & Account1A & "=" & _

    «E #120006.V # < entity Curr Total >.» "A #" & Account1A

    End If

    Next

    End If

    Next

    End If

    Thank you

    Mahesh

    I thank very you much for the quick response. I tried with the above but no luck.

  • delete several objects anchored using the search function?

    Hello, there are hundreds of anchored objects (text boxes), I need to delete a document; can I do this using find/replace? I was able to find them by choosing 'object', and then specifying is the custom position text box, but I see no way to remove it at once; all I can do is to change all their properties at a time.

    Hi Martin,

    Open find it change box to answer.

    Click on Grep

    type in the find what area: ~ one (which is to find the anchor object marker)

    change the leave for the Virgin

    Click on change all

    and... Alto!

    Everything has disappeared. (Be sure to search selected etc..)

    Grant

  • By selecting several dimensions without using the dash quick

    Hi all

    We have and requirement where we gave an option to users where they should be able to select the dimensions values to check all the reports of dashboard based on the selected values.

    As we know a way are having guest of dashboard and all the reports we need to analyze under the present, but dashboard online if we have multiple selected values values will take more time.

    Instead, we want on a single page all the dimension values will be there and we need something like option check in front of analytical and based on the selection of dimension values, we must analyze the reports available in another page of dashboard.

    Thanks in advance.

    Kind regards
    SOM

    Valerie wrote:
    Now my questions are:-
    1. is it possible to save the selected values in a global filter for future use by which we cab avoid selecting values over and over again

    Yes, there is. On the dashboard > options Page > saved selections.

  • How to connect script in several chat rooms using the account jabber messages

    Messages frequently disconnected from chat rooms and must manually connect to the chat rooms when I am connected to a jabber account. Is it possible to write a script to have a set of chat rooms that I'll be able to login with a single click.

    Hello

    This is currently beyond the knowledge I have for AppleScript and Messages.

    Try to publish here the Technologies in Mac OS X

    The label for AppleScript

    20:35 on Wednesday. 17 August 2016

     iMac 2.5 Ghz i5 2011 (El Capitan)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro (Snow Leopard 10.6.8) 2 GB
     Mac OS X (10.6.8).
     iPhone and iPad (2)

  • The Print Setup dialog box is provided by the operating system. To make sure that you can use the features of the full Adobe Reader printer, please set all printing of the print request dialog box options. Do you want to continue?

    What does this error message mean? How should I do?

    Hi cj80795752,

    Please refer to this topic for the same problem of layout - printing on tabloid pages

    Kind regards

    Nicos

Maybe you are looking for

  • storage of the photos on iCloud

    I have a 16 GB iPad mini. I want to store my photos and videos on iCloud, since I am running out of space. How do I do that? THX, Peter

  • Dose system not boot

    Itry to use win10on my laptop but someprogram dose notwork so when I try to use backup hard driveIt dose not workSo, how can I get picture from my hard drive recover as it was from the factory

  • Speed of the processor (Satalite A50)

    Hello My motherboard has been replaced by the Toshiba official, for a sound problem, and now my computer seems slower. If I right click on my computer it shows clocked at 1.6 Ghz, but underneath it shows 598 Mhz. Is this normal? If this is not the ca

  • graphic intensity background color black drunk that I wish I had white

    Hello: I'm trying to graph time-frequency 2D. The background color of grapk intensity is stay black, which is not good for the report. How I can change, no idea of my help please, would be very crowded Thank you Moin

  • sd500a

    software for sd500a need it please help!