LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

format and append data to word file

Solved!
Go to solution

As per your expert guidance, I wired through the tunnel and introduced shift registers as well. Still Getting the same output. Kindly forgive me and help. Thank you in advance. Attaching the vi here.

0 Kudos
Message 11 of 15
(1,392 Views)
Solution
Accepted by topic author salauddin

Hi salauddin,

 


@salauddin wrote:

Still Getting the same output. … Attaching the vi here.


Ok, looks better now.

As using correct shift registers to forward the RGT class/object as it should seems not to improve the table formatting you should implement my other suggestion: collect your table data on your own (in a shift register or a conditional output tunnel) and write the table just once after your loop:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 15
(1,367 Views)

Dear GerdW, Thank you for your humble help. I seek clarity regarding 2 things which I have depicted with a red boxes in the below picture.

salauddin_0-1576647964579.png

I am trying to recreate the same code as above but having issues with wiring. May i know how that selector functionality in the 1st box above is achieved and what does the red x mark on the below vi indicate? Below is the picture of me trying to recreate

salauddin_1-1576648244928.png

0 Kudos
Message 13 of 15
(1,346 Views)
Solution
Accepted by topic author salauddin

Hi salauddin,

 


@salauddin wrote:

May i know how that selector functionality in the 1st box above is achieved and what does the red x mark on the below vi indicate?


I used a conditional tunnel: use the context menu (aka right-click menu) of the tunnel to changes its mode.

The "red X" indicates a deprecated function as I use a more recent LabVIEW version than you do, no need to worry about…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 14 of 15
(1,338 Views)

Thank you, GerdW. I am able to wire now.

0 Kudos
Message 15 of 15
(1,318 Views)