11-14-2012 08:47 AM
Hello,
I need to know please, how can I have the hole hard drive size and the free hard disque size using LabVIEW.
Same thing for the RAM : hole size and free space size.
Regards,
Solved! Go to Solution.
11-14-2012 08:59 AM
For the hard drive, there is the Get Volume Info function. I know there's a trick to get the RAM, but it is eluding me right now.
11-14-2012 09:09 AM
Hello,
I tryed this function, read the result, divide by 1073741824 so i got the result in GB !! Thank you !
Now, i need to do the same thing with the RAM size please !
Regards,
11-14-2012 09:28 AM
Have a look at this example (and thread):
http://forums.ni.com/t5/LabVIEW/size-of-RAM/m-p/63942#M39616
11-14-2012 10:05 AM
Thank you both of you !
Regards,