03-09-2018 01:15 AM
Hi,
I am using simple user interface and modifying it. I have added teststand buttons for start , Run selected step, loop on selected steps , Break, Resume, abort, terminate buttons.
I connected these buttons to particular manager using connectcommand method.
My question is, can we use the Labview buttons instead of teststand buttons. This help me to customize the labview easily. In case if i use labview buttons, how executionview manager controls the break and resume button.
Regards,
Anand
03-09-2018 02:06 AM
You can use LV buttons to hide the TS ones. Please note that the TS ones include things like localization and other features which might be useful for you.
You can look into these examples for further tips&tricks.
03-09-2018 02:39 AM
Hi Norbert,
Thanks,
In case of teststand button, the break and resume buttons work on context, like when it test running break will be enabled , when it hits break , resume will be enabled. As per my knowledge this happens because teststand buttons are connected to executionview manager.
Can we get the same behavior if i use the labview buttons.
Regards,
Anand