ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Max&Min function

Hey
I need the Waveform Graph to extract the max value from the Y axis. I can read it from the chart, but apparently there is a function (max & min) that will directly display this max value to me.
I send a screen of the program and chart so that it is known what the maximum value I mean.
I count on help.

program.PNG

program 1.PNG

  

0 Kudos
Message 1 of 6
(3,160 Views)

@wawi wrote:

but apparently there is a function (max & min) that will directly display this max value to me.  


Yes, that is the function to use.  So what's your problem?



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 6
(3,138 Views)


I do not know how. I can't connect it correctly so that this value is visible

0 Kudos
Message 3 of 6
(3,126 Views)

Slight correction to what I stated before.  You actually want Array Max & Min.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 6
(3,122 Views)

But I don't know how to combine it in the program

0 Kudos
Message 5 of 6
(3,115 Views)

The same way you wire anything else in LabVIEW.  Just draw a wire from the source of the data to the input of the Array Max and MIn function.  If coming from the DAQ Assistant, it will automatically drop a From DDT express VI onto the wire.

 

 

 

I would recommend you learn more about LabVIEW from here. How to Learn LV

0 Kudos
Message 6 of 6
(3,112 Views)