LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Matlab 'keyboard' from Labview?

hi,

i'm using win2k, Labview-7 & Matlab(13).
Within the LV formula script, is it possible to use 'keyboard' command in Matlab script?

i use input and output to the script to let the Matlab finish execution before Labview continues... however, Matlab window doesn't display & Labveiw locks up.

i sure would like interactive Matlab from Labview scripts.
thanks for your input.
0 Kudos
Message 1 of 2
(2,542 Views)
> i'm using win2k, Labview-7 & Matlab(13).
> Within the LV formula script, is it possible to use 'keyboard' command
> in Matlab script?
>

Apparently not. I don't have access to Matlab, but the script node
works by passing the information to matlab using the ActiveX automation
interface. You might look for documentation within Matlab indicating
which commands do and don't make sense for automation.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,542 Views)