[Je...] Posted January 18 Share Posted January 18 . Heeeeeyyyyy. What is the name that Calypso recognizes for the Zoom-to-Fit function, so that I can setup a function call / shortcut for this? . . [Bonus] Is there a master list of all software functions that Calypso will recognize via name call? I know where the default list is, but this is incomplete. . [Bonus, Bonus] Zeiss... create a better system for assigning shortcuts and customizations in Calypso. Solidworks has an intuitive, user-friendly interface for assigning and tracking customizations. Be like Solidworks. . . [Bonus, Bonus, Bonus] Vote for this idea in the Zeiss Portal: . https://portal.zeiss.com/my-voice/softw ... c1647de1a9 . Link to comment Share on other sites More sharing options...
[Ja...] Posted January 18 Share Posted January 18 Is it maybe "display all CAD features in the CAD view" ? That's what it says when I hover my pointer over it. Link to comment Share on other sites More sharing options...
[Je...] Posted January 20 Author Share Posted January 20 Please sign in to view this quote. That was a great idea, Jason. I tried it, but unfortunately no dice 😕 Link to comment Share on other sites More sharing options...
[No...] Posted January 22 Share Posted January 22 Please sign in to view this quote. Which list do you mean exactly (path)? I found one and tried to add an entry to it, bit it didn't even show up in the window. Link to comment Share on other sites More sharing options...
[Mi...] Posted January 22 Share Posted January 22 Hello! As far as I know you can only call - besides a few predefined functions - functions or items which exists in the (upper) menu-bar. I can't find something like a "show all" item so far. I don't know if this helps, but you can achieve the same with the pcm command executeCode("Zeiss.Calypso.OMInspection active showAll") Link to comment Share on other sites More sharing options...
[No...] Posted January 22 Share Posted January 22 Please sign in to view this quote. That was the idea behind my answer: We might be able to call showAll if it's possible to extend the list. Because the list I found contains the menu text followed by the internal command name. But when I added showAll to the list it didn't show up in the window. So either there's some internal control instance limiting the possible entries in the list or I made a mistake when editing it. Link to comment Share on other sites More sharing options...
[Mi...] Posted January 22 Share Posted January 22 The function call is handled by the method 'callFunctionWithName:' with some predefined shortcuts like VCMM_Roughness or VCMM_Probe. The user with a vcmm-licence know them for sure. The other allowed functions are display(executeCode("Zeiss.Calypso.OMQuickCall computeFunctionDic").values.asList) but some showAll command isn't included. For those who know how it is easily possible to add the command to the method but it's not the legal way. So far I have know idea how to get it work with the official Zeiss tools. Maybe someone else knows it. Link to comment Share on other sites More sharing options...
[Je...] Posted January 22 Author Share Posted January 22 Link to comment Share on other sites More sharing options...
[Mi...] Posted January 24 Share Posted January 24 Please sign in to view this quote. Hello Norbert! May I ask which list you have found? 🙂 Link to comment Share on other sites More sharing options...
[No...] Posted January 24 Share Posted January 24 Please sign in to view this quote. C:\Users\Public\Documents\Zeiss\CALYPSO <X.Y>\data\quickcalldef\numbshctsdef_1 But in the meantime I found out (the name says it all) that this is the definition file for the number shortcuts. Anyway, adding the command "showAll" to it doesn't work. The new entry is simply ignored. Interesting fact: When I add an entry with a custom description and a known command, it is NOT ignored, but the custom text is replaced by the default text. Example: The last line of the file reads something like .... 376 About.. menuSelection About If I add the line ... 377 MickeyMouse menuSelectionAbout the new entry shows up in the number shortcut window, but "MickeyMouse" gets replaced by "About..". So it seems the possible functions and their designations are defined internally by Calypso and the list in the data folder only allows you to define a selection of those pre-defined shortcuts, but you can't add new ones. Link to comment Share on other sites More sharing options...
[Mi...] Posted January 25 Share Posted January 25 Hello Norbert, thank you! I didn't know this file so far! I tried something similar that didn't work. As far as could figure out the shortcuts are predefined in the internal programming. 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