Jump to content

justus

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

justus's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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. I wish to place a cursor on an x-y graph that identifies a certain unique point on the graph which is plotted from an array of values generated from an execution loop. The cursor is supposed to be both for x and y axes and the unique value keeps varying at every time the VI is run. Any idea to go about it? Regar
  3. [Thank you all, I managed to sort out the problem by placing the array index outside the loop that is creating the array. Thank you all Justus
  4. Thank you I am trying it out as I customise it in my VI
  5. 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
  6. 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.
  7. 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.