> We have Labview 5.1 and matlab 5.3. The main problem as I see it is that
> matlabnode is not possible to open so reconfig of the underlaying G-code is
> not possible.
>
My point was that the scriptnode is built into LV, but communicates
to Matlab over ActiveX. I think it assumes that Matlab in on the
same computer; so it might not be appropriate to use.
Since it communicates to Matlab over ActiveX, you can drop your
own nodes and communicate to any Matlab you like. The Matlab
interface is pretty straightforward, and downloading an equation,
some variable values, telling it to run, then uploading the
variable values can all be done from the diagram using ActiveX.
I believe that it is also possible to register the remote Matlab
with your computer
so that when LV launches and communicates
with it, it is using the one on the remote computer. I don't
know exactly how to do this though, you will need to go
through support for either Mathworks or NI.
Greg McKaskle