06-22-2011 08:38 AM
Hi all,
Have anyone of you implemented the State Space Equations on Labwindows 2009?
I have no idea of implementing these equations.
Any example will be greatly appreciated.
06-23-2011 01:14 PM
Greetings, are you referring to a specific CVI function or are you just wanting to set up a State Machine in general?
06-23-2011 01:57 PM
Hi James
Thanks for your reply. Basically i want to implement the attached control systems equations in CVI.
06-24-2011 11:01 AM
Hmm, it seems as though this system of equations should be something you can implement in the form of a few arrays and then operating on them using for loops to perform the normal matrix operations. Does this help or is there a particular hurdle you're running into?
06-24-2011 02:33 PM
Hi James,
Can you illustrate your solution with the help of an example?
06-27-2011 04:36 PM
I'm afraid I don't have any examples of this handy. I'd recommend looking for resources on matrix math in C. I found a number of links that look like they might help you by searching for "C matrix math" on google.