02-13-2006 01:51 AM
02-13-2006 07:00 AM
Hi,
To put it in simple terms,
When an error is encountered in any previous stage/function, this status in the error bundle shows true.
If no error was encounterd during the flow, it shows false.
02-13-2006 11:44 PM
Hi Devchander:
I got it. I was verfiying and understanding my hardware in these months. RIght now, the hardware has no problem. So, I did not send email to you.
I am still working on the fixture with four buttons, reset, enable, bark and test.
I am trying to check if my current value is stable within 1 micro amp for a minimum of 2 seconds. It is as DMM, the current value will go down from 0.07mA to 0.033mA. By the time, the value will go from 0.033mA to 0.034mA and then go back to 0.033mA. Once it get to any value below 0.07mA and is stable within 1 micro amp for a minimum of 2 sceonds, I can put a light which said the test is passed.
Attached is my program and graph for you to better understand my question. Could I put any timer and then compare it to it? Do you have idea how to do it?
My company really urges me. I hope you can reply to me promply as you can.
02-15-2006 12:53 AM
02-15-2006 03:46 AM
Hi Dev:
I tried to use local variable of current meter value in state 2 and make it equal to some variable. The wire is not connected. I would like to put a for loop and make it in to run 2 seconds to verify the current value. Somehow the wire is not connected. Do you have any suggestion?
02-15-2006 05:59 AM
HI,
Change the local variable to 'Read'
Look at attached VI
Regards
Dev
02-21-2006 05:15 AM
02-22-2006 06:05 AM - edited 02-22-2006 06:05 AM
John,
work coolly! analyse your wiring!
LabVIEW is all about wiring your functions properly and terminating them correctly!
A Programmer's Life does not get simpler than 'LabVIEW' (Hey ppl, Maybe i should i should put this in LabVIIEW quotes thread!)
I just shifted the tunnels up- down.(in Attached VI)
look how have wired them!
Wire them properly!
regards
Dev
Message Edited by devchander on 02-22-2006 06:06 AM
Message Edited by devchander on 02-22-2006 06:07 AM
02-23-2006 02:17 AM
02-23-2006 05:40 AM