05-05-2011 03:52 AM
Hello,
How can I read system information in LabView?
We need information about:
- Operating system
- LabView revision
- PC-Name
05-05-2011 08:32 AM
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
05-05-2011 08:50 AM
05-05-2011 08:53 AM