05-17-2023 12:10 PM - edited 05-17-2023 12:34 PM
I need to capture analog data at 10kS/s, so I am using a waveform task. However, I also need access to the acquired data from my real time sequence for decision making. However, I am unable to discover any way to accomplish this. I have seen the "Waveform-Processing-Custom-Device" in Github, but it has not been updated for over 5 years, and it is not obvious if this is even what I need. I am using VeriStand 2023 Q1 with LabVIEW 2023 Q1. I am new to VeriStand, so any suggestions are welcome.
Regards,
Rick
05-17-2023 12:35 PM
I also need access to the acquired data from my stimulus profile for decision making.
NIVeriStandAdd-Ons/Waveform-Processing-Custom-Device is the best solution if you want to map a waveform channel to a non-waveform channel. The source code is available on GitHub. All you need to do is to install the software dependencies, then download and build the source code.