Running VI from another VI

2004-04-24 Thread Shreesha
HI, I have program1.vi running. When a user clicks on a button, Program2.vi needs to be launched. The way I am doing it now, is by calling Program2 in Program1; so program2 acts as a subVI. But I have a problem here..I dont want my Program1 to be running, when Program2 is

Re: Running VI from another VI

2004-04-24 Thread Shreesha
Thanks a lot, I have a question...will this work if I create a exe file of Program1 and run the exe??

Re: Running VI from another VI

2004-04-24 Thread Shreesha
Hi Jumarion, Thanks a lot, I have a question...will this work if I create a exe file of Program1 and run the exe??

Re: Running VI from another VI

2004-04-24 Thread Shreesha
Hi Zvezdana, I am having some doubts about Event structure. I have a program in which there is a 'while loop' running my devicenet communication. I am both writing and reading some information in this loop. When the user presses a

Re: Loading parametrs using DNET and labview

2004-04-08 Thread Shreesha
Thanks Scott...I think I have figured out how to go about doing it. If I have further questions, I shall keep you posted. Thanks.

Loading parametrs using DNET and labview

2004-03-30 Thread Shreesha
HI, I have to load parameters into my motor drives which use devicenet communication. For different experiments, I need to load different parameter list. I am using labview 6.1 and NI DNET card. The parametr list is huge..normally around 1000 parameters. I would like to

Timing the while loop precisely

2004-03-12 Thread Shreesha
Hi, I am working on communicating with a few devicenet devices using the I/O communication. In am using the Multiple I/O commuication vi for this purpose with a NI DNET PCI card. In this vi, there is a while loop running that gets and puts information into my various DNET

Re: Plotting x and y when user asks for it

2004-03-05 Thread Shreesha
Hi, Thanks for that example. It was very helpful. I am able to make my vi work now. Thanks.