Jump to content

justus

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Posts posted by justus

  1. I have a VI that is executing a case structure and within it are twe events in the same structure where event 2 requires event 1 as an input. I have put event 1 right above event 2 but the program is picking event 2 before event one and hence confusing the process. Is there a way I can condition the VI that event 1 has to be perfomed first before event 2 in the same case? Thanks

  2. Thanks for the solutions,

    I have attached here a table as an example to illustrate. The table has collumns ABC, A and B are readings obtained from keithley meter and C is the product of A & B. C has a maximum value indicated at row labelled D (1.82E-1). I wish this to be displayed as the maximum of collumc C and also display the inputs of A and B that give this maximum.

    I have also attached a block diagram to implement this but when I RUN the ARRAY MIN MAX returns the last value and not the maximum.

    Download File:post-4061-1139399623.doc

    Download File:post-4061-1139399683.doc

  3. Thanks for the solutions,

    I have attached here a table as an example to illustrate. The table has collumns ABC, A and B are readings obtained from keithley meter and C is the product of A & B. C has a maximum value indicated at row labelled D (1.82E-1). I wish this to be displayed as the maximum of collumc C and also display the inputs of A and B that give this maximum.

    I have also attached a block diagram to implement this but when I RUN the ARRAY MIN MAX returns the last value and not the maximum.

    In the array functions pallette is the Max and Min of array function. It returns the max and min of what ever you feed it and their indexes.

    That seems so simple that I must be misunderstanding your question. Are you wanting to find all the local maxima and minima? That is trickier. I suppose you would need to define "local."

    There must be a function or example to do that but I haven't used it.

    Mike

  4. I wish to sort out from data obtained from a keithley meter in a 2d array such that I get the maximum of all both on the x and y- axes and get the product of the maximum values. I have tried to use the sort function but it just gives me the last value of the x axis and not the maximum of the x and the corresponding maximum of y. Could someone please help? Regards

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.