LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to concatenate multiple HWS files and display the results in a graph

Solved!
Go to solution

As the title suggests, there are multiple waveform files (hws files), and I would like to know how to connect them and display them. example) If waveform file 1 has wave1 and wave2, and waveform file 2 has wave3 and wave4, I would like to connect them and display the four waveforms from wave1 to wave4.

0 Kudos
Message 1 of 6
(447 Views)

表題通りですが、波形ファイル(hwsファイル)が複数あり、それを連結して表示させる方法をご教示願います。

例)

波形ファイル1にはwave1とwave2、波形ファイル2にはwave3とwave4があった場合に、連結させてwave1~4までの4本の波形を表示させたいです。

0 Kudos
Message 2 of 6
(420 Views)

HWS files seems to belong to LabVIEW NXG, which is obsolete. If you can read one, you can read all, then just concatenate the data. Can you show us what you have?

0 Kudos
Message 3 of 6
(428 Views)
Solution
Accepted by topic author kozuka32

@altenbach wrote:

HWS files seems to belong to LabVIEW NXG, which is obsolete. If you can read one, you can read all, then just concatenate the data. Can you show is what you have?


@altenbach, HWS files were primarily used with the HSDIO series of digital cards to read/write long digital waveforms.

 

https://www.ni.com/docs/en-US/bundle/ni-scope/page/hierarchical-waveform-storage-data-file-hws.html

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P6OjSAK&l=en-US

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 6
(411 Views)

@santo_13 wrote:
@altenbach, HWS files were primarily used with the HSDIO series of digital cards to read/write long digital waveforms.

 

 


Thanks. I wasn't familiar with the term and google returned this as first result.

 

No matter what, it seems trivial to concatenate several of them...

0 Kudos
Message 5 of 6
(381 Views)

Thank you for your clear answer.

0 Kudos
Message 6 of 6
(291 Views)