LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I access to Microsoft Taskmanager from LabVIEW?

I need to visualize the memory acces of an application. Is it possible to do this with LabVIEW?
0 Kudos
Message 1 of 5
(3,252 Views)
This would involve probably writing a DLL or a CIN and make calls to Windows Tool Help functions.

For more information about those functions
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/tool_help_functions.asp

A Rafiq
0 Kudos
Message 2 of 5
(3,252 Views)
Hi EMG

If you are using Labview 7.x, you can take advantage of dotNET technology. In ..examples/comm/dotnet there is a SimpleTaskManager.vi that could be a good stating point for your needs.

Hope it helps.

Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
Message 3 of 5
(3,252 Views)
Hi alipio,

may you send me the URL where I can find that VI? I think it would help!


Thank ya!
0 Kudos
Message 4 of 5
(3,252 Views)
Well, that example comes with Labview. Just follow the path ..examples......in your labview installation dir and you will find it.
Obviously, you will need .NET installed in your PC. Go to microsoft web and download it ( dotnetfx.exe). If you want to go further, download .net fremewok SDK It´ free. In Ni web there are information abour .NET. Search and find.

Hope it helps.
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 5 of 5
(3,252 Views)