From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GPS

Good afternoon,
I am new to tinker with Labview.
I created a program that reads the position of a mobile by GPS and sends to the labview.
I have a big problem:
1) How to set the vectors of communication to string?
2) How to concatenate?

0 Kudos
Message 1 of 2
(2,894 Views)

I'm not even sure what your first question is asking.

In your pictures, don't go backwards.  Just don't.  It's bad programming practice and you want to break that habit now.  In the second picture, if you want to communicate, just wire through and get rid of the control you have.  The problem you're likely running into is you're doing that calculation and then need to send it into the loop.  If that's the case, take a look at queues and the idea of a producer/consumer architecture.  It's essentially set up for what you're trying to do.

 

For concatenation, go to the block diagram and hit ctrl+space.  Type in "concatenate strings." 

0 Kudos
Message 2 of 2
(2,873 Views)