LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does the string will overflow?

Solved!
Go to solution

I want to use a string indicator to show continuous test output (continuously concatenate the new output to the end of current string). This test may run about several days. I want to know if the string indicator's length limit, is it possible that some error happen like overflow?

0 Kudos
Message 1 of 3
(2,616 Views)
Solution
Accepted by topic author wellsc

It will go until you run out of memory. I would suggestion having some sort of limit. If the string gets to length "x" delete the oldest line.

0 Kudos
Message 2 of 3
(2,615 Views)

Thanks for your idea.

0 Kudos
Message 3 of 3
(2,609 Views)