nejlam Posted August 16, 2004 Report Share Posted August 16, 2004 Hi, does anyone know when you run the open/create/replacefile Vi, what type of file needs to get opened? i know the vi, needs to open an existing file. error 7 occurs if the file ca nnot be found. i get error 7. i want to know what is the exicting file that needs to get opened? :question: Quote Link to comment
didierj Posted August 17, 2004 Report Share Posted August 17, 2004 It opens whatever file you select. It opens the selected file as a text file. By reading (with read file) the file without any formating and using string to byte array you get the binary representation of your file. If you want to open the file in a specific format (knowing that this file was created with LV and the data was organized in a cluster), then you'll need to use the functions on the Advanced palette. See Examples, from Menu: Help>>Find Examples..., for further details (e.g. Read Datalog File Example.vi). Didier 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.