How to present the user programmatically with different input parameters based on the choice of the Group of entry?

I have an array of items that represent the inputs to an operation.  The user is allowed to choose a random order for entries to assemble in the table.  Each element, however, requires different input associated parameters that are used by the operation to define each choice.  I realize that, for an array of clusters, the individual cluster array element must all have the same format, that is, they must all have the same type and number of the cluster inputs or outputs.

Ideally, I would like to have a picture of the clusters, where each cluster has a different set of inputs.  Does anyone have ideas for a solution of programming would be to approach or to simulate such a structure?

Thank you

Mike H.

Hello

I tried soemthing and attached the VI (LV 2010)

develop something similar to what is in the attached VI and then package clusters for which the user enters the parameters... I prefer the tabs page, more than the cluster "all settings".

Tags: NI Software

Similar Questions

  • How to use the Group feature in insert or update

    Hai All

    How to use the Group feature in insert or update statement

    I'm generating attendance so I have a different set of timing example

    0800,1200,1230, 1700 and I need to insert data into the table that contains the intimate value min and max value for

    outtime and othere to inertval time in or out

    Pls tell me with some examples


    For example

    For INSERT

    Insert into T2 (barcode, empcode, respondent, attend_date)
    values (R2.cardn, R2.enpno, min(R2.) PtIMe), R2.pdate);


    Update

    Update dail_att set outtime = MAX (r2.ptime) where empcode = r2.enpno and barcode = r2.cardn and
    attend_date = r2.pdate;


    Here, in the place where I used to have so pls tell how to use

    Thanks and greetings

    Srikkanth.M

    Hi Srikkanth.M

    to insert:

    insert into test (dummy) values ((select max (dummy) to double));

    Update:

    Update test dummy value = (select max (dummy) to double where to test them. XXXXField = double. XXXXField);

  • How to increase the number of entries in MAC

    Hi everyone, I have a WRT 1900AC and I've reached the limit of 32 entries of MAC for filtering options, we have many more users who must be saved from MAC, anyone know how to increase the number of entries please?

    Tanks a lot, im going to read the info in the links, then ill try
    Tanks for help!

  • How to get the number of entries in the navigation menu?

    boc.bmp

    How to get the number of entries in the navigation menu? Check the image. What it shows 8 number of customers and 10 products and 10 orders in the list. How to get it?

    --

    Thank you

    Hello

    Create items of the request saying, "CUSTOMERS", "PRODUCTS" and "ORDERS".

    Create the application process that defines these items when loading the page for example

    C1 in select count (*) NTC (of customer_table)

    loop

    : CUSTOMERS: = c1.cnt;

    end loop;

    C1 in select count (*) NTC (of products_table)

    loop

    PRODUCTS: = c1.cnt;

    end loop;

    C1 in select count (*) NTC (of orders_table)

    loop

    : ORDERS: = c1.cnt;

    end loop;

    Components shared Open-> Navigation bar and change:

    In the entry list Label-> customers & CLIENTS.]

  • ESXi 5.5/Workstation 8, how to make my computer prompted with different CPU

    Hello gurus,

    Let's start which is my goal. I need to create a virtual machine with different hardware (I have no problems with the HARD drive and RAM options). I need the CPU on the system invited to be Intel or SMA.

    My host system is with Intel CPU and Intel part it I don't find any problem. But there the prompt with the SMA is the trickiest part. Does anyone know any thing or any software that can make this possible?

    I also tried to build ESXi 5.5 as a guest on my workstation, but here I can't find how to (if possible at all) the CPU ADM.

    PS Comments OS it is win2k3/8/12

    Thank you!

    Hello Asen,

    You can abstract only that physically you have, so you can't emulate AMD CPUS on Intel CPU hardware.

    For guest with AMD CPU instructions you must use physical server with the desired provider in your case with AMD processor installed server.

    Kind regards

    P.

  • How can synchronize 2 direct vms with different ip address

    Hello

    I have a question I have 2 virtual machines, their data are exactly even now I want to know is there any wany to synchronize their data?

    I don't want to use VR because vr can't the VMS syn 2 which turn on it just can make a sgadow of the one on the host of othe

    now I want to have 2 virtual machines with different ip address, and in time, they can synchronize data

    Best regards

    Babak

    There are no methods that can be used that will do what you are trying the hypervisor layer.  It will be done in the comments.  I would recommend for your machines two windows RoboCopy, and for your two Linux guests recommend Rsync.,.

    There is not much more that we can really say here, that you excluded the VMware replication as your need to have different IP addresses in the two guests.

  • Drop-down menu horizontal list - change how to open the Sub Menu entry

    Hi all

    Thank you in advance for your time and your help and please excuse my English, this is not my mother language.

    I have a little problem with the list of the menu drop down, I use it instead of the tabs to navigate through my application and now I have users who want a larger arrow / select the field to open the menu void entries. I did a screen capture to make things more clear, but it seems that im not allowed to attach photos to this post.

    The problem is, you have to click on the small arrow - no area is valid to open the submenu and I do not see the possibility to increase the arrow or use a larger space.

    I googled already for a long time but could not find anything specific on the change of this arrow. He could only do a little bigger, or all simply to use the whole of the area to the right of the label in the list drop down Parent (which is a link itself).

    I hope you can provide some ideas how to handle this problem.

    Best regards

    Christian

    Edit: We use: Application Express 4.2.3.00.08

    Hello

    I think that the image does not come from CSS file.

    I can see the source HTML of this image is defined by the img tag.

    Then you should be able to change when you change the list template

    13.2 customization of models

    13.2.10 models list

    Kind regards
    Jari

  • How to use the Group condition in the ODI mappings

    Hi Experts,

    I have a requirement in the customization of BI applications. Can you please someone explain how to use the LISTAGG function in odi mapping.

    I applied the LISTAGGR function at the level of mapping odi, but I get error below.

    Mapping of ODI: ColumnName: ENAME Expression: LISTAGG (EMP. ENAME, ",") THE GROUP (RANKING BY EMP. ENAME)

    Error:

    ODI-1240: Flow LIST_AGG_FUN_USAGE fails during an operation of integration. This flow of charge table target EMP_BI.

    ODI-1228: task failed LIST_AGG_FUN_USAGE (integration) on the scott_db of ORACLE target connection.

    Caused by: java.sql.SQLSyntaxErrorException: ORA-00937: not a function of simple-group


    Oracle query:

    If I used this sql query in the database the correct result is.

    SELECT DEPTNO, LISTAGG (ENAME, ',') WITHIN THE EMP EMP (ENAME CONTROL) GROUP. DEPTNO;

    Output:

    10CLARK, KING, MILLER
    20ADAMS, FORD, JONES, SCOTT, SMITH
    30ALLEN, JAMES, MARTIN, BLAKE, TURNER, WARD


    Please give your valid solutions, thanks in advance.

    Kind regards

    REDA

    If you try in #ODI12C then in the set of properties, you can select the column which should be used to group by.

    If it's 11g so its bit complicated. Simply replace the mapping with below codes.

    LISTAGG (EMP. ENAME, ",") WITHIN GROUP (ORDER BY ENAME) / * sum() * /.

    Magic!

    Thank you

    Chantal

  • How to perform the group by operation in OBIEE 11 g

    Hello

    I've created a report for the 'nationality wise County Department', since for this that I have to give 'group by Department' to get the right answer...

    But in OBIEE 11 g presentation service how do I give "Group BY" operation... to look at a correct number of nationality wise...

    Kind regards
    Harry...

    Hi Hari,

    did you run the same sql in Toad and see what results you got? hope you get a mistake... because there are columns select no defined in the group by expression.
    first of all, you should know THAT GROUP BY must contain all the columns that exist in select statements, other than those involved in aggregations.
    So, you have TO take the Department to the answers. If you want to not show her in your results, just to hide this column by going to the properties of the columns.

    Thank you
    -nag
    http://www.obinotes.com

  • How to vary the number of entries?

    I have to design a system that reads the data from sensors and the Treaty. Is it possible to change the number of entries without any changes to the program? As by specifying the number of entries and the program adapts. I use labview 2009.

    Also is it possible to multiplex multiple entries?

    Thank you

    Mathew

    Then, the tables are the answer. You can change the number of channels simply by specifying a different channel Liist. If you are using arrays as controls, the table can be fed to a for loop and it automatically indexes the table - element by element. Which could be "demultiplexing" selections.

  • Smartphones blackBerry how to remove the Group BBM that has the status "pending to join...." » ?

    Hello

    I recently changed to the last Bold 9900 of torch.  Since the change, I have a 2 additional icons for my existing BBM groups (Fam & friends).  They have the status of "Waiting to join...." ».  I am able to access these groups and to discuss with members.  However, the 2 additional icons are really bugging me.  Any way to remove them?  I couldn't not remove option for these 2 icons.  Thank you.

    Rgds,

    POH Huat

    Found the solution!  Just delete the application Blackberry Messenger via Options > device > application management.  Once deleted, reinstall Blackberry Messenger via App World.  Alto! 2 additional groups have disappeared!

    Note that you may need your group to withdraw from the Group and invite you.

  • How to create the Group VI 2.0 Client?

    Hi all

    I have 4 machine revolves around more than 40 guest VM. Is it possible to group together some VM in VI 2.0 Client? For example: I want virtual machine grouping with X application in the folder/group 1 and application Y in the folder/group 2, etc...

    Kind regards

    Arfal

    Yes, you can create folders and add WHAT VM to make records and who will make the group.

    You can also create pools of resources and grouping virtual computers if you have server VC.

    I hope this helps.

  • How to set the group name?

    Hello

    We receive all ad under a single organization groups according to our condition. Under this organization, we receive all groups of ads like that: -.
    GroupName status Desc

    Ad commissioning group 5634 view, edit etc.
    Group provisioned ads 5654 view, edit etc.
    Ad commissioning group 5656 view, edit etc.

    In the above, we need to have the name of the group to place the numbers.
    How I'll get there?

    Reach
    Definition of process group.

    There you will see map Descriptive tab click who, by virtue of process data for AD group you will see name of group. Select the name of the Group and save.

  • * How to display the group from the main query for the first time in the report?

    Hello

    I have developed a group of master / detail in a report
    The master has its extensible framework and the detail of one another framework extensible and put to another page in the page layout.
    The problem is that the master one appears (the same record) in the pages in time equal the number of records in detail that is specific for this master record!
    Example:
    If the master record got three Details then database will show three times (three pages) and then running page number 4 will display the three detail records.

    How to make the master data in shown only for once (page number 1 only) and then display the details three records to the next page (page number2) at run time?

    Hello

    the question is, what you've done for this. By default the primary record is displayed only once. Could it be, that the master-fields are inside the extendable frame for more details?

    Concerning
    Rainer

  • How configure you synchronous AI AO with different sampling frequencies?

    Synchronous input analog and analog out, changed for example, NOR results in noisy input if the sampling rates are not the same for AO and AI. What alternative will prevent the noise to be added to the AI? I use LV 8.5, PCI6251.

    The sample program is attached and representative screen captures showing the increase in noise when the sampling rates are different.

    Thank you

    Hi stephanie,.

    Unfortunately, because we did a "stutter" generation, seeds will be present as a clock signal is sent to the DAC each sample, despite the fact that it does not change the value it updates. Is it possible to decrease your rate of update to be as slow as the pulse width (or whatever your shorter time should be high or low) to minimize glitches how occur?

    In addition, as I said in my post above, according to what are the rates, there is a property node synchronization you change (THE Convert.Delay of sample clock) to delay exactly when taste you from the edge of clock sample. I placed the program in a loop, loop through different values for delay and sometimes manages to find points where delay has moved the sample I update AO far enough so that the glitch was sampled not, or at least has been reduced to the minimum. Hope this helps,

Maybe you are looking for

  • Equium A210: Drivers XP for base system device, modem

    I need to find drivers for base system device?What is c? Need drivers for the modem device and bus audio high defination.Can someone help me?

  • Viper antivirus software

    Hello I have a HP Pavilion 17 and he arrived with Pack downloadable antivirus Viper. Workd great until the hp support correct a video problem. I think they had to turn it off. Now I don't know how to turn it on. Any help apreciated.

  • The U430 supports an SDXC card?

    Hey,. I have a small question on my Lenovo U430 touch, with an i7 4500u, Geforce GT 730 M, 128 GB ssd and 8 GB of ram. I can't find the answer on the internet, well I'm not sure... My u430 has have a 2 in 1 card reader that supported SD and MCC, so i

  • printer utility is not open in mavericks

    Just installed a Laser Jet pro P 1102 W.Usb Airport Extreme.Unable to open utility printer or check the level of supply. The printer does not print. However, can't set up for wireless printing. Have the latest drivers provided by apple and use an Ima

  • HP Pavilion p7-1125: i5-3570

    I'm looking in the future to upgrade to an i5-3570 providing a beautiful 500 Watt power supply and a 730 gt. My computer is a p7-1125. I just want to know is will my computer valer'evne start? Will I have trouble with the bios? Is it possible to fix