LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

concatenate main vi and sub vi data

Is it possible to concatenate the output string of main vi and sub vi data? 

0 Kudos
Message 1 of 5
(3,300 Views)
You mean both are String data type? It should be relatively simple, can you show your code? Also did you see the concatenate functions available?
-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 5
(3,263 Views)

Yes, both are string data types and i used the string concatenate function in our previous projects.

 

I have not yet implemented the logic. My main objective is, in my main vi i have two sub vi's corresponding to two controls. If i click on control-1 sub vi-1 will popup and i will make some changes. And some changes in second sub vi also. Finally i have to concatenate the both sub vi's outputs and main vi output and send to FPGA board.

 

Kindly provide the example vi for my requirements.

 

0 Kudos
Message 3 of 5
(3,206 Views)

11532 wrote:  Finally i have to concatenate the both sub vi's outputs and main vi output and send to FPGA board.

What FPGA board?  How are you communicating with it?

 

But it does sound like all you need is a simple Concatinate String.


GCentral
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
0 Kudos
Message 4 of 5
(3,180 Views)

Its a Vertex7 FPGA board. We are using UDP Protocol to send the data stream (string) to FPGA. First i should collect the data from different popups and make the data stream to send.

 

is it possible to concatenate the data from one popup window to another window?

 

kindly find the attached project for your reference.

 

0 Kudos
Message 5 of 5
(3,138 Views)