LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mathscript labview 2011... Where can I get it?

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?

 

 

 

0 Kudos
Message 1 of 6
(3,099 Views)
It's an add-on that you purchase - http://sine.ni.com/nips/cds/view/p/lang/en/nid/209854
0 Kudos
Message 2 of 6
(3,081 Views)

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?

0 Kudos
Message 3 of 6
(3,068 Views)

The matlab script requires you to have matlab installed.  Do you?

0 Kudos
Message 4 of 6
(3,041 Views)

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?

0 Kudos
Message 5 of 6
(3,023 Views)

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.

0 Kudos
Message 6 of 6
(3,002 Views)