06-28-2007 01:40 PM
06-28-2007 04:14 PM
06-29-2007 09:57 AM
06-29-2007 10:40 AM - edited 06-29-2007 10:40 AM
You probably are only taking a single reading with the DAQ Assistant and the Statistics function expects an array to determine the max value in that array. There are a couple ways to do what you want. One way is to use the Array Min & Max Single Point function (Signal Processing>Point by Point>Other Functions). This has a sample length input and a reset input. Another way is to create an array with a shift register and use the Statistics function or just the Array Min & Max function. You could limit the size of the array with Array Subset for example.
To attach a file to your post, look below the message body. There is a Attachment field with a browse button.
Message Edited by Dennis Knutson on 06-29-2007 09:41 AM
06-29-2007 11:21 AM
06-29-2007 02:33 PM
06-29-2007 02:45 PM