01-31-2008 08:52 AM
01-31-2008 10:07 AM
How do you suggest this could be done?
Ravens Fan wrote:
A better alternative would be to use a notifier for the digital input reading part of the program to send a message to where your current software start button is now.
01-31-2008 10:35 AM
01-31-2008 10:41 AM
01-31-2008 03:29 PM
02-01-2008 02:47 AM - edited 02-01-2008 02:48 AM
02-01-2008 08:11 AM
I cannot remove the waits becuase they are imperative for the functioning of the thermostats. They take the capacitor discharge and the general thermostat test procedure into consideration.
To clean up the code (man this is turning into a pain), I cannot follow the concept of action engines.
How can the clusters thing be done?
GerdW wrote:
Hi smm,
as Lynn told you: use more subvis, remove waits, cleanup...
For your main vi: I would replace all those single controls/indicators with clusters! Each unit would only be represented by two clusters (one with controls, the other with indicators). Then your subvi would only need 3 inputs and 3 outputs (visa, cluster, error each). The block diagram will be much cleaner!
02-01-2008 08:47 AM
I thought of something. What if I replace the start and stop buttons in the block diagram with a daqmx read. So if it reads 1 it starts. if it reads 0 it stops.
So it's like the soft button but only uses the DAQ. Do you think that'll work?
02-01-2008 09:20 AM
02-01-2008 09:38 AM