08-11-2015 11:02 AM
Hi all,
I'm using LV2014 with TS2014, using the parallel process model.
Is there a simple way to disable the Single Pass and Run Main Sequence entry points? I noticed that in the CreateDeleteUser example only the "Run Main Sequence" entry point is displayed in the OI, how is this accomplished? I would like to only show the "Test UUTs" entry point if possible.
Thanks!
08-11-2015 12:16 PM
I figured it out for anyone who is interested.
I ended up disabling the buttons by using a UI Msg. In the sequence file load callback I disable the buttons, in sequence file unload, I renable the buttons.