NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove step icons from CVI Operator Interface to improve execution performance

The CVI Operator Interface updates the icons for each step (lower right) when tracing is enabled. Can these be stopped but the steps still visable and would this improve execution performance.
0 Kudos
Message 1 of 3
(2,667 Views)
Hi Dave,

I take it you are using the old style Teststand Operator Interface.

The only way would be to modify the code in the exedisp.c, in UpdateOnStepChange() function. Just comment out the SetCtrlBitmap() function there are two calls in this function.

As to whether it is going to make a noticable different in performance, well that depends on the spec of the controller (PC), graphics card etc. you are using. But you probably wouldn't notice any diference.

Before you make any changes, copy the sub-folders from the NI folder to the User folder and work from the User folder.

Regards
Ray Farmer

Message Edited by Ray Farmer on 05-07-2005 06:29 PM

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,660 Views)
Hi Dave,

I take it you are looking to increase the speed of your application. Thanks to Ray for excellent info, I hope this helps.
If you are still requiring further optimization it is worth having a read through this page on our support area. Also check out the links at the bottom,

http://digital.ni.com/public.nsf/allkb/E9584F559AF4512D86256AB5006D7C00

I hope this helps,

Best regards,
Matt Poole | Applications Engineer | National Instruments
0 Kudos
Message 3 of 3
(2,642 Views)