LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use Open/Create/Replace File.vi

How to change Open/Create/Replace File.vi to Open File?
0 Kudos
Message 1 of 4
(2,775 Views)
What is it specifically that you need to do? There is an Open File function under the Advanced File Functions. If that what you need to do?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(2,775 Views)
Oops, I want to create and save a file automatically.
0 Kudos
Message 3 of 4
(2,775 Views)
Use the routine Write Characters to File.vi found under the File IO palette. It has a boolean control on the front panel. If this is set true, data is appended to the end of an existing file, or a new one is created if the file doesn't exist. If the control is set to false, the file is always created new--overwriting any existing file with the same name.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 4
(2,776 Views)