07-01-2008 04:36 PM
07-01-2008 04:42 PM
07-01-2008 04:54 PM
07-01-2008 04:59 PM - edited 07-01-2008 05:08 PM
07-01-2008 05:19 PM
I have no idea what this means.
upon further inspection of the memory read vi in the memory read VI that is not connected to anything.
07-01-2008 06:10 PM
07-02-2008 12:32 PM
07-02-2008 12:52 PM
I have no idea what this means. What do you mean to "changed the connected wire"? Do you mean you used a different function? Do you mean you disconnected the wire? From the LabVIEW Help on Write to Binary File:
@MrSafe wrote:
I simply changed that connected wire from "File (use dialog) " to "choose or enter file path". Now it prompts me for a location of where I want to save. My next step is to find out why "File (use dialog)" isn't working.
Writes binary data to a new file or appends the data to an existing file. If a path is wired to the file (use dialog) input, the function opens or creates the file before writing to it and replaces any previous file contents.If the path is not wired, or is wired, but the value is an empty path, you will get a dialog asking you where to save the fle.
07-02-2008 02:11 PM