10-31-2019 02:42 PM
I collected some data from a plant. The input Y is the voltage amplitude. The output a_m is the measured acceleration.
The relationship appears linear with an equation a_m(t)=0.1761y(t)+0.1067. If I convert this to LaPlace, I have to discard the 0.1067 and write A_m(s)=0.1761Y(s).
The problem is LabVIEW won't let me put in just 0.1761 for the transfer function, like it won't connect to the rest of my block diagram.
10-31-2019 07:03 PM
10-31-2019 10:36 PM - edited 10-31-2019 11:26 PM
Is it the 0.1761 that's the problem, or the Transfer Function?
It looks like you might have some wiring conflict separate from the value you have.
Perhaps the datatypes are not compatible (although the default is single in, single out)...
Probably it will be simpler if you use simpler functions as GerdW suggests...
11-04-2019 05:46 PM
I think that you do not understand the concept of a Transfer Function nor of a Laplace Transform. The Laplace Transform of a unit Ramp is 1/s², so k t transforms into k/s². I'm less sure how to handle the constant offset.
Bob Schor