08-11-2006 01:18 PM
08-14-2006 10:52 AM
08-15-2006 04:36 PM
08-16-2006
09:23 AM
- last edited on
11-12-2025
08:07 AM
by
Content Cleaner
Howdy Scott,
It is a known fact that the LabVIEW graphs are faster and provide better performance than the Measurement Studio .NET graphs. LabVIEW graphs are all built from the ground-up by LabVIEW and thus we have full control over their speed and performance. The LabVIEW team has been greatly optimizing this graph over the past several years.
Measurement Studio ActiveX graphs rely on GDI (Graphical Device Interface) which is a Microsft Windows standard for representing graphical objects. Measurement Studio .NET graphs rely on GDI+ which is an extension to GDI that adds new features and optimizing existing features. Most graphics cards provide hardware acceleration of GDI primitives and do not provide hardware acceleration for GDI+. This is a general limitation of .NET and is not specific to Measurement Studio.
As you can see, LabVIEW uses its own technology while Measurement Studio relies on Microsoft's technology which means we have a harder time optimizing our graphs.
We do know that our ActiveX graphs are relativley faster than our .NET graphs so you could try using those graphs instead.
Here is a link to using our ActiveX components in .NET.
Hope this helps!
Best Regards,
08-16-2006 03:09 PM
08-16-2006 03:32 PM