Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Collect the actuls by 3d-Curve and the surface by recall the points into plane PointGenarator 3d-Curve Start Index = 135 // ° End Index = 3735 // °; start angle + 5 revolutions Step = 5 // ° 10 // inner radius; constant 0.001 // gradient of the spiral 0 // nx 0 // ny 1 // nz perpenticular surface = parallel to Z-axis point(10*cos(index)+0.001*index*cos(index), 10*sin(index)+0.001*index*sin(index), -5, 0, 0, 1) Please play with the parameter to addapt it to your part Good luck
  3. ---

    Navigator: Yes or No?

    I can't say pros and cons, we have it enabled, but we always input own speed and point density. If buying, beware, there are 2 levels of license - Navigator 1 and Navigator 2. One of them will allow for qualifying on smaller reference sphere, the other one not.
  4. Today
  5. ---

    Probe Radius missing on PlotProtocol

    The scanning speed is also missing. That's takes place when the measured actuals recalled into the curve
  6. You can do so by creating a polyline on the plane and using the Polyline - Connect Points with Arc option. This will also you to create an arc with the last 3 points that were clicked on the surface and if you take your time to set it up you can make a pretty smooth spiral. Mine isn't perfect 😄 but yours will hopefully be better.
  7. ---

    Probe Radius missing on PlotProtocol

    Was this actually measured with a stylus or was the DotScan/LineScan used?
  8. ---

    Extracting Points From Curve for Line

    I've never been a fan of using the box tool for Recall Feature Points as it can easily break. Most of the time you need to manually change the size of it (usually the thickness of the box). I would strongly suggest you use Point # instead - it is more robust - also make sure Curve result points is checked - this will use the act to nom corrected points instead of the raw points (it also makes finding the correct point number much easier - just use the nominal point numbers 🙂 )
  9. ---

    TP of hole Pattern

    You cannot use the old GD&T Bore Pattern Best Fit for holes that are perpendicular to the axis of rotation - it will only truly work (with a pattern at least) if they are parallel to the axis of rotation. As long as you don't need any MMB/LMB evaluation - I would first use Geometry Best-Fit to the DRF (allow rotation), then evaluate the Position of each cylinder back to the Geometry Best-Fit - you will need to either use the Polar evaluation or the Special Rotation to align the axis for each hole.
  10. On your old computer, go to C:\ProgramData\Zeiss License. Copy the license files from there. Then, on your new computer, insert the dongle and reactivate the files using the Zeiss License Management Tool.
  11. ---

    Tasterwechsel nach automatischem Einmessen

    Hallo Karsten, das kann ich dir nicht sagen ,weil ich es nicht weis. Den Befehl habe ich selber hier im Forum erhalten, als ich damals das Problem hatte. P.S schau mal unter dem Link. da gibt es ein Tool von Eric da sind viele Befehle drin. http://mimir-project.asuscomm.com/
  12. ---

    Tasterwechsel nach automatischem Einmessen

    Moin Jörg; Super vielen Dank! Das probiere ich aus.. Wobei es um einen Tasterwechsel geht, nicht nur um die Ablage. Hört sich nach einem direkten Befehl an die C99-Steuerung an, Beeindruckend! Wo gibt es denn die Liste der verfügbaren Commandos und Parameter 🙂 ??
  13. ---

    Tasterwechsel nach automatischem Einmessen

    Hallo Karsten, vielleicht hilft Dir ja der Befehl, commosCommand("TU") da wird der Taster abgelegt. Den hab ich in ein Resultatselement als Formel gelegt. Ich habe das am ende eines Programms gemacht, weil es bei unseren Bediener als zu fehl Bedienung kam , und dann beim Referenzenfahren zu Kollision kam. Weis allerdings nich,t ob das bei deinem Kalibrierprogramm geht. noch ein Beispiel : commosCommand("TU"),positionCMM(200,-15,-100,"z","x","y")) mit dem Befehl fhärt er nach dem ablegen des Taster eine bestimmte Parkposition an. Und das in der Reihenfolge wie du die x,y,z werrte eingibst.
  14. ---

    Reports Keywords

    Hi, you have to edit report template by clicking RMB on your report style ( not individual pages yet ) and click "Edit template" Now you can click on desired page ( "main" in this case ) and with double click you can edit that text. After changes store this template in your app. That was for further applications. If you want it just for now, then with double click edit directly your page ( bottom left list )
  15. Hello everyone, I'm having som problems with the report pages. When i delete keywords from the template, they show up like "???: Unknown Keyword" in the report. How do I delete these lines completely? -Daniel
  16. Moin! CALYPSO 7.4.24 Wir nutzen das automatische Einmessen auf allen Maschinen. Bei den DuraMax(en) sind auch weit auskragende Sterntaster vorhanden. Nach dem kompletten Einmessen zum Wochenende fahren wir die DuraMax/PC herunter. Beim neu starten kann es bei der Referenzfahrt zu einer Kollision mit der Maschinengeometrie kommen wenn bestimmte Sterntaster noch von der Kalibrierung eingewechselt sind. Daher möchte ich am Ende der Einmessung der Taster einen bestimmten Taster automatisch einwechseln lassen. In der Parkposition kann ich einen Tasterwechsel definieren jedoch wird dies im Einmessprogramm nicht ausgeführt! Ich denke mal weil es gar keine Messelemente gibt.... Wie kann ich also am Ende eines Einmessprogramms einen Tasterwechsel ausführen lassen? Danke für jeden Tipp und schon mal ein erholsames Wochenende 🙂 Gruß Karsten
  17. ---

    Warning mechanism for out of tolerance

    Hallo Erim, wir nutzen es in der Autorun Oberfläche, und bei uns wird es dann so dargestellt. Mann sieht sofort welches Teil i.O oder N.i.O oder noch in der Toleranz ist. Wenn es außerhalb ist, wird der Reiter Rot dargestellt.
  18. hi na_vor, We have no PCM but your answer let me hope we can use generic PCM functions anyway... I have no special idea of PCM but I´m familar with some programming languages like C, Perl, ksh ... I read the the file plugin_postFeature_pcm.txt is read before output parameters of a measurement are executed. So for my understanding this file is parsed after every Measurement. In that, I insert a simple SystemCall("write_mylog.bat") to this file in hope it will be executed for every measurement. But I see it is only executed once 😞 My Idea: Sometimes we need to use the programmable stop. For better understanding what the user has to do I would like to display a little picture using the feature "Measurement information". Unfortunately this call is "sticky" which means the executed viewer will not closed after the user press "go on with CNC" button. If I get a "user-exit" after the measurement, I can kill the called process just after the related measurement is done.
  19. ---

    Extracting Points From Curve for Line

    I am quite lost in translation and your problem, but we can solve that selection box. I saw this behaviour whenever your measured points are outside of that box: your alignment is not stable or scanned area is further due machining or part deformation Because i am dealing with forged parts, which are not straight and so on i am using this method: Scan area in one element. Make a bestfit alignment from that scan Now use another element which will recall all scanned data and it's feature alignment will be that bestfit Now you can use element where you want that selection box: Use recall measured points Select element from 3rd step Right mouse button and select "Add selection" From combobox select "Feature's alignment" Now fill XYZ of that selection box Your box will now move by that bestfit accordingly
  20. Yesterday
  21. ---

    Part alignment using circle bushing on fixture

    Yes it worked thank you for helping out. As suggested i created a plane using 3 space points and made that as Z and checked marked Circle 1 Circle 2 and Circle 3 as shown. My CIRCLES 3 CIRCLE 2 CIRLE 1 A1 A2 ANGLES are shown zero after CNC auto run. i hope the cad is in alignment to the fixture.
  22. I often use curves to establish a point cloud in which I recall feature points to create lines. This runs pretty smoothly about 75% of the time. The other 25% of the time I get the annoying purple highlight on the line and it can't recall the points. The solution so far has just been going back into "recall feature points" and redraw my box. Is there a way to stop this from happening?
  23. I am going from GOM to Zeiss. GOM use to show you where the errors were in the program once you dumped the STL in and recalculated it. For some reason I cant get the ZEISS program to show any errors in the inspection except in the report pages and the project guide tab. Does anyone know how to fix this or change the settings so i can see the errors in my program to fix them?
  24. ---

    Error message after update?

    Updated to the latest Zeiss Inspect Suite per the notifications, currently at Version 7.1.2847.0.1d23452 with an unlimited license for X-Ray Pro 2023. Now when I launch X-Ray Pro, I get this message about a certificate. I click yes and everything resumes like normal but do any insider's at Zeiss have an answer for the error after update?
  25. Well what i am used to do is making datum system from "Construct -> Local coordinate system -> Create Datum System" and "Create Datum System (nominal)" You have more options there, but you have to do nominal and then the same without "nominal" - this will create blue and green alignment, which can be then used in Main alignment and as datums for profiles and so on. Also you can do basic with "Construct -> Local coordinate system -> By Geometric Elements" - fill out elements - what goes first it takes whatever freedom it can Now you can define mesuring principle ( Refferenced contruction ). Now do as in this screen
  26. ---

    Laptop that works great with Calypso

    The unit I have works very well thus far. I have a Dell 5770 with the i7 2400Mhx 14 core/ 32GB ram / NVIDIA RTX A3000-12GB graphics card. Works great. I am often programming in Calypso offline, which is open on my computer 99% of the time, while also modifying or creating CAD with SolidWorks simultaneously. The rare occasion I need to look at a CT scan/zeiss inspect program offline, it powers through with all 3 software/programs open. I do use it for some super-basic editing of GoPro/Cambox videos. Mostly to cut the dead time off the front and back of recordings and to splice longer recordings together when the camera makes more than one file out of a video. It does get the job done for me. I haven't used it for any real editing, nor would I know how to do any real editing. LOL.
  27. Only documentation is this ( depending on your version of Inspect ) Inspect 2026 Inspect 2025 List of other versions
  28. ---

    Attribute for actual element or characteristic?

    Eric Moberg wrote a program that list tons of PCM commands. This one is in there. http://mimir-project.asuscomm.com/ Password is in the readme file.
  1. Load more activity
×
×
  • Create New...