LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read datas from table

Solved!
Go to solution

Hi danil,

 

by viewing at your Read-VI I can say it is not reading in reverse order. It is displaying in reverse order!

 

Think first, then program!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 161 of 189
(1,424 Views)

Oh....but..I can't figure it out??Can you please tell me how it can be?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 162 of 189
(1,421 Views)

Hi danil,

 

ever tried to debug your VIs by highlighting? Ever looked at the BuildArray-node closely?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 163 of 189
(1,419 Views)

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?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 164 of 189
(1,416 Views)

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...

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 165 of 189
(1,409 Views)

Yes I tested it by reversing the inputs but nothing changed.Also why showing TimeOut error while highlight execusion?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 166 of 189
(1,422 Views)

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...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 167 of 189
(1,419 Views)

Yes,changed I meant not get the expected output.I got the output as:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 168 of 189
(1,417 Views)

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 169 of 189
(1,412 Views)

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.?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 170 of 189
(1,408 Views)