06-06-2005 01:11 PM
06-06-2005 01:23 PM
06-06-2005 01:25 PM

06-06-2005 02:03 PM
06-06-2005 02:53 PM
@dschuller wrote:
So my first question is, it looks like I can just extend the while loop box in my 'CO detector... .vi' and paste just the code from the 'elapsed time.vi' while loop into my loop and I will be set- but do I need to change my wait until next multiple to be a 1000 too in my program? Probably, but I'm not sure hence the question- or other ideas would appreciated.
My second question is now that my application is complete (after I add the elapsed time above), I need to exactly duplicate this process for 7 other DAQ inputs (i.e. right now I'm using only 1 of 8 analog inputs on the FP-AI110). So should I make my 'CO detector.. .vi' a separate program (I remember reading something about this in one of the posts earlier).
06-06-2005 03:21 PM
06-06-2005 03:43 PM
06-06-2005 04:31 PM
No they should be independent. My primitive version does both, except it only displays the time in ms. You can easily convert it to a more fancy time display with hours, minutes, seconds, etc.
@dschuller wrote:
However, as I understand it, my theory about adding the elapsed time wont work becuase of the wait parm??
06-06-2005 04:38 PM
06-06-2005 06:37 PM