Okay GURU's. I am looking for the easiest way to have the operator select multiple items at the beginning of the program in order to inspect certain features. We have a part with 18 different features and instead of running the entire program for 1 feature that was adjusted I would like to prompt the question "Which blocks would you like to check....1, 2, 3, 4..etc " and so on.
I don't have much expierence in this area and I know that you can use VB but with my skills I am not getting it. Any help would be apprieciated.
I would suggest using a visual basic script to allow them to see all options at once. Rather than just one at a time.
I use something like that to control the information displayed at the beginning of each program. You could try checking the Code Sample section for it.
I would suggest using a visual basic script to allow them to see all options at once. Rather than just one at a time.
I use something like that to control the information displayed at the beginning of each program. You could try checking the Code Sample section for it.