11-06-2015 11:44 PM
Hello everyone,
I need to use MathScript Node with my project to manipulate signals. But I cannot find it in my LabView 2011. I followed this web http://www.ni.com/white-paper/3256/en/ but in my labview2011, it didn,t show the MathScript Function. Anyone knows how I can get it?
11-07-2015 12:14 AM
11-07-2015 12:49 AM
If that is only one way to get it, I don't think that I can purchase it now. However, I tried to use MatlabScript to manipulate signal from DAQ Assistant. I change the signal from dynamic to double by using convert from dynamic data function, but it cannot send the data to the MatlabScript. The notice is " Error 1047 occurred at LabVIEW: LabVIEW failed to send variable to the script server. Server:"" in Array_Practice.vi". Anyone knows how to solve this?
11-07-2015 11:23 AM
The matlab script requires you to have matlab installed. Do you?
11-07-2015 08:35 PM
Dear natasfaw,
I installed it already. I tried it with a simple code and it worked. However, when I tried with analyzing code which processed more data, it stucked and stopped executing. Do you know what is the differences between MatlabScript and MathScript?
11-08-2015 09:32 AM
One requires Matlab to be installed. One doesn't. The first is going to make a call into your Matlab installation to process the data. The second is going to make a call into its own engine to process your code.