hexagon logo

Rechecking parts in protected mode.

I have a 24 cavity (2x12) fixture. I have to come up with a way to check any single cavity in this fixture in protected mode. What are some recommendations?

Thanks!!!
  • Thanks again for the help Matthew!!! That coding works great!!! No e-stop was needed Wink. What you have is quite a bit different than what I had in mind when you mentioned comment input but your way is much cleaner. I was thinking of a duplicate program with just one cavity programmed and using variables to check a single cavity. Your method is way better.

    Is it normal to have each IF_GOTO statement tab inward?
    IF_GOTO/C1.INPUT<2,GOTO = DVR_1
    ....... IF_GOTO/C1.INPUT<3,GOTO = DVR_2
    .............. IF_GOTO/C1.INPUT<4,GOTO = DVR_3
    ..................... IF_GOTO/C1.INPUT<5,GOTO = DVR_4
    ............................ IF_GOTO/C1.INPUT<6,GOTO = DVR_5

    I just noticed when I previewed the post it aligned all the statements, I added the "..." to show what I'm seeing on screen.

    Every time a new IF_GOTO goes in the columns move over.
  • It does not do that in my version (V3.7). But, even things that work perfectly get changed as they make new versions of the software.
  • It does not do that in my version (V3.7). But, even things that work perfectly get changed as they make new versions of the software.


    So I've heard.