National Instruments LabView Label Maker User Manual


 
Chapter 2 New Features in LabVIEW 5.1
LabVIEW 5.1 Addendum 2-22
©
National Instruments Corporation
Error Codes
The following table explains error messages you might receive at runtime
when working with a script node.
Integration of Mathematics and Signal Processing VIs
LabVIEW 5.1 includes more VIs designed to help you solve advanced
mathematics problems. You can use these VIs to manipulate mathematical
formulas on the LabVIEW front panel, and then assemble your
problem-solving program graphically on the LabVIEW block diagram.
Previously, much of this functionality was available only with the G Math
Toolkit, which has been integrated into the LabVIEW Full Development
System.
Note
This functionality is available on all platforms and versions with the exception of
the Windows base version.
Integrating these VIs restructures the LabVIEW Functions palette. The
new Mathematics palettes includes the new Mathematics VIs, as well as
some of the VIs and functions formerly found in the Analysis and
Structures palettes.
The Analysis palette found in LabVIEW 5.0 has been replaced with the
Signal Processing palette. For information on the Signal Processing VIs,
see the Signal Processing Palette section.
Table 2-2.
Script Node Runtime Error Messages
Error Code Error Code Message Description
1046
edScriptCantInitServer
LabVIEW failed to initiate a new session
with the server.
1047
edScriptCantSetValue
LabVIEW failed to set the value of a variable
to the server.
1048
edScriptCantGetValue
LabVIEW failed to retrieve the value of a
variable from the server.
1049
edScriptCantSetScript
LabVIEW failed to set a script to the server.
1050
edScriptExecError
LabVIEW encountered an execution
problem. The server returns a string to report
the problem.