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
(298 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
(275 Views)