The MATLAB Script node and the HiQ Script node can return the following errors.
Code | Name | Description |
---|---|---|
1046 | EdScriptCant InitServer |
LabVIEW failed to initiate a new session with the server. |
1047 | EdScriptCant SetValue |
LabVIEW failed to set the value of a variable to the server. |
1048 | EdScriptCant GetValue |
LabVIEW failed to retrieve the value of a variable from the server. |
1049 | EdScriptCant SetScript |
LabVIEW failed to set a script to the server. |
1050 | EdScriptExec Error |
LabVIEW encountered an execution problem. The server returns a string to report the problem. |
1053 | kLVE_ScriptDllMissErr |
At run time, LabVIEW can't find script support dll. |