LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get mathscript window to communicate with mathscript node

I started a new project, then made made a mathscript node with some inputs.  When I try to call one of these variables in the mathscript window, which has the same application instance, I get an unkown symbol error.  Any thoughts on what else I need to do to get the mathscript window to work?

0 Kudos
Message 1 of 3
(2,573 Views)

Are you using LabVIEW 2009? If so, have you verified that your MathScript license is active? With LV 2009 MathScript is a separate product, and requires separate licensing.

 

If you have a license, or are using an earlier version of LabVIEW, then please spare us the brain cells in trying to guess what you're doing and show us some code or better yet upload your VI so we can see what you are doing.

0 Kudos
Message 2 of 3
(2,567 Views)
Hi jwm9876, You can use global variable to communicate between MathScript Node and MathScript Window. You need to define the variable to global in both MathScript Node and MathScript Window.
Message 3 of 3
(2,558 Views)