[RA...] Posted February 17, 2022 Share Posted February 17, 2022 Hello, ❓ There is the possibility of indicating to the software that within the division it first does all the elements and then repeats them in a block. Now the sequence repeats each item as many times and then goes on to the next item. 💡 I would like to repeat the whole group at once. Greetings and thank you very much.division.jpg Link to comment Share on other sites More sharing options...
[No...] Posted February 21, 2022 Share Posted February 21, 2022 You might be able to achieve this by using formulas which contain 'zeroed' references.to the other features. Unfortunately I currently have no time to test it, so my suggestion may as well be complete garbage.... The idea is to insert a formula e.g. the X nominal, containing the nominal value and adding a reference to another feature, which is multiplied by zero. This way you create a dependency between the two features, forcing Calypso to measure the other element first before going to the next one. You can include the loop counter LOOP1 like in normal loops. Example: You have CircleA and CircleB in the group The nominal of Circle B's X is 15.000 You could put a formula in X of CircleB like this: 15.000 + (getActual("CircleA",LOOP1).x * 0) This would reference CircleA of the current loop, so Calypso has to measure this first, but because the result is multiplied by 0 it doesn't really add anything to CircleB's nominal. I hope I make any sense. Link to comment Share on other sites More sharing options...
[Gu...] Posted February 22, 2022 Share Posted February 22, 2022 Hello, I've ever had problems like that, never found how to do it. Curious to know if someone got a solution 🙂 Guillaume Link to comment Share on other sites More sharing options...
[He...] Posted February 22, 2022 Share Posted February 22, 2022 Is possible with the CNC run "according to inspection feature list". Group inspection characteristics and loop on the group. Remove the loop from the individual test characteristics. Link to comment Share on other sites More sharing options...
[Er...] Posted February 22, 2022 Share Posted February 22, 2022 Please sign in to view this quote. What do you put in the loop? Or do I need PCM? Link to comment Share on other sites More sharing options...
[He...] Posted February 22, 2022 Share Posted February 22, 2022 No PCMGruppe.jpg 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