Hi
If you're a newbie to LV, it would help you to understand it a bit more, if you open the derivative vi and have a look at it on your own.
But to answer your question:
You have three inputs to the vi (x, dt, initial condition). Simply said the vi just performs a division (dx/dt). Now - dt is a fixed value which is passed as parameter. x changes with each call of the vi and usually dx is calculated actual x - x from previous call. If you set the initialise input, dx is calculated like this: actual x - initial condition. Logically you use this vi in a loop - so ensure that initialised is just set on the first call and afterwards pass false to this input (or leave it out).
Hope this helps.
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------