06-27-2011 04:02 PM
I have been put on a project where .hws files are being used, and these files are being read using niHWS Retrieve Waveform VI
The previous developer is using the Digital to Boolean Array VI following the file read.
Is that the only to access the data?
I tried using a Unbundle Cluster on the digital waveforum output of the niHWS Retrieve Waveform VI but that dosn't work.
06-28-2011
06:12 PM
- last edited on
01-03-2024
01:47 PM
by
migration-bot
Hi nyc,
The answer to your question will depend on how you want to access the data and what you wish to do with it afterwards. The Get Waveform Components function will be similar to unbundling a waveform. Does that look similar to what you are hoping to do?
06-28-2011 06:20 PM
I will look into using the Get Waveform Components. I was hoping to find a LabVIEW that would group the data values into an array of bytes.
I will dig into it further.