05-14-2014 02:53 AM
I need to verify a Duty cycle of a signa, for that I like to use The VI "Pulse Meaurements"proposed by Labview to verify The duty Cycle. I use CRIO for the acquisition and Timed Loop in my VI
My Problem is that my CRIO variable is a double not a waveform. I don't see how to acquire a waveform using CRIO
If someone has a idea. Please Help
My best regards
NAdia
Solved! Go to Solution.
05-19-2014 08:48 AM - last edited on 01-03-2024 01:31 PM by migration-bot
Hi Nadia,
To create a waveform, you can use the function build waveform : https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/functions/build-waveform.html
You have an example in this help!
Bye