LabVIEW Communications System Design Suite

cancel
Showing results for 
Search instead for 
Did you mean: 

How pass an constant array of gvi to constant array or stream of gmrd?

Hello

 

Good, 

I write because I need pass a big constant array of  gvi (VI) to constant array or stream of gmrd (Multirate Diagram).

Basically,  I need  upload large arrays or stream and I don't write element by element.

 

thanks for your help

 

Leo

 

0 Kudos
Message 1 of 8
(6,113 Views)

Is this on the host or FPGA?

Rahul B.
0 Kudos
Message 2 of 8
(6,111 Views)

all FPGA

 

Regards

 

Leo

0 Kudos
Message 3 of 8
(6,108 Views)

Check the Guided Help (Learn tab>>Getting Started>>FPGA>>Deploying Applications to an FPGA, it shows you how.

 

Basically, when you drop an MRD down its inputs are FIFO references. Note that because MRDs are their own clock domains, they exist outside a CDL loop and communicate via FIFOs for streaming data in and out.

Rahul B.
0 Kudos
Message 4 of 8
(6,105 Views)

I find other solution

 

In Multirrate Diagram  put FPGA IP.

This is a VI diagram, 

copy constant array  and asigned port for select data array and out data.

remenber, put correct type data

 

regards

Leo

 

0 Kudos
Message 5 of 8
(6,094 Views)

Ahh, I misunderstood. I thought you were trying to determine how to pass data into MRD from your CDL. Yeah that makes sense, and there are some Stream to Array functions in MRD too!

Rahul B.
0 Kudos
Message 6 of 8
(6,091 Views)

Do you mind attaching a screenshot of the soluition so we can see? 

 

Thanks!!

Rahul B.
0 Kudos
Message 7 of 8
(6,086 Views)

good day

 

I attached an example

 

thanks

 

 

 

0 Kudos
Message 8 of 8
(5,972 Views)