Hello!
Here is the reply for your question:
1. For State-Space Models, we have only one datatype that can be represented as SISO,MISO,SIMO or MIMO. To be SISO, all that you have to do is create the model with populate the column 0 for B and the row 0 for C.
2. When using the State-Space model, you also have to pay attention to the "Initial States". In your example, I think you have 3 states, which leads to a Initial States as [0,0,0].
3. Also, I noticed that you have the model as an "Terminal" instead of "configuration page", but you don't have any model wired to the terminal. You have to wire the model from outside or try to configure it in the config page.
4. You can also use Linear Algebra VIs inside simulation, as some other LabVIEW VIs. The only think you need to be know is that you have to define if you want to have the VI running every discrete sampling time, or continuous sampling time. When in discrete, a red 'D' will show on the up right hand-side on the VI. If you want to execute every minor sampling time, right click on the VI and go to "SubVI Node Setup" and remove the "Run as Discrete Node" option.
All of this information is in the manual. Please refer to it whenever possible and you should be able to compose your controller.
Barp - Control, Simulation, RTT and HIL - National Instruments