09-13-2021 06:28 AM
I'm relatively new to Veristand so I apologize for what may be an ignorant question.
I'm looking for a way to process a Waveform from a Waveform Task in Veristand using LabVIEW but having no luck figuring out any part passing the waveform to LabVIEW.
Basically, I'm wanting the Waveform (4 channels of accelerometer data) to be passed to a LabVIEW model which will perform the signal processing algorithm and output 4 doubles to Veristand. How do I pass a waveform or waveform task to a LabVIEW model, or maybe it's not possible?
I have looked at the example "Waveform Streaming Example.vi", but unsure if this is supposed to run in LabVIEW outside Veristand (doesn't work with a Veristand controller being the local PC) or ran on the RT target (not setup yet).
I have a support ticket open with NI but having zero luck so far.
Thanks,
Todd
09-13-2021 06:38 AM - edited 09-13-2021 06:39 AM
Hi Todd,
You can certainly do this in a Custom Device. The downside is that they are considerably harder to develop than models...
Here's an example: https://github.com/NIVeriStandAdd-Ons/Waveform-Processing-Custom-Device
Works. Tested on myself 😉