|
From: Todd L. <tl...@cy...> - 2008-01-16 07:10:23
|
Thank you Rolf. The inline vi's and the script node works for me on LabVIEW 7.1.1 and 8.5 on Windows. I used the example from the labpython web page. It's probably due to my setup - and it is not at all critical since I will be using the inline vi's - but the odd behaviour I see is that the script node doesn't place properly in 7.1.1 or 8.5. I have to copy the script node from inside the Python Script Node vi, or place a matlab or xmath (or the other one), then change it to python. The very first time I placed the python node, it worked right. But that was the only time. Also, when I right-click on the node, the context menu briefly flashes, the matlab app flashes on the start bar, and I can't add an input or the like. I have to ctrl-right click, then I can add an input - though, oddly, the matlab app still flashes on the start bar. Just a note on my application - I will be using python modules that communicate with an xmlrpc server. I may find out if straight tcp interface works better. --Todd Lesher |