Discussion:
How to know computer ID
(too old to reply)
becktho
2005-09-06 05:41:15 UTC
Permalink
Maybe this is what you're looking for.
 
Thomas


ID.vi:
http://forums.ni.com/attachments/ni/170/141008/1/ID.vi
xseadog
2005-09-06 09:13:19 UTC
Permalink
Humm
from the gospel
http://forums.ni.com/ni/board/message?board.id=170&message.id=88461&requireLogin=False

chow
xseadog
Ankita
2005-09-06 22:13:15 UTC
Permalink
Hi,
 
It is not possible to know the Computer ID using LabVIEW. However you can find the Computer ID using the NI License Manager :
 
From NI License Manager (Start»Programs»National Instruments»NI License Manager), go to Options»Display Computer ID. The computer ID will be displayed.
Regards,
Ankita
mikeporter
2005-09-07 02:43:07 UTC
Permalink
It sounds like you are wanting the MAC address. You can get this by using System Exec.vi to execute the command:
ipconfig /all
Then parse from the result the "physical address". Try the same command from the command prompt and you can see what comes back. One potentially important point. If you have a computer that has multiple ways of connecting to a network (like a laptop that can dial-in or use a hard-wire LAN) the same computer can have different MAC addresses depending on how you connect.
Mike...

Loading...