01-08-2009 06:00 PM
01-09-2009 11:27 AM
01-10-2009 01:57 AM
Looks like using the latest build does the trick. If you have any clout with the Scilab folks, I'd be grateful if you could encourage them to make an official release that clears up this kind of issue. I'm actually teaching a course on control theory (for science students, not engineers). We use LabVIEW primarily (so that we can interact easily with DAQs, etc.), but I would like to be able to occasionally include some Scilab scripts. I'd be more comfortable asking students to download a proper Scilab version......
Many thanks!
02-16-2009 05:21 PM
06-14-2009 08:34 PM
Hi Grant, I am a fresher of LV and have used Scilab before. I have LV8.6 installed and want to use the labview_scilab_script_node for my application. I have unzip the labview_scilab_script_node files based on the readme file, now I have the following problems:
1. At first, I installed the latest stable version of Scilab, version 5.1.1. But when I open the example vi in C:/Program Files/National Instruments/LabVIEW 8.6/examples/Scilab , it return a error of R6034: An application has made an attempt to load the C runtime library incorrectly, then followed by a Labview error (1046) that it cannot initiate the script server.
2. As your mentioned, I uninstall Scilab5.1.1 and install the latest Nightly builds: scilab-master-1244748622. This time, when I open the example vi from LabVIEW 8.6/examples/Scilab no such error appears but the labview software stops to response and what I can do is to close the non-responding labview process.
I am really confused about the problem, need help and solutions from community, thanks!
06-17-2009 10:56 AM
06-18-2009 09:30 AM
06-18-2009 07:24 PM
Hello, Grant,
I did not install the Atlas in Scilab5.1 or latest nightly build master edition, but problem was still there.
Then I tried to install the Scilab branches-5.1-1244653915, with FFTW, without MKL and Atlas, then everything runs smoothly. But if I install MKL, error message will be shown. Hope this information will be helpful for other users.
As you request, I post the output of getdebuginfo here, in attachment
06-23-2009 12:18 PM
06-26-2009 06:45 AM
Hello there,
I stumbled upon the same problem using LabVIEW 8.0 and SciLab 5.1.1 with FFTW and MKL.
It seems that the problem has something to do with MKL, not FFTW:
SciLab scripting works properly since I deinstalled MKL.