LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenate Strings with several Colors

Hello all,
 
I'm currently in work placement and I must treat a climb of information radio units in the form of script.
 
I wish "filter" these information by color code according to their origin etc...
 
I created a simple VI permitting to concatenate strings choising its color.
 
The treatment time become very long (about many tenth second) when the string is composed by some lines with different colors.
In my application, the scripts can be very long, and become a problem...
 
Could-you, please, help me with a treatment time faster?
 
I use Labview 8.5, attached my exemple.
 
Thanks!
 
Julien
0 Kudos
Message 1 of 8
(3,190 Views)

Hi Julien,

see this thread and GerdW´s post. I think this should be a good solution for you:
http://forums.ni.com/ni/board/message?board.id=170&message.id=302349&query.id=43475#M302349.

Mike



Message Edited by MikeS81 on 04-21-2008 02:51 PM
0 Kudos
Message 2 of 8
(3,175 Views)

Hi Mike,

Thank you for your answer, but I already saw that post and theses solutions don't suit to my application. All Lines must be visible anytime.

Is it possible to concatenate text with different color without to redefine all strings ??

Julien

0 Kudos
Message 3 of 8
(3,158 Views)


TeamJP34 wrote:

...to concatenate text with different color without to redefine all strings ??

Julien


Hi Julien,
i think this is not possible. If all lines has to be visible at any time, why did you use a scroll bar?? Smiley Wink
Mike


Message Edited by MikeS81 on 04-21-2008 03:21 PM
0 Kudos
Message 4 of 8
(3,156 Views)
In my example the scroll bar are enabled, I said that because I must not to cut the script with some lines to optimize the treatment time...
 
Julien
0 Kudos
Message 5 of 8
(3,145 Views)
Try attached version which uses the Defer Panel Update property.
Message 6 of 8
(3,137 Views)

Thanks JB for your answer.

That is perfect ! 🙂

Julien

 

0 Kudos
Message 7 of 8
(3,129 Views)
One of LabVIEW's underused property !
0 Kudos
Message 8 of 8
(3,119 Views)