I'm building a fuzzy controller in Labview using the MIMO (Multiple Input, Multiple Output) FL Fuzzy Controller.vi. I designed the fuzzy system using the Fuzzy System Designer, and the .fs file is connected as the "fuzzy system in" of the MIMO Fuzzy Controller VI.
The input values are where I'm having trouble. The fuzzy system is supposed to take two input variables. I have two nodes which give double values, which I then put into an array using the Build Array VI. When I try to link this array to the input values of the MIMO Fuzzy Controller VI, I get the error:
"You have connected two arrays of different dimensions. The dimension of is 2. The dimension of input values is 1."
How do I change it so that the dimensions agree, i.e. how do I make the MIMO Fuzzy Controller take two inputs?