‎03-05-2013
12:58 PM
- last edited on
‎05-26-2026
03:51 PM
by
Content Cleaner
Is there a build digital data function in CVI?
Equivalent of LabVIEW function:
thanks.
‎03-06-2013 06:15 PM
Hello sonotk,
Are you trying to generate an arbitrary digital waveform in CVI? From my initial research, there doesn't seem to be an explicit function that has this same functionality.
‎03-07-2013 01:32 PM
yes that is what I am trying to achive. Is it possible?
Thanks
‎03-08-2013 03:45 PM
In CVI generating a waveform is essentially the equivalent of creating a double[]. However, the exact function for creating digital data in LabVIEW is not available in CVI because it isn't necessary to have such a function.