Sparkette Posted April 12, 2009 Report Share Posted April 12, 2009 Is there any way to read data from Windows NT performance counters into LabVIEW? Yes, I know it's a short post. Quote Link to comment
asbo Posted April 12, 2009 Report Share Posted April 12, 2009 Check out the API from MSDN -- it looks like there's a registry-based query method but you might end up having to use DLL calls. http://msdn.microsoft.com/en-us/library/aa373083(VS.85).aspx Quote Link to comment
Yair Posted April 12, 2009 Report Share Posted April 12, 2009 If memory serves, the DLL calls (at least the basic one) is fairly simple and there should already be example VIs available. Try searching for "QPC" or "QueryPerformanceCounter". Quote Link to comment
Neville D Posted April 14, 2009 Report Share Posted April 14, 2009 QUOTE (flarn2006 @ Apr 10 2009, 04:20 PM) Is there any way to read data from Windows NT performance counters into LabVIEW? Yes, I know it's a short post. I'm not sure what those are, but if you want to monitor performance parameters like Processor usage etc. there are already VI's on NI's website that use .NET calls to achieve this. http://zone.ni.com/devzone/cda/epd/p/id/5405' target="_blank">Performance Monitor Neville. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.