09-19-2018 08:02 PM
Hi,
I want to integrate the file creation after every 30min into my this serial real codes as attached. I did tried it again, yes the codes you gave is working now i tried it separately. but How can i integrate it into my this code?
09-19-2018 08:05 PM
Hi,
Yes I followed your codes and removed the waits, thanks for time/date format it really helped tor educe extra blocks im putting. Yes its working now. But i still want to keep the case because I want to control my repose window.
09-19-2018 10:08 PM - edited 09-19-2018 10:19 PM
What do you mean by "repose window"?
And you do not seem to be listening to other people's help about your feedback node problem. Also, you still haven't implemented the Elapsed Time Express VI which is the answer to the question you posed in the subject line of your thread.
09-19-2018 10:56 PM
Hi, I used the advanced I/D function to create file. I am able to get new file name with increment. Its creating file after every second. How can I use Elapsed Time express VI with this to save file with captured data after 30 min. Its incomplete codes attached. Thanks.
09-19-2018 11:34 PM
Why do you have Elapsed Time stopping the while loop?
It should be driving a case structure that closes the old file and opens a new one when True. The file reference should be kept in a shift register.
Also use block diagram cleanup as you have several backwards running wires that make it hard to read your VI.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
09-20-2018 12:06 AM
Sure, Thank you.