Jump to content

Kyuubi™

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Posts posted by Kyuubi™

  1. 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!. :yes:

  2. 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 :D . 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!!! :D

×
×
  • Create New...

Important Information

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