From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combo box

Solved!
Go to solution

Hi Phil_

 

I have tried with reading the excel spread but i am not getting it......... Here is the VI which i have tried......could you please help me. Thankyou in advance

 

Regards

Pratheek

 

0 Kudos
Message 11 of 12
(297 Views)

Things I would change:

  • Be careful when using 'use default if unwired' tunnels. It looks like you want to wire that string array across between both shift registers.
  • Local variable abuse! This program does not need any local variabls, use wires and shift registers instead!
  • unwired controls outside the loop will only be read once, at the start of the program. Put them inside the loop, or inside the associated event case.
  • Use the error wire to enforce execution order rather than stacked sequence structures. It makes the code easier to read.

 

0 Kudos
Message 12 of 12
(274 Views)