LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

flash memory

hello

  i have some project

  i need how i know flash memory come frome where

  in my computer i see 4 input for usb

  but i need how labview  know where the income of the flash memory of any input

 

0 Kudos
Message 1 of 15
(3,707 Views)

Please elaborate on your question.  Understanding not happen at this time.

-Matt Bradley

************ kudos always appreciated, but only when deserved **************************




0 Kudos
Message 2 of 15
(3,704 Views)
Thanks
When we put a flash memory  the labview do not know of any port to the income Flash Memory
0 Kudos
Message 3 of 15
(3,699 Views)
I have attached the code
0 Kudos
Message 4 of 15
(3,696 Views)

There is still a language problem here.  What do you mean by the word "income"?

 

Where is this VI being run?  Is it a Windows PC, a real-time PC, a compact fieldpoint or compact RIO?

 

Assuming it is Windows, if you put your flash card into your drive, does it show up as a drive letter?  Generally, flash cards aren't going to show up as a drive D:.  More likely F, G, H, I, J ...

 

What are you trying to do with this VI?  It makes no sense.  If the file exists, your True case runs.  It reads the file, does some string and array manipulation.  And it will do this once.  But you have an embedded while loop that runs for ever at full speed for as long as that file exists.  Which means the VI will run forever.

0 Kudos
Message 5 of 15
(3,695 Views)

thank you

ok

 

Program has been read a file in flash memory and consistently determine the date, time and specify the Port if any pepole put flash memory in usb ports?
0 Kudos
Message 6 of 15
(3,693 Views)
This project is a protection system that utilizes flash memory as a key to enter doors. The develop and designed system can determine the identity of the person allowed to enter and determine the time and the specified door; it will also records the registration of time and place, and keeping data in a file. The name of the person, time and door location will then be emailed to supervisor of the system. This system can be used in small homes as well as big organization. 
0 Kudos
Message 7 of 15
(3,689 Views)

plz any one can help me

 

0 Kudos
Message 8 of 15
(3,656 Views)

any one know about registry????

0 Kudos
Message 9 of 15
(3,655 Views)

Hi nawaf,

 

as I also don't speak English natively I would recommend you consult someone to help you better phrase your questions! It is very hard to understand what you really need...

 

Hint:

You can use the "List directory" function with an empty path input to get the names (letters) of the currently mounted drives (given at the directories output). When you do this in a loop continuously you can recognize the mounting of an USB memory stick. Then you also know which drive to check for any ID files or whatever.

 

Edited: See attachment...

Message Edited by GerdW on 06-06-2009 11:59 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 15
(3,645 Views)