LAVA 1.0 Content Posted December 6, 2005 Report Share Posted December 6, 2005 :arrow: I have stuck up with writing the files in the LabVIEW, i want to do the Fifo(First in First Out) while writing One continuos file to .lvm type, I cant do this with options of the LabVIEW, can anyone suggest me how can I do that? please give me the solution. :headbang: Quote Link to comment
Jim Kring Posted December 10, 2005 Report Share Posted December 10, 2005 :arrow: I have stuck up with writing the files in the LabVIEW, i want to do the Fifo(First in First Out) while writing One continuos file to .lvm type, I cant do this with options of the LabVIEW, can anyone suggest me how can I do that? please give me the solution. :headbang: A file is a FIFO, if you read it from front to back and append data to the back. However, you should look at the Queue as a way of doing a FIFO. Why are you using a file as the FIFO? Are you sharing the data between two applications? You say that you can't do what you want with the options in LabVIEW; but which approaches have you tried? Show us some examples of your code, where you are getting stuck. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.