From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

analysing waveform for digital values stored in a file

i have certain digitals values obtained in a file in .txt format.

i have to obtain a waveform by giving the input as these digital values in that file.

I have programmed for array input manually.

But the waveform analysis should be made such that it do analyze automatically by taking the values stored in the file.

The values are stored as like follows-

0.00159

0.01432

0.01654

0.15432

etc

Give me a module to do this task.

0 Kudos
Message 1 of 3
(2,280 Views)
Look at Read from Spreadsheet File in the File I/O palette.
0 Kudos
Message 2 of 3
(2,276 Views)
Use the Read from Spreadsheet file and then just connect it to a waveform chart. This will do what you need. Post back.
0 Kudos
Message 3 of 3
(2,269 Views)