09-16-2007 11:02 PM
09-16-2007 11:54 PM
You have no time data to record or to display in the table. All that you are doing is converting a couple of 1D arrays to dynamic data types and that conversion does not automatically add a timestamp. There is no place in your program that gets the current time. If you were to use the Build Waveform function, you would wire in the Y array and could wire a timestamp to the t0 input. The Build Waveform also has a dt input. You could take the reciprocal of this and use that for the dt.
You can't wire a gauge to your waveform because the gauge only accepts a scalar input. Your waveform is an array. What do you want to display on the gauge? Min, max, mean, or something else?
09-17-2007 06:45 AM
09-17-2007 09:02 AM
09-17-2007 10:34 AM
09-17-2007 11:14 AM
09-18-2007 07:37 AM
09-20-2007 09:45 AM
09-20-2007 12:24 PM
aisyah,
Since your question has nothing to do with this thread, you really need to post a NEW question. Also, you really should not ask a question of any individual. Lastly, the quesiton is a bit confusing to me. I don't know what kind of hardware you are using, if you are using an analog, counter, or digital input. Posting the code you've written, pictures, etc. will help in determining the solution.