I am having trouble using the "getf" command in the Scilab-LabVIEW Gateway.
I would like to load an external Scilab function using the LabVIEW script
node and perform an operation with it.
In Scilab, the following code works correctly:
___________________________________________
scilab-4.1.1
Copyright (c) 1989-2007
Consortium Scilab (INRIA, ENPC)
___________________________________________
Startup execution:
loading initial environment
-->getf "C:/program files/scilab-4.1.1/macros/dec2bin.sci";
-->dec2bin(10,4)
ans =
1010
-->
However, when I execute the same code in the Scilab-LabVIEW Gateway, I
receive the error:
Error 1048 occured at LabVIEW: LabVIEW failed to get variable from
script server. Server:"" in Untitled 1
Possible Reason(s):
LabVIEW: LabVIEW failed to get variable from script server.
Is it possible to use "getf" in the Scilab-LabVIEW Gateway?
Thanks,
Joe