Home› Programming
Discussion
Back to discussions page
Jstewart
Posts: 62 Apprentice
Run programs based on a operator input |
21 views
|
Answered | |
/ Most recent by matthewd92
in Programming
|
1 comment |

in Programming
For my current project, we are running a sanding operation with 6 different programs for the areas we need to hit on the casting. As the age of the die grows different areas on the part need to be hit. Since we dont need to hit every area everytime the job is run, im wondering if it is possible that when the job is started a popup will show where an operator can input all areas they need to run. So for example, my programs are labeled 1-6. If operator determines that programs 2,5,6 need to be run then once those are entered they stay until the next time we run that job.
Then in your program you would assign the
operatorInput
to a variable and you would get an array of which programs to run.