LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Homework

Guys i need help with homework, its says this:

Realize a Labview application that simulates continuous temperature measurement and satisfies the following conditions:  Continuously display temperature measurement results on the Waveform Chart. On the numerical the indicator continuously displays the mean temperature value for the last 100 measurements.  At the beginning of program execution, in an independent sequence, the Flat Sequence structure prints a caption "Temperature measurement starts".  Enable continuous recording of temperature data in a file (in a column) whose name the user must provide entered on the interface only once, at the beginning of program execution. Data should be continuous "append to the file", without deleting the previous contents of the file.  When the temperature falls below the threshold value defined by the user on the interface, enable to the signal lamp lights up on the interface.  The program ends by pressing the STOP button. After pressing this button, write the inscription "End temperature measurements".
Please someone help me i dont know how to do it, i dont even know how to start............
Thank you so much!
0 Kudos
Message 1 of 5
(437 Views)

This isn't a "do your homework for you" forum.

 

Also, this sounds like homework that you would normally get after getting several easier assignments to get started.  This doesn't feel like a "1st day programming in LabVIEW" problem, this feels more like something you'd get towards the middle or end of the term.

 

If you had a specific question we'd be a lot more willing to assist, especially if you can show that you put in some amount of effort before posting here.

0 Kudos
Message 2 of 5
(405 Views)

@Aleksaaaaa wrote:
Please someone help me i dont know how to do it, i dont even know how to start............

 

  1. Everything needed should have been handled in class, so check you course notes. 
  2. Study the learning resource listed at the top if the forum.
  3. You start with opening an empty VI. right?

 

This should give you a good start. (Then also try to learn how to format pasted text into a more readable format when posting a questions.)

 

Note that the instructions are a bit tedious because it forces you HOW to do it rather than just telling you WHAT the program should do in a requirements document. It is unlikely that you really need a flat sequence, for example. Would you get deductions of you don't use one? In other parts, the instructions are incomplete because it does not define any timing or define the term "continuous". A flat sequence is a structure and incapable of  printing anything.

0 Kudos
Message 3 of 5
(403 Views)
0 Kudos
Message 4 of 5
(385 Views)

Open LabVIEW, then go to Help menu on top of program home screen. There select to open an example and search for temperature. You can start with temperature monitoring project and modify that or create your own. If you haven't taken LabVIEW Core 1 I would highly suggest it as this will provide basic LabVIEW knowledge on simple tools.

0 Kudos
Message 5 of 5
(353 Views)