[Jo...] Posted April 25, 2018 Share Posted April 25, 2018 Hello All, I am using one program to measure three different, but very similar parts. Some parts have more holes than others. Id like to use a condition to measure the extra holes on one mini-plan, but not measure them on the other mini-plan. I have only been able to make this work running from the characteristics list. I need to be able to do this while keeping the running order from the features list. Any ideas on how to pull this off while keeping the running order on Features? Regards, Link to comment Share on other sites More sharing options...
[Vi...] Posted April 25, 2018 Share Posted April 25, 2018 If you manually select a mini-plan from the "Run measurement plan" window you should only inspect what it's in those characteristic even with the feature list as an order! If you need that to be more automatic maybe the PCM option would be something you would like to check! Link to comment Share on other sites More sharing options...
[Jo...] Posted April 25, 2018 Author Share Posted April 25, 2018 Yes, I know that is an option to make it work, but I would like to keep my grouping as clean as possible. I did make this work with PCM, but it only works when the order of run is from the characteristics list. Id like the order to run from the features list. Link to comment Share on other sites More sharing options...
[Me...] Posted April 25, 2018 Share Posted April 25, 2018 Unfortunately, you can not run from the features list using a condition. It sounds to me like the best solution for you would be to make this program into PCM. You could also generate multiple mini-plans in that one program. If you create multiple mini-plans, you would be able to select the correlating mini-plan from the run screen window for the part to be ran. Link to comment Share on other sites More sharing options...
[Jo...] Posted April 26, 2018 Author Share Posted April 26, 2018 thanks all for the input Link to comment Share on other sites More sharing options...
[Ri...] Posted April 28, 2018 Share Posted April 28, 2018 For each hole pattern, create a Macro. In the main part program, measure all the common features. Then Integrate all the Macros for each hole pattern. These macros will now be at the bottom of the Characteristic list and the Features list. In Parameters/Presettings create a variable with inquireList to pick which hole pattern you want to run. For example, FILE_SELECTION = inquireList("Which file do you want to use?","example1", "example2") Highlight and right click on each Macro and go to Condition. Make the condition FILE_SELECTION == "example1" and arrange the flow chart so that if the argument is satisfied the Macro will run and if not, it will skip and go the next Macro. That macro will have a similar Condition, FILE_SELECTION == "example2". By having these at the bottom of the feature list, you will be able to run from the Features List. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in