10-11-2005 08:59 AM - edited 10-11-2005 08:59 AM
Message Edited by mr_nice on 10-11-2005 08:59 AM
10-11-2005 09:28 AM
Hy mr_nice,
at first the SubVI is missing in your example. Try to save with options..
To the problem. Why have you put the controls outside the while-loop. The values will only be read at initializing the loop. If you put them inside, every cycle the values from the controls will be updated. I have modifiied your example and I hope that it was what you want.
Ciao TPoint
10-11-2005 09:46 AM - edited 10-11-2005 09:46 AM
Thanks for your reply TPoint
I only want to set them at the beginning (more importantly I don't want them changed during).
I have tried to include both vi's now.
My real question is how I change the duration and the amplitude of the arbitory signal
Message Edited by mr_nice on 10-11-2005 09:47 AM
Message Edited by mr_nice on 10-11-2005 09:48 AM
10-11-2005 10:57 AM