![]() | Download Help (Windows Only) |
Requires: MathScript RT Module
The LabVIEW Run-Time Engine does not support certain MathScript RT Module functions. The following table lists the functions that are not supported in the LabVIEW Run-Time Engine. The table also describes how to modify your scripts that contain these functions in order to include a MathScript Node in a stand-alone application or shared library. If you do not modify your scripts that contain these functions, the LabVIEW Run-Time Engine might return an error or might not execute certain functions.
The LabVIEW Run-Time Engine also does not support certain Control Design MathScript RT Module functions.
The following functions always return an error when called in the LabVIEW Run-Time Engine. Remove these functions from your scripts before you build a stand-alone application or shared library. The most common functions in this category are addpath, cd, and pathremove.
Function | Class |
---|---|
addpath | support |
cd | support |
clear | commands |
clout | commands |
diary | commands |
edit | commands |
eval | basic |
evalfn | basic |
evalscript | basic |
exist | membership |
exit | support |
fmin_bracket | optimization |
fmin_nonlin | optimization |
fmin_nonlincon | optimization |
fmin_pattern | optimization |
fsolve_zero | zerofinder |
fsolve_zeros | zerofinder |
funmx | linalgebra |
home | commands |
loaddialog | support |
lookfor | support |
lsqfit | approximation |
odepset | ode |
pathremove | support |
pde_elliptic | pde |
quada | integration |
quada_double | integration |
quada_nc8 | integration |
quada_triple | integration |
quit | commands |
save | support |
The following functions return an error when called in the LabVIEW Run-Time Engine if you request an output from these functions. If you do not request an output from these functions, they do not return an error, but the LabVIEW Run-Time Engine does not execute these functions. Either do not request an output or remove these functions from your scripts before you build a stand-alone application or shared library.
Function | Class |
---|---|
axes | plots |
axis | plots |
calendar | time |
clfig | plots |
colormap | plots |
compass | plots |
contour | plots |
contouris | plots |
figure | plots |
get | plots |
input | support |
line | plots |
loglog | plots |
menu | support |
plot | plots |
plot3d | plots |
ref_plotarea | plots |
ref_plotwin | plots |
selectdata | plots |
semilog_x | plots |
semilog_y | plots |
set | plots |
subplot | plots |
text | plots |
title | plots |
view | plots |
voronoi | geometry |
waitforbuttonpress | commands |
what | support |
which | support |
xlabel | plots |
xlimit | plots |
ylabel | plots |
ylimit | plots |
zlimit | plots |
If you request an output from the following functions, the LabVIEW Run-Time Engine executes these functions as normal. Otherwise, the LabVIEW Run-Time Engine ignores these functions. Calling these functions without requesting an output generates graphical data, which is not supported in stand-alone applications or shared libraries. These functions can remain in your scripts.
Function | Class |
---|---|
coherence | spectral analysis |
coherence_ms | spectral analysis |
crosspsd | spectral analysis |
crosssd | spectral analysis |
cylinder | geometry |
dimpulse | modeling and prediction |
dlsim | modeling and prediction |
dstep | modeling and prediction |
ellipsoid | geometry |
freqsd | filter design |
freqzd | filter design |
grpdelay | filter design |
histogram | statistics |
impzd | filter design |
movavg | statistics |
ode_adams | ode |
ode_bdf15 | ode |
ode_bdf23 | ode |
ode_radau5 | ode |
ode_rk23 | ode |
ode_rk45 | ode |
ode_rosen | ode |
peakfcn2d | matrix |
phasedelay | filter design |
phasezd | filter design |
psd | spectral analysis |
psd_burg | spectral analysis |
psd_covar | spectral analysis |
psd_mcovar | spectral analysis |
psd_periodogram | spectral analysis |
psd_welch | spectral analysis |
psd_yule | spectral analysis |
pspec_eign | spectral analysis |
pspec_music | spectral analysis |
spectrogram | spectral analysis |
sphere | geometry |
stairs | plots |
stepzd | filter design |
tf_estimate | spectral analysis |
tf_estimateplot | spectral analysis |
zerophase | filter design |
The following functions do not return an error, but the LabVIEW Run-Time Engine does not execute these functions. These functions can remain in your scripts.
Function | Class |
---|---|
area | plots |
bar | plots |
bar3d | plots |
bar3dhoriz | plots |
barhoriz | plots |
clgraph | plots |
close | plots |
colormapplot | plots |
contour3d | plots |
datescale | plots |
deferdraw | plots |
errorbar | plots |
eyediagram | plots |
feather | plots |
fill | plots |
format | support |
grid | plots |
help | support |
hold | plots |
image | plots |
imagescaled | plots |
is_hold | plots |
keyboard | commands |
legend | plots |
mesh | plots |
meshcontour | plots |
pareto | plots |
pause | commands |
pie | plots |
plotcoord | plots |
plotf | plots |
plotf_3d | plots |
plotf_contour | plots |
plotf_contouris | plots |
plotf_mesh | plots |
plotf_meshcontour | plots |
plotf_polar | plots |
plotf_surf | plots |
plotf_surfcontour | plots |
plotmatrix | plots |
plottext | plots |
plotyy | plots |
polar | plots |
plots | |
quiver | plots |
scatter | plots |
scatter3d | plots |
showplot | plots |
stem | plots |
stem3d | plots |
stripplot | plots |
surface | plots |
surfacecontour | plots |
surfacenorm | plots |
titles | plots |
treeplot | plots |
view_image | plots |
waterfall | plots |
who | support |
who_all | support |
xlabels | plots |
ylabels | plots |
zlabel | plots |
zoom | plots |
zplane | filter design |
The following functions exhibit behavior not described in the previous sections when called in the LabVIEW Run-Time Engine. Refer to the Details section in each function topic for information about the behavior and how to modify scripts that contain these functions in order to include them in a stand-alone application or shared library.
Function | Class |
---|---|
delete | support |
load | support |
path | support |
userpath | support |
Helpful
Not Helpful