[Du...] Posted November 21, 2022 Share Posted November 21, 2022 Is there a way to disable the End Park position until the last cavity in the pallet? As much as I like watching the dance of the CMM, my management would like slightly faster programs. Link to comment Share on other sites More sharing options...
[Ka...] Posted November 22, 2022 Share Posted November 22, 2022 Dear Dustin, I'm afraid that's not possible. Pallet measurement is simply batch processing of a single programme. There is a module called "Pallet Optimizer". This small piece of software connects all the same stylus changes and then executes them one after the other. So there is hope, that there will be only one parkposition at the end of the pallet. For more info please take a look at your system: C:\Program Files (x86)\Zeiss\CALYPSO 7.4\userinfo\manuals\en-US\Calypso_25_pallet_optimizer.pdf Regards Karsten Link to comment Share on other sites More sharing options...
[Ma...] Posted November 22, 2022 Share Posted November 22, 2022 You can go to CNC -> Define end psrk position - use condition from Calypso help file (getRecordHead("palletlocationnumber")==getRecordHead("lastpalletlocationnumber")) Link to comment Share on other sites More sharing options...
[Je...] Posted November 22, 2022 Share Posted November 22, 2022 To have the CMM use the Park position only at the end of the last pallet location the following sytanx can be used with conditions in the park Position commands: (getRecordHead("palletlocationnumber") == getRecordHead("lastpalletlocationnumber")) In the Park Position Window, in CALYPSO, right click each movement line and go to condition: Insert the above syntax in the condition and set "Yes" to execute the command line. Repeat this for every park position strategy line. This condition will check to see if the current run is equal to the last pallet location number. If it is true it will continue and run the specified command. Else if it is anything but the last position of the pallet it will skip the command. NOTE: PCM is NOT required to use this option. Below is the link to the US Knowledge Base that contained this information along with associated graphics and screenshots. https://portal.zeiss.com/knowledge-base ... id=1412126 We are piloting a new knowledge sharing platform in the USA. My apologies to those International customers that are unable to view. Link to comment Share on other sites More sharing options...
[Je...] Posted June 26, 2023 Share Posted June 26, 2023 From what I understand, it has been communicated from ZEISS CALYPSO Development that this function is being added as standard interface to 7.6.04 as well (CY23 SP1) Link to comment Share on other sites More sharing options...
[Be...] Posted July 19, 2023 Share Posted July 19, 2023 Dear, Thank you for your answer. I am wondering (with or without PCM command) how to manage your condition even if the last part measured on the pallet is the not at the last location pallet number. For example you have a pallet of 6 parts. But you start the pallet run of only the five first parts. Link to comment Share on other sites More sharing options...
[Ma...] Posted August 2, 2023 Share Posted August 2, 2023 Please sign in to view this quote. On condition - getRecordHead("lastpalletlocationnumber")) - does not mean it is las position, but last of selection. So if you select 1. position as last ( it will run as last one ) then this condition is applied. 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