LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to log and print my acquired datas

Please help me also.
I'm using pxi 6052E board.I'm acquiring datas through DAq vis.I want to disply them and also store them in file for future print out purposes.I have succeeded in displaying.But i dont know where to start for datalogging and printing them on request.
Thanku
0 Kudos
Message 1 of 4
(2,670 Views)
There are a number of shipping examples that help users get started, including logging data to a file.

The examples are located in the Find Examples window (in the Help menu, select Find Examples...). To browse to the datalogging examples, the path is Hardware Input and Output >> Traditional DAQ >> Analog Input >> Stream to Disk in LabVIEW 7.0. In 6.1, the "Traditional DAQ" folder is just called "DAQ".

The examples in this folder demonstrate several ways to log data acquired from your DAQ to a file. If the file is in a text-based or spreadsheet format, you could print your data from the file. If not, you could print the data by using the Report Generation VIs. I would suggest logging the data into a format that you could print directly.

Feel free to conta
ct technical support if you need further assistance.

Ross C
National Instruments
0 Kudos
Message 2 of 4
(2,670 Views)
As you are from NI definitely you might be knowing the answer to my question.
My question is,
I'm continuously acquiring the signals from the field through PXI-6052E,scxi1000 chassis.
I want to display them in different display formats.
For that I have developed some vis(attached) and calling them from main vi.
The problems i'm encountering is
1) I cannot able to display them at a time.Even I can rum them simultaneouly using vi reference,but the fromt panel is not coming to the front.
2) How should I assign the priority for the vis, becoz continuously i have to acquire and display.For this I have used Analog i/p vis .I can able to accsess 32 channels using ob0!sc1!md!0:31 .But how can i acquire all the 128 channels using the same v
i.
3)What may be the efficient way to log the datas.If saving the datas in a file is thegood way, the waht for Datalogging and supervisiory control.
4)I have developed all the vis.How can i create an exe file.What are all the minimum requirements a system should have to execute my exe file.
Download All
0 Kudos
Message 3 of 4
(2,670 Views)

1) I do not fully understand this question. Are you saying that you would like to bring up the front panel of the sub VIs when they run? Please clarify this for me.

2) I think this question would better be answered on our Multifunction DAQ forum. You should probably re-post this question there.

3) I think this question would better be answered on our LabVIEW Datalogging and Supervisory Control forum. You should probably re-post this question there.

4) You can build an .exe file out of a LabVIEW VI with the Application Builder. This module comes with the LabVIEW Professional Development System, or you can get it as an add-on module if you have the Base or Full Development Systtem. To run a LabVIEW executable, you need to install the LabV
IEW Run-Time Engine on the target computer. This is a free download on our website located here.

0 Kudos
Message 4 of 4
(2,670 Views)