Jump to content

open/create/replacefile Vi


Recommended Posts

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:

Link to comment

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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.