NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand, how do I programmatically turn on database logging?

I'm sure there is a property somewhere in teststand to turn on Database logging, where is it? and how do I get the right object handle to set the property?
 
Thanks
"Lockheed" Joe
Testing Blog"
0 Kudos
Message 1 of 2
(3,112 Views)

Hi,

You can do this by including the Callback Sequence 'DatabaseOptions' in your Sequence File.

This callback allows you to modify the Configure | Database Options settings.

The parameter to enable database logging is Parameter.DatabaseOptions.DisableDatabaseLogging. Set this False.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(3,102 Views)