LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get Windows system information.

Hello,

 

How can I read system information in LabView?

We need information about:

- Operating system

- LabView revision

- PC-Name

0 Kudos
Message 1 of 4
(3,328 Views)

If you open a CMD prompt and type 'SET' this will give you a list of all the ENV variables configured.  This will at least give you the Computername and maybe the OS version.  My OS version indicates Windows NT, even though I am running XP.  Not sure to how find the LabVIEW version.

 

Here is a VI I wrote to get any of the system variables.

 

Thanks,

 

PH

0 Kudos
Message 2 of 4
(3,309 Views)

Hi string,

 

you could use a simple property node as shown in the attachment...

Best regards,
GerdW


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

Hi,

 

I added the PC name too...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(3,304 Views)