05-09-2013 01:47 PM
That's exactly what I want. But I've some questions:
1-What's the objective of TDMS file out (I imagine that it's to put the file out of the while)?
2-Why did you put an error constant?
Could you give me any book name or NI links to learn more about LabVIEW (I've seen that I've to learn so much)?
Thanks!! You're a really good programmer 😉
05-09-2013 02:04 PM - edited 05-09-2013 02:12 PM
@SEGIO wrote:
That's exactly what I want. But I've some questions:
1-What's the objective of TDMS file out (I imagine that it's to put the file out of the while)?
2-Why did you put an error constant?
Could you give me any book name or NI links to learn more about LabVIEW (I've seen that I've to learn so much)?
Thanks!! You're a really good programmer 😉
05-10-2013 04:35 AM
05-10-2013 05:29 AM
There was a problem in the FPGA part, now it's solved and also i have changed the RT part. It works fine!!! 😄
05-12-2013 10:08 AM
Hi again! The program works fine, but now I've an other type of problem. A TDMS file is sent every fixed time, but the second file is not stored. FileZilla shows that the transfer has been succesfull, but the problem is that the file has the same name and FileZilla doesn't change the name of the file (e.g: the new file could be named data(1), and the following ones data(2), data(3)...) and it's not stored. Do you know any solution to this problem? I've thought that if FileZilla configuration can't solve this problem, I should change the name of the data file every time a new acquisition is done, but I'm not sure how to do it.
Thanks!!
Here's the program:
05-12-2013 10:44 AM - edited 05-12-2013 11:05 AM
Can you please post your vi..There are a few issues that need to be fixed
05-12-2013 10:56 AM
I'm in my laptot, I don't have the vi here I've to wait to go to the office...Tomorrow I'll put it, and thanks 😉
05-13-2013 04:45 AM
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 😉
05-13-2013 05:21 AM
But the problem that I see now is that every time I create a new file, it will be stored in RT's memory and finally it will be full. That's the reason why I tried to replace the file every acquisition...
05-13-2013 05:25 AM
@SEGIO wrote:
But the problem that I see now is that every time I create a new file, it will be stored in RT's memory and finally it will be full. That's the reason why I tried to replace the file every acquisition...
is it not as simple as deleting it after it is send over?