LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

maximum and minimum temperature

Solved!
Go to solution
Good Afternoon, I have read several posts on how to fix my problem, but unfortunately I still have problem with my VI. I want the maximum and minimum temperature present on the front panel. I don't know if I must have 2 while loops or only 1. The problem in the current VI is, when you run it, it will stay in the inner while loop. So the minimum and maximum temperature will present always the same value. Could somebody tell me what I must change to let the VI work. Thanks for the help.
0 Kudos
Message 1 of 12
(3,819 Views)
I can not insert my VI. How can I do that?
0 Kudos
Message 2 of 12
(3,794 Views)

Attach your VI to your next post.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 3 of 12
(3,788 Views)
I cannot attach my VI. If I brows to the located place on my computer and insert the VI and click on "Add Attachment" nothing happen. It's really weird.
0 Kudos
Message 4 of 12
(3,781 Views)

Under ATTACHMENTS, click CHOOSE FILE.

navigate to where your VI is, select it, and click CHOOSE.

The name should appear next to the CHOOSE FILE button in your browser.

Then post. 

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 5 of 12
(3,777 Views)
I do exactly what you say, but nothing disappear when I post it.
0 Kudos
Message 6 of 12
(3,772 Views)

Try a different browser.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 7 of 12
(3,765 Views)

@desley wrote:
I do exactly what you say, but nothing disappear when I post it.

Just ZIP it and upload the ZIP file.  That's the easiest way.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 8 of 12
(3,761 Views)

Here is the zip file.

 

Under windows 8.1. I cannot upload the file. With windows 7 I have no problems.

0 Kudos
Message 9 of 12
(3,757 Views)
Solution
Accepted by topic author desley

Get rid of the inner loop so that the comparison is made every time a new number is generated.

 

 

There are additional things you can do to clean up the code, but that is essential.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 10 of 12
(3,741 Views)