LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in excel and led

Hi everyone. Can someone reallly please show me a sample vi on linking a excel to a led. Its like when a person puts a password and the led light's up.

0 Kudos
Message 1 of 16
(3,833 Views)

That is a very confusing question. What do you mean 'a excel'? Do you mean a cell in an Excel worksheet? To start the Excel program? Something completely different?

0 Kudos
Message 2 of 16
(3,825 Views)

sorry for the confusing question. Ya, i meant a cell in a excel worksheet. The worksheet that is available in labview.

0 Kudos
Message 3 of 16
(3,819 Views)

You've already asked this question.

 

Please do a search for opening Excel files from LabVIEW. This issue has been asked about MANY times and many examples have been posted.

0 Kudos
Message 4 of 16
(3,794 Views)

Do you mean having an operator enter a value (password) and comparing it to one read from a spreadsheet? As mentioned there have been a number of threads about reading from a spreadsheet, both those that are actually Excel formatted, and those which are just text files with specific delimiters, such as CSV (comma seperated variables) or tab-delimited. Once you have built code to read in from a text file, then you will need to determine a way to compare the operator entered data to that which is read in.  Do a search, build the file read, then come back for more help. There isn't a pre-made LabVIEW program to do this, unless someone has posted one in the past.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 5 of 16
(3,777 Views)

 


@smercurio_fc wrote:

You've already asked this question.

 

Please do a search for opening Excel files from LabVIEW. This issue has been asked about MANY times and many examples have been posted.


Car park method??? Smiley Indifferent  I don't get it.

 

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 6 of 16
(3,753 Views)

Sorry, i been trying to find but still cant get it..

0 Kudos
Message 7 of 16
(3,707 Views)

We can't really help you unless you provide a better explanation of what you are trying to do. We don't know whether you're trying to control Excel or whether you're trying to put a spreadhseet on a front panel, or whether you're trying to put a regular table on a front panel, or .... ??

0 Kudos
Message 8 of 16
(3,684 Views)

I am trying to put  a spreadsheet which has username and password. The 1st row of the spreadsheet will link to the 1st led, and the 2nd row will link to 2nd led and goes on. If any row which has information is deleted the LED turns off. Sorry again.

0 Kudos
Message 9 of 16
(3,648 Views)

There's a function called Excel Get Data installed with Report Generation Toolkit for Microsoft Office that you could use it for pulling data from Excel.

Then, matching between user name, and password in LabVIEW to lit up LED.

0 Kudos
Message 10 of 16
(3,632 Views)