From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

"figure" cannot pop out in the exe mode

Hi, there, I plot sin(x) well in the vi, using the commands in Mathscript RT as follows: x=1:100; y=sin(x); figure; plot(x,y); However, when the exe file is generated, the figure does not appear any more. Does anyone know how to solve the problem?
0 Kudos
Message 1 of 3
(2,970 Views)

Perhaps I didnot describe the problem properly.

I mean, in the Mathscript node, the command 'figure' should work normally, however, when the .exe file is generated, no figure can appear anymore. 

I wonder what the '.exe' engine did to the mathscript node.

Any discussion is welcome.

0 Kudos
Message 2 of 3
(2,905 Views)

Or, is there any other method to monitor the parameters in the Mathscript Node in time?

For example, 

for i = 1:100

pause(1);

end

How to display the "i" in time?

0 Kudos
Message 3 of 3
(2,896 Views)