LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Mathscript Interactive Window Exists... but not Mathscript Node

I have come across a task where I'd like to utilize LabView Mathscript.  However, I do not seem to have the Mathscript node on my block diagram function palette.

Mathscript does exist in the Tools > Mathscript Window drop down menu.

I am running LabView 8.2 Professional Development Edition with Real-Time module.  I will be deploying the VI with Mathscript node to a PXI platform with RTOS.  Mathscript should be compatible, right?

Any tips on how to get the Mathscript node on my block diagram?  Did I good when installing LabView somewhere?

Thanks!
0 Kudos
Message 1 of 7
(9,377 Views)
Hello,

At this time, LabVIEW MathScript can only be targeted to the desktop PC.  However, LabVIEW RT is on our roadmap.  It sounds like you are working under an RT target.  Consequently, the palettes will only show the structures and functions available to RT.  If this is not the case, let me know.  In general, if the MathScript Window menu option is available, then the node should be, too.

Grant M.
Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments
Message 2 of 7
(9,368 Views)
Grant,

Thanks for the response.  I figured out AFTER I posted the message that Mathscript wasn't supported on RT platforms.  I guess I'll have to suck it up and try to program the algorithm in LV blocks or create a DLL from my Matlab code or C code to do what I want.

BTW, the Mathscript node is available when I select the desktop target "My Computer" as opposed to the PXI chassis.  Thanks for th feedback and keep up the good work.  I look forward to seeing Mathscript for RT targets soon.

-Mike
0 Kudos
Message 3 of 7
(9,323 Views)

Well it has been another two years.  And still no MathScript for LV RT.

 

This is typical.  NI will make the promise of support in the near future and then never follow through. 

0 Kudos
Message 4 of 7
(7,903 Views)

Kmcdevitt,

 

Without saying too much, perhaps you should check back in August.  Smiley Wink

Message 5 of 7
(7,879 Views)

 


Jeffrey P wrote:

Kmcdevitt,

 

Without saying too much, perhaps you should check back in August.  Smiley Wink


 

 

Howdy McJeff,

 

Well its still July, not even August yet, and there is a bunch of stuff appearing all over the ni.com website about MathScript RT and LabVIEW 2009 and other goodies.

 

Tell me McJeff, is there to be a Printed Manual or a PDF on MathScript RT?

 

Is it posable to programatically generate the "script" dynamically for a MathScript Node?  It would be assumed that the Node Inputs and Outputs would be the same, just the math applied would change during execution.

 

We could use code, LabVIEW, or MathScript, to generate "script" for another MathScript.  We could call it McScript! 

 

McKevin 

 

 

Message 6 of 7
(7,676 Views)
Hello,

To my knowledge, we have not yet created a manual specifically for using MathScript on RT.  Certain functions are not available on RT or are available with caveats.  You can find a list of such functions below:

http://zone.ni.com/reference/en-XX/help/370622G-01/lvrtconcepts/rt_unsupported_msnooutreq/
http://zone.ni.com/reference/en-XX/help/370622G-01/lvrtconcepts/rt_unsupported_mathscript/

As for programmatically generating the script dynamically for the MathScript node, see the following thread for more information:

http://forums.ni.com/ni/board/message?board.id=MathScript&thread.id=885

Grant M.
Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments
0 Kudos
Message 7 of 7
(7,561 Views)