LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"digital table"

a digital control table from a digital waveform looks like this

__________0_______________________
0 0
29 1
50 0
30 1



how to extract the two columns from the digital control table into a 2d array ?
0 Kudos
Message 1 of 8
(3,811 Views)
the 29, 50 and so on are the the index in which it occurs and the 1 and 0 are the digital values
0 Kudos
Message 2 of 8
(3,802 Views)
Hello martian,

do you mean something like this?
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 8
(3,793 Views)
yes !! thanks alot, but can i have the file instead of the screen capture, btw where did you get the get waveform attribute.... could not find a correct one ?


Thanks for the help !!!
Martian
0 Kudos
Message 4 of 8
(3,781 Views)
i need the file in labview 7 format
its great to learn here
0 Kudos
Message 5 of 8
(3,778 Views)
Hello martian,

you will find the "Get Waveform Components" in the Waveform palette, just the first in the upper left corner... It's polymorphic, so the "0101" in the icon will pop up, when you connect a digital waveform.
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 8
(3,762 Views)
Hello martian,

I just found out, that there is a subfolder "digital waveform" in the waveform palette and there is a "get waveform components" too...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 8
(3,760 Views)
Thanks Gerdw for your help, help me save alot of time to figure that out
0 Kudos
Message 8 of 8
(3,745 Views)