LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Split array from FIFO

Solved!
Go to solution

Hello

I'm running a FIFO from my CRIO 9075 to a RT host on the computer. On the target I have 4 inputs connected to a build array and then FIFO.


How can I split the array up into 4 separate signals on my host? 

0 Kudos
Message 1 of 5
(3,001 Views)
Solution
Accepted by cdonc

Hi cdonc,

 

the "opposite" of BuildArray is IndexArray...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(2,995 Views)

Thank you, as I understand it I just put the index 0 to read the value of element 0?

0 Kudos
Message 3 of 5
(2,988 Views)

Hi cdonc,

 

yes.

 

It seems you should also do some LabVIEW 101...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,985 Views)

The Index Array can be extended to separate all 4 of your elements.  That would likely be the easiest way for you to do this.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 5 of 5
(2,962 Views)