08-04-2013 01:21 PM
Hi, I'm trying to estimate the model of a system using Armax block, while running I can see 41201 error,could some one please help me how to solve it? I've attached the VI here.
08-04-2013 01:34 PM
@RKN wrote:
I've attached the VI here.
You forgot to attach the VI..!!
08-05-2013 03:06 PM
Also, is this:
41201 : System Identification Toolset: At least one of the signal inputs is empty.
or
-41202: System Identification Toolset: The signal length is too small for computation, or the stimulus and response signals are not of the same length.
The first is the input signal you provided has empty values. Please verify that your waveforms have the correct size. The second is related to the number of points of the waveform not being the same size. In general, you can use the waveform Graph to verify the signals you are applying to the function.
08-17-2013 03:49 PM
Hi barp,
see the attached VI,stimulus and response signal are of same length.I have used the array size to measure both stimulus and response signal.
regards
NRK
08-17-2013 03:51 PM
Hi,
see the attached VI now.
Regards
NRK
08-18-2013 04:58 PM
You can't use those VIs inside the Simualtion Loop. You need to use the "SIM Collector" to obtain the whole response and, then, use that VI to estimate your models. Please see this shipping example to learn how to use the collector:
examples\Control and Simulation\Simulation\Utilities\SimEx collector.vi
Now, if you need to estimate every single simpling time, then you need to use the "Recursive" system identification VIs. Please see following reference as an example:
examples\System Identification\Getting Started\Recursive Estimation.llb\Online Model Estimation.vi
Hope this helps...