05-23-2010 12:37 PM
Is it possible to create custom scripting nodes, like the scilab one here
http://zone.ni.com/devzone/cda/epd/p/id/657
for interfacing with another language.
I looked in the download but couldn't find the code for interfacing scilab with a scripting node.
05-23-2010 03:11 PM
No, you cannot create a new LabVIEW script function. Depending on the language, you could use a Call Library Function Node or the system exec. Do a search for Python or tcl to see how people have interfaced to those.
Don't understand your last question at all. You posted to the Scilab link and that has a link to the download with the script function.
05-23-2010 04:00 PM
05-24-2010 05:25 AM
05-24-2010 08:35 AM
05-24-2010 10:28 AM
Hi Gordal,
It is possible to create custom script servers, just like the way scilab scipt nodes work. However, I don't know of any references on the subject. All they really do behind the scenes is call a DLL and output the results. I would recommend a simliar appoarch.
Hope this help and good luck!