permanently relink subvi

2004-04-24 Thread janet637
I made some changes to a lower-level subvi and then changed it back..but now everytime I open the higher-level vi's, I would need to go back to that subvi and relink it in every VI where I called that subvi. How to do this permanently so I won't have to do that EVERY time I open the main vi?

web conferencing in labview?

2004-04-08 Thread janet637
I'm trying to develop a program that will allow audio/video feed to be displayed to a user over the internet. The user will be able to control that VI and see the video stream and hear the audio (that's why I was considering remote front panel), but then the client user should also be able to

How to compile wavread on MatLab Script?

2004-02-12 Thread janet637
I'm having trouble compiling the MatLab function wavread on my MatLAB script node in my LabVIEW file. I even tried it with a simple Y = wavread('blah.wav') and it would not compile. This works in the MatLAB program. Please help! Thank you.