12-05-2005 02:59 PM
12-05-2005 08:13 PM
12-06-2005 10:21 AM
12-06-2005 11:39 AM
12-09-2005 03:06 PM
Randall,
I am trying to save my Waveform Graph & Phase data to the same file (refer "Output Save.jpg"). The XY Graph contains both the channels A & B, but this doesn't take care of the DC Offset. I am running into this error (indicated in picture), and I am really not having any luck in debugging it so far. Also, tried using a cluster bundle (has pink output datatype) to write the Waveform Graph & Phase data to a file, but ran into the same error. I have attached the files for all the relevant VIs and will attach more VIs in the next email.
Also, how does one change I/P parameters on the fly when passing them as a string. Pls refer "Function Generator.jpg". Right now, user can set frequency/amplitude on the front panel and then run the program. I/P's are part of a string command to the Function Generator - "APPL:SIN FREQ, VOLT". Any change in I/P's while the program is running does not affect the program. User has to stop the program, change frequency/amplitude and then run the program again.
Will appreciate your feedback. Thanks!
12-09-2005 03:08 PM
Randall,
Attached are some more VIs with reference to my last reply.
12-13-2005 07:49 AM
12-13-2005 09:14 AM - edited 12-13-2005 09:14 AM
Message Edited by rpursley8 on 12-13-2005 10:14 AM
12-14-2005 10:09 AM
Randall,
Thanks for your suggestions. Pls refer to the attached "Phase.jpg" file. The problem of DC Offset and writing I/P & O/P signal information to a file has been resolved. I am also writing phase information to the same file as well. I would like to have continuous phase data written to the file as against just throwing out a single value, which is the way it is set up right now. The number of phase values depends on the number of sample points set by the user (256, 512, 1024, 2048, 4096). Tried using a FOR loop enclosing the Phase VI and connecting the count terminal of the loop to the number of sample points. But this did not work. Is there a way to do this. Would appreciate your reply. Thanks.
12-14-2005 12:54 PM