LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Matlab labview interface problems

Hi, I am using Matlab 6.5 and labview 7.0.
I have created a simple Vi to test the labview matlab interface. I have a signal that is converted to an array that is fed into the matlab script and after a little manipulation is fed out in a vector form to labview display. When I run the application I get an error 1048 �LabVIEW failed to get variable from the script server in test.vi� I have attached the test.vi to this post any help would be appreaciated.

Note: I have tested the examples that came with labview
fractal.vi and it works fine.

Thanks,

paul
0 Kudos
Message 1 of 3
(2,797 Views)
Hello Paul,

I took a look at your VI and received the same error as you. After further inspection I noticed that the variable "in" was lowercase in the script and had an uppercase "I" in the input. MATLAB scripts are case sensitive and as such, we need to make sure that both variables and inputs match.

Regards,

Matt F
0 Kudos
Message 2 of 3
(2,797 Views)
Thanks,

--paul
0 Kudos
Message 3 of 3
(2,797 Views)