LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Upload file excel or txt with data and count data.

Hey. I want upload file with sallary data.The program must do: 

- sum all sallary

- show the best and the worst month

- show the best and the worst daily sallay in month

Thank you in advance for your help. 

Download All
0 Kudos
Message 1 of 3
(1,869 Views)

"Salary"  !!

 

This sounds like a homework assignment.  Is it?

 

Think about in words all the steps you need to take to calculate each of those.  Write that down on paper.

 

Think about how you those steps in LabVIEW.  (e.g. loops, indexing, shift registers to accumulate data, sort routines, ...)

 

Then program it.

 

Once you have an attempt at a program, if you get stuck, you can come back with specific questions.

Message 2 of 3
(1,835 Views)

this is covered with core concepts. after reading in the file, you only need some simple loops, array functions, and basic math. 

the free tutorial here... http://www.ni.com/tutorial/5247/en/  should cover everything you need.

 

As RavensFan said, take your time and think about this in steps and work through them one at a time.  

0 Kudos
Message 3 of 3
(1,800 Views)