Jump to content

Kyuubi™

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Kyuubi™'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. QUOTE(TobyD @ Jan 22 2008, 12:51 AM) thank you very much. :thumbup:
  2. Hi Guyz!!! Does anyone here familiar with Semiconductor Equioment Communication Standard (SECS) protocol? Can you give me some links where i can learn more about it? and how can i implement it on labview?, and is there some labview toolkits for it?. Your replies will be greatly appreciated :thumbup: . thank you very much and God bless!.
  3. QUOTE(BrokenArrow @ Jan 21 2008, 09:42 AM) Thanks for the reply . That's the initial solution that i did. works fine but i want to have a activation + unique hardware ID of the pc. QUOTE(MikaelH @ Jan 21 2008, 12:14 PM) Hi I solved it like this: 1) I start by generating a Hardware specific key. -You can use the window GUI if you're running on a windows platform, this could be done via the registry VIs. -You can use the modify date of the LabVIEW.exe file, this will be the date you installed LabVIEW and 99.999% unique. 2) I created a small perl web-page that is connected to a mysql database. And then to activate the trail period, my LV application queries the web-page like this: www.mysite.com/CheckTrail.pl?HwKey=A75BE32F90115 The web page checks the database if this Hardware Key, already has activated it or not and return 0 or 1 that LabVIEW reads back. Cheers, Mikael thanks for the solution . can you post a samble code on how to get a unique hardware specific key via registry VI? like for example the processor or board ID?. Thanks and more power!!!
  4. Good Day! Can someone give me a sample code on how to make a trial period for my program?. My Idea is i want to read the processor number or board number of the cpu that the program has been installed. Then from that i want to generate a corresponding serial for it. Any idea for a trial period time will be greatly appreciated. thanks in advance and more power to LAVA :worship: .
  5. Hi Guys, Please help me on how to create toolbar in labview 8.2 :headbang: Thanks and Regards, Kyuubi
  6. Please provide the Block Diagram. :worship:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.