09-17-2012 01:21 AM
I edit an alarm program, the problem is that i cant run it continuously. I had to restart the program and start it again for it to work. How do i make the alram to able to reset the system
09-17-2012 02:21 AM
Hi lame,
how many threads about burglar alarm systems do you want to start? Why not keep it in one place?
Your VI
- needs some timing. No need to check alarms several times each microsecond.
- needs a way to reset old alarms. Right now you can't... (Hint: you're using shift registers. They are uninitialized...)
- has an "interesting" password check... No need for using the exactly same password when "retyping"!? No need for retyping the password when the VI is started again!?
- needs a loop to run continuously...
09-17-2012 04:36 AM
I dont get what you mean by the shift register thingy.
09-17-2012 04:39 AM
Hi lame,
when you don't know about "uninitialized shift registers" you should go through LabVIEW basics...
09-17-2012 11:30 PM
How do i make the vi run without typing the password
09-18-2012 06:53 AM
09-18-2012 07:47 PM
What i mean is, that when i start the vi and when restart the alarm, i dont need to retype the password again. How do i do that?