03-05-2008 03:08 PM
Maryam hosseini wrote:
This one is measuring only the time of the fitting, isn’t it?
03-05-2008 03:11 PM
Here you are NOT measuring the time for the fitting, but the (near) total time for the VI, including all the instrument interactions, graphing, etc.
Maryam hosseini wrote:Sorry I forgot to attach. This time it is attached.
03-05-2008 03:26 PM
You are measuring the time to execute whatever is in the middle frame. In this particular case everything except the "book-ends for the instrument control (init, close), because they are outside.
Maryam hosseini wrote:
If I want to measure the time that the whole code takes to complete, instead of just the fitting funtion is it the correct way of doing it? (I have attached the code)
03-05-2008 04:46 PM
03-05-2008 05:22 PM - edited 03-05-2008 05:24 PM
03-06-2008 01:01 PM
Hi
I am trying to measure the time of reading data and fitting it to the second order polynomial function.
Could you have a look at my code, to see if I have done it correctly?
Also, could you explain why do we have to use the subtraction of the tick count function in order to measure the time? If we use only one tick count function what does it really measure?
Thanks
03-06-2008 01:40 PM
Maryam hosseini wrote:
I am trying to measure the time of reading data and fitting it to the second order polynomial function.
Could you have a look at my code, to see if I have done it correctly?
Maryam hosseini wrote:
Also, could you explain why do we have to use the subtraction of the tick count function in order to measure the time? If we use only one tick count function what does it really measure?
03-06-2008 01:42 PM
I was wondering to see how I can wire f(X) to the fitting function.
They are of different types, and it doesn’t allow me to wire it.
03-06-2008 01:53 PM
03-06-2008 01:55 PM
Thank you,
I had a look at the explanation of tick count in help but, the explanation was not very clear and enough, that is why I asked you.
Any way thanks alot.