The buttons you are talking about are ActiveX Controls, that are connected via the ConnectCommand method of the Manager Objects, and because of that the Caption is set automatically, dependent on with which command the button is connected.
To override this, you have to find the method, that connects the button that you want to change. Connect a Integer-Constant with the value of "2" to the "options" input of the ConnectCommand invoke-node. (See attached Screenshot). Now the Caption is no longer set automatically by teststand, but the caption you enter in the property browser of the button is used instead.
Hope this helps.
Message Edited by Andre_Saller on 07-07-2006 03:42 AM