06-11-2012 03:43 AM
06-11-2012 03:52 AM
Oh....but..I can't figure it out??Can you please tell me how it can be?
06-11-2012 03:54 AM
06-11-2012 04:02 AM
YES,while running VIs with highlight execusion,it is showing TimeOut error.
But...build array node I can't understand the broblem.Will you please help me to figure it out?
06-11-2012 04:12 AM - edited 06-11-2012 04:13 AM
Hi Danil,
"But...build array node I can't understand the broblem."
Hmm. Let's think about that: your problem is the order of the strings in your display.
Mabye it is correlated with the order of the BuildArray inputs.
Maybe...
If one could test that, maybe...
If one could figured out, where the newest string should be attach to: end or start of array?
Hopefully there is someone out there thinking about what he has programmed in it's own VI...
06-11-2012 04:15 AM
Yes I tested it by reversing the inputs but nothing changed.Also why showing TimeOut error while highlight execusion?
06-11-2012 04:19 AM
Hi Danil,
"Yes I tested it by reversing the inputs but nothing changed."
I don't believe that. There has to be a difference...
"why showing TimeOut error while highlight execusion?"
I would expect a buffer overflow, but not a timeout...
06-11-2012 04:23 AM
Yes,changed I meant not get the expected output.I got the output as:
06-11-2012 04:31 AM
Hi Danil,
I spot a problem in your picture: Did you ever notice the double "\\" in the strings? Did you ever think about the reason why they are displayed? Do you really want them to be displayed?
Everything else is working as expected: the strings sent by your WriterVI are received by the ReaderVI and displayed in receiving order...
THINK FIRST, THEN PROGRAM!
06-11-2012 04:38 AM - edited 06-11-2012 04:38 AM
Yes..yes I saw that Iam actually thinking about that.Why it is happening?It comes when Iam giving like this:-
I dont want them to display.
Can you please explain it clearly.?