12-02-2022 05:45 AM
Hi, im new in Labview and i have problems with preparing a program, can somebody help, maybe have some suggestions?
The program needs to have:
- preparation of an application that allows you to read measurement data from a two-channel thermometer
- possibility of conducting continuous measurements for a set time (displaying currently measured values in a graphic form)
- possibility to save measured values to an external file
- display of the highest, lowest, difference in measured values on two channels and the average value of measurements
12-02-2022 06:13 AM
Hello,
What have you tried for this ?
Have you made a first VI to test something ?
There is a lot of training course and examples available (I'm sure somebody will drop a good link to training courses later).
12-02-2022 06:38 AM
Hi krawczykm,
@krawczykm wrote:
i have problems with preparing a program,
Well: which problems do you have? Anything specific apart from "new to LabVIEW"?
@krawczykm wrote:(I'm sure somebody will drop a good link to training courses later).
A good starting point is found in the header of the LabVIEW board, where NI mentions several training resources!
12-03-2022 12:40 PM
@krawczykm wrote:
Hi, im new in Labview and i have problems with preparing a program, can somebody help, maybe have some suggestions?
The program needs to have:
- preparation of an application that allows you to read measurement data from a two-channel thermometer
- possibility of conducting continuous measurements for a set time (displaying currently measured values in a graphic form)
- possibility to save measured values to an external file
- display of the highest, lowest, difference in measured values on two channels and the average value of measurements
All of these are definitely possible in LabVIEW.
To get started with the first item, I would recommend this tutorial - https://labviewwiki.org/wiki/VIWeek_2020/Proper_way_to_communicate_over_serial
And you need to share a lot more information on your skillset, hardware and software at hand.