05-13-2013 09:56 AM
@SEGIO wrote:
But should I create a new while loop (inside the case structure) to implement the shift register? Because each acq has many iterations. The name needs to be changed in the part of creating file and also where the file is sended (FTP).
One question that I forgot to ask, with Wait Until Next ms Multiple, don't I loose any data betwen loops?
Thanks 😉
answers to both questions is no...i have implemented the new name and file path, cleaned up the vi error lines
also, take a look at the wait folder to understand the difference
05-13-2013 10:09 AM
Can you put it in 2011 version? thanks 😉
05-13-2013 10:23 AM
sure...
05-13-2013 11:43 AM
Did you tried it? Because I get an error (file error). The problem that I has seen is that the name of the file sent by FTP is changing every aquisition but on the other hand the file where the file is created, filled and closed (TMDS) always have the same name, and the name of the file has to be the same to be sent.
Do you think that it's the cause of the error?
05-13-2013 11:50 AM
Yes!! Was that. It's fixed, it works perfectly 😉
05-29-2013 10:38 AM
Unfortunately I'm here again. The program worked fine but when I increased the time of acquisition I got an error when the file had to be transfer using FTP because buffer was overloaded. So I decided to stop the acquisition to make the transfer. So here is the program, it's similar but it only acquires during a determined time, the other one acquired all the time. The problem is that when I run it, I get the Error 4 at TDMS Write Possible reason: End of file encountered. Any help?
Thanks!
05-30-2013 04:09 AM
It's solved, thanks.