Home Programming

Discussion

Left ArrowBack to discussions page
JstewartJstewart Posts: 62 Apprentice
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.

Comments

  • matthewd92matthewd92 Founding Pro, Tactile Sensor Beta Testers Posts: 1,267 Handy
    You could do something like this:



    Then in your program you would assign the operatorInput to a variable and you would get an array of which programs to run.
Sign In or Register to comment.
Left ArrowBack to discussions page