LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write a TDMS file with a web application

Hi,

I built a web application that read data from a DAQ and visualize it in a waveform. Also turn on and off a light clicking a button.

Can I save acquired data in a file?
Thank you,
Veronica

0 Kudos
Message 1 of 8
(3,183 Views)

Hi, do you use labview or other NI software to build your application? 

0 Kudos
Message 2 of 8
(3,172 Views)

Hi,

I use Labview and web ui builder.

I don't know if I can save data acquired by DAQ assistant.

0 Kudos
Message 3 of 8
(3,161 Views)

According to corresponding experts, Web UI builder is a sandbox and can't access files in local file system. The only way to do IO is through other web services. Look's like there's no current TDMS function to do that. 

0 Kudos
Message 4 of 8
(3,150 Views)

So is impossible to save data in some way??? Also a txt file, I don't know!

Or do you know a tutorial in which I can see how to interface the web ui builder application with another application that allow me to save files?
I don't know what to look for.

0 Kudos
Message 5 of 8
(3,148 Views)

If you use LabVIEW AND the WebUI Builder it should be possible to implement the logging in LabVIEW and the control and visualization with the WEB UI Builder.

 

Christian

0 Kudos
Message 6 of 8
(3,145 Views)

Can you link me a tutorial?
When I run the application and the DAQ starts, the program doesn't create the file like usually does.
I think I have to give a command to start the creation of the file Smiley Frustrated

0 Kudos
Message 7 of 8
(3,141 Views)

Hi,

 

I'm not a Web UI expert. Here are some help documents and tutorials about this product I can find:

http://www.ni.com/uibuilder/developer.htm

0 Kudos
Message 8 of 8
(3,126 Views)