Jump to content

Read Device manager


Recommended Posts

Posted

What exactly do you want to change? There's a *lot* of stuff you can do with DAQmx property nodes, and you can load in an ncs (or partial hardware prepresentations).

Posted (edited)

What exactly do you want to change? There's a *lot* of stuff you can do with DAQmx property nodes, and you can load in an ncs (or partial hardware prepresentations).

I want for example to read the name and "Hardware Id" of Disk drive (as viewed in attached picture)

Thanks

post-18139-080224700 1284299027_thumb.jp

Edited by Alex Katsovich
  • 2 weeks later...
Posted

I want for example to read the name and "Hardware Id" of Disk drive (as viewed in attached picture)

Thanks

Hi,

just some thoughts: you could google on visual basic scripts (VBS) and getting device manager info.

There are some objects (activeX) available in a standard windows installation which are commonly used in windows scripts to retrieve this type of information. I have read threads about getting installed software information, managing services, or getting users and groups information. It certainly allows looking at the info found in the device manager.

It is called Windows Management Interface (WMI).

Since it is activeX, you should be able to "translate" examples found for VBS into G code.

I hope it helps getting in the right direction.

Cheers.

Posted

Hi,

just some thoughts: you could google on visual basic scripts (VBS) and getting device manager info.

There are some objects (activeX) available in a standard windows installation which are commonly used in windows scripts to retrieve this type of information. I have read threads about getting installed software information, managing services, or getting users and groups information. It certainly allows looking at the info found in the device manager.

It is called Windows Management Interface (WMI).

Since it is activeX, you should be able to "translate" examples found for VBS into G code.

I hope it helps getting in the right direction.

Cheers.

Thanks, I will try it.

Thanks to everyone for the help

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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