05-02-2014 06:01 AM - edited 05-02-2014 06:02 AM
Hello Everyone,
I am a first-time user of Labview and would appreciate any help. Currently i am trying to implement the controller (robust controller in particular) that i have designed in MATLAB platform into my real system using Labview. Since my plant and controller are both in state-space form, i am clueless on how to implement it in the labview. Most examples on LABVIEW textbooks havent helped so far. Any comments or suggestions will be much appreciated. Thanks x
05-03-2014
11:22 AM
- last edited on
03-18-2024
11:06 AM
by
Content Cleaner
First of all, the best way to use control models (or plants) into LabVIEW is to use the "LabVIEW Control Design and Simulation Module". It is a addon to LabVIEW specially designed for Control Engineers. If you have a Academic version or a Student Edition, this module is available in your package. Here is the link to the product:
https://www.ni.com/en/shop/labview/select-edition.html
Now, if you have the module installed, then creating a State-Space module is trivial using the Function State-Space from the Simulation >> Continuous. Here you have is the name:
For more tutorials on Control Design and Simulation Module, please look at:
http://www.che.utexas.edu/course/che360/documents/labview_tutorial.pdf
Also, notice you can use Mathscript Language to create the model. For mor info, see:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000001E0TDCA0&l=en-US
hope this helps