LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

custom scripting nodes

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.

0 Kudos
Message 1 of 6
(3,679 Views)

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.

Message 2 of 6
(3,664 Views)
Are you sure this just isn't a hidden feature, like xnodes???
0 Kudos
Message 3 of 6
(3,652 Views)
Have you seen LabPython?  I don't know how they did it, but they sure did it.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 4 of 6
(3,612 Views)
strangely enough, when i tried it i couldnt find this. in fact, i  only found i was able to write code in text boxes.
0 Kudos
Message 5 of 6
(3,599 Views)

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!

Joe Daily
National Instruments
Applications Engineer

may the G be with you ....
0 Kudos
Message 6 of 6
(3,579 Views)