Brandon Peterson
09-09-2009, 10:33 PM
All,
Here is a new library that will add a tab to the Task Executer Parameters page that will profile the active task sequence and list out the task sequences in the queue. The library will modify the Task Executer Parameters GUI Object, add a Tasks Tab GUI Object, and add a fstaskdisplay command to the User Commands.
The fstaskdisplay command is toggled as C++:( but there was no way around that. The good news is that the command is only required to make the GUI work correctly. So as long as you don't save the command with the model then there is no need to worry about having to compile later when you don't need the GUI any more:).
To use the library follow these instructions:
1. Open the model you want to use it in. (Skip if you are going from scratch).
2. Load the library.
3. Compile the model.
4. Open the Properties of an operator or other Task Executer.
5. Click on the Tasks Tab.
I'm sure that there are some short commings with this GUI. I didn't even start thinking about coordinated task sequences yet.
Anyway, I hope that this library comes in handy for some of you.
Good Luck,
Brandon
Here is a new library that will add a tab to the Task Executer Parameters page that will profile the active task sequence and list out the task sequences in the queue. The library will modify the Task Executer Parameters GUI Object, add a Tasks Tab GUI Object, and add a fstaskdisplay command to the User Commands.
The fstaskdisplay command is toggled as C++:( but there was no way around that. The good news is that the command is only required to make the GUI work correctly. So as long as you don't save the command with the model then there is no need to worry about having to compile later when you don't need the GUI any more:).
To use the library follow these instructions:
1. Open the model you want to use it in. (Skip if you are going from scratch).
2. Load the library.
3. Compile the model.
4. Open the Properties of an operator or other Task Executer.
5. Click on the Tasks Tab.
I'm sure that there are some short commings with this GUI. I didn't even start thinking about coordinated task sequences yet.
Anyway, I hope that this library comes in handy for some of you.
Good Luck,
Brandon