03-13-2006 01:39 PM
03-13-2006 01:51 PM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-13-2006 02:30 PM
03-13-2006 02:54 PM
It is similar to what I want but, i want to use one plot only to represent all of the activities going on.
To explain the main picture behind this...
Each column of time represents the time and intensity value for which a heat detector captured data.
Theses detectors sit on a matrix of 10x10.
What i want to do is plot data when the detector times match the counter that i have. If one or more detectors matches the time, plot its intensity value and plot zeros for the rest.
03-13-2006 02:56 PM
03-13-2006 03:19 PM - edited 03-13-2006 03:19 PM
Message Edité par TiTou le 03-13-2006 10:21 PM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-13-2006 03:30 PM
03-13-2006 04:06 PM - edited 03-13-2006 04:06 PM
This seemed like a good challange and it was. I believe this is what you want. I didn't use Elapsed Time. Instead I created my own timer with a shift register and a 10mS delay. The time increment is 10 mS, so all time values had to be converted to the nearest 10mS value. If you want better resolution, change the 10 to 1 for the delay value, and change the 100 to 1000 for the first multiplier at the top left. But this will give you a very big plot.
Message Edited by tbob on 03-13-2006 03:08 PM
03-13-2006 04:27 PM - edited 03-13-2006 04:27 PM
Ok, then I haven't understood what you mean mean by this...
FredFred a écrit:What i want to do is plot data when the detector times match the counter that i have. If one or more detectors matches the time, plot its intensity value and plot zeros for the rest.
Message Edité par TiTou le 03-13-2006 11:28 PM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-13-2006 04:50 PM