12-17-2019 04:17 AM
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.
12-17-2019 11:17 AM - edited 12-17-2019 11:18 AM
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:
12-17-2019 11:51 PM
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.
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
12-18-2019 02:19 AM
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…
12-18-2019 10:48 PM
Thank you, GerdW. I am able to wire now.