11-02-2007 03:15 AM
11-02-2007 03:32 AM
11-02-2007 06:33 AM
Hi CC,
thank you very much for your help. To transpose the matrix makes sense, thank you!!
But do you know how exactly to get the t0 and delt T from the waveform? Is there a special VI for it? And how do I exactly concatenate it, so that I get the correct value for the according time? Shall I merge the signals? Maybe you can add an example? That would be really great!
I'm sorry, this stuff is new for me...
THANKS!
Steffi
11-02-2007 07:08 AM
steffi.kono a écrit: ... But do you know how exactly to get the t0 and delt T from the waveform? Is there a special VI for it? And how do I exactly concatenate it, so that I get the correct value for the according time? Shall I merge the signals? Maybe you can add an example? That would be really great!
11-02-2007 07:30 AM - edited 11-02-2007 07:30 AM
I hope this can work...

Message Edité par chilly charly le 11-02-2007 02:31 PM
11-05-2007 04:20 AM
11-05-2007 04:40 AM - edited 11-05-2007 04:43 AM

11-07-2007 02:42 AM
11-07-2007 03:17 AM
11-07-2007 09:49 AM
steffi.kono a écrit: ... I would like to run the vi which you already know ; ) without saving data. But - while running the vi - I would like to have the option to save teh data. That's why I created a switch (on: save data, off: don't save data). I wanted to wire the switch to a case structure, but I don't know where to put the case structure and the "open/create file-vi". If I put both into the while loop (where I write the data to the spreadsheet file) then - of course - it asks me with every run of the loop where to save the data.
If I put the "open/create file-vi" outside the loop it asks me at the beginning of the application where to save the data, even though I maybe don't want to save data.
I don't know if it's understandable what I mean:
If I run then vi I would like to see the data without saving it first (e.g. on the waveform graph), then I maybe would like to save it, so I want to press a button to save the data. The vi should ask me where I want to save the data while still running. I would also like to stop saving data without stopping the run of the vi. Maybe I would like to save data to another file within the same run.
Do you know what I mean?