11-28-2013 01:30 AM
11-28-2013 02:34 AM
That's not how it works.
You post what you've done (the .vi) and ask a specific question and we'll help you over the hurdle.
E.g. you can check the temperature in a loop (with a delay), wire the result to a case structure, and if 28.. activate fan, if ..20 activate heat, if 21..27 turn both off.
/Y
11-28-2013 10:57 AM - edited 11-28-2013 10:58 AM
Please keep all the discussion in this thread. The duplicate thread in another board is not appropriate to the question.
The VI you posted in the other thread has no independent control for the heater. If the blower is off the heater is on. Do you really want the temperature to continually cycle between the limits?
Consider learning about the state machine architecture. With a suitably designed state machine you would probably only need one loop and the fish would be happier.
As Yameada said, we will not do your homework for you but will help you understand how to use the tools (LV). Please ask specific questions.
Hint: Use booleans for the lower shift regsiters in your loops. Much simpler code.
Lynn
11-28-2013 11:41 AM
LabVIEW is a great choice for simulating this (no Arduino required) but a terrible choice for implementing the system (where an Arduino alone will fit the bill much better- low power, all solid state, no expensive software required and plenty powerful for the task).