03-29-2010 02:20 PM
Tejinder,
Thank you for this information. I have used this elapsed time express vi before but was not sure if it would work in this case. I have been having troubles using the time to determine the time length at which the button was pressed. If you run this vi, it shows the Time On correctly the second press. How do I negate the first time?
03-29-2010 02:51 PM
You may want to use the reset button on the elapsed time VI.
If I unbundle your cluster and use the button itself to reset the elapsed time VI, it works pretty well.
03-29-2010 10:38 PM
03-31-2010 12:00 AM - edited 03-31-2010 12:02 AM
03-31-2010 12:03 AM - edited 03-31-2010 12:04 AM
03-31-2010 12:04 AM
04-02-2010 09:45 PM
jareds,
Thank you for your input. It was the information I needed. Would be easier to group my information(random #, start time, elapsed time) into separate clusters?
04-05-2010 10:15 AM
It really depends on your preference and what you think would be easier for your application, but if you've got a case structure that will modify values for each button, and you have many cases, then it may be cleaner to have a cluster of clusters so that you limit the number of wires on your block diagram. This way you can unbundle only the values you want to modify at that time.