LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File Dialog Function no Longer Support Datalog Files

Solved!
Go to solution

hi, i just attached .vi file to you. sorry as i am doing fabrication stuff and no idea on labview code. =]

0 Kudos
Message 11 of 14
(595 Views)

Hi 

 

0 Kudos
Message 12 of 14
(575 Views)

The VI TransWriteToSpreadsheet is missing. I don't see any File Dialog function, unless it's in the missing subVI.

 

And I still don't know what you want us to do, as you've been told what you need to do.

 

Other comments:

  • Please clean up the code. Neatness counts. Unnecessary wire bends are distracting and an annoyance. 
  • The "seconds since 1Jan1904" local variable is completely unnecessary. Use a wire.
  • Be very careful about using Build Array inside a loop. This can cause ever-growing array, causing memory thrashing and running out of memory. If you are trying to save the data to file and your period is rather long, then you should put the file write inside the loop. A better alternative is the producer consumer architecture. Application Design Patterns: Producer/Consumer
  • Do not use string and string functions to create paths. Use a path control and use Build Path to create paths. Strings are not cross-platform compatible. 
  • You should change your instrument I/O to use VISA.
  • Your error handling is virtually non-existent. Any errors are completely ignored.
0 Kudos
Message 13 of 14
(566 Views)

Hi, actually we are hoping that you can help us to make the code work as we have never amend labview code. We just use labview for I-V relation measurement for our project. Attached is the overall code for our project that currently use. =]

0 Kudos
Message 14 of 14
(559 Views)