LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

AlazarTech ATS460 LabVIEW VIs

Has anybody programmed the ATS460 Digitizer card from AlazarTech using the LabVIEW VIs supplied by this company?? I have a few questions and will appreciate if someone who has worked on it can help me out. Thanks!
0 Kudos
Message 1 of 4
(3,455 Views)
I have not personally worked with the AlazarTech VIs, but you might as well go ahead and ask the questions.  Is it about the general functionality, or something specific that AlazarTech support might be able to help you out with?  In any case post your questions and as much info as you can about the VIs and your application and we will do our best to help you out!
 
Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 2 of 4
(3,440 Views)
How does one convert from Cluster (pink) waveform data type to Dynamic Data type "or" a 1-D array of Double? I have 2 signals (Sine, AC) in the cluster which are from the digitizer card and I have to somehow separate these 2 signals (I/P & O/P) which will enable me to measure the phase difference between them. Any help will be appreciated. Thanks!
0 Kudos
Message 3 of 4
(3,425 Views)
It sounds like the best way to separate these two signals is the unbundle functions.  I would recommend using the Unbundle by Name (found on the Functions >> All Functions >> Cluster palette) to get the two different arrays from the cluster.  Once you have them apart you can do your analysis. 
 
Hope this helps!
Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 4 of 4
(3,404 Views)