All Activity
- Past hour
-
I am undergoing a path change for our Autorun programs, the path before was about 7 subfolders deep and will become 3 subfolders deep. Example: C:\Zeiss\Company Name\Programs\Another sub folder\Another sub folder\And another sub folder\Geezus\PCM Programs Will now be: C:\Inspections\PCM Programs I came up with the idea of editing the paths in the arn file, this was easy to do. Then I set my Calypso default paths accordingly in settings. When I opened the new Autorun arn file, all the paths were exactly as original, I confirmed the edited the paths in the arn file. Regardless of the path edits, I had to manually change all the paths in the Autorun system, which is a cumbersome task when you have 100's upon 100's of programs in different layers. Where else are the paths being saved for Autorun arn paths? There has to be another file or more to look at.
-
Something like this should work. The plot is displayed on the screen as it is being saved, and will remain visible even if you delete the file. saveViewToFile("ISO","C:\temp\dummy") deleteFile("C:\temp\dummy")
-
[Co...] joined the community - Today
-
Bug in gom.app.project.in_stage[idx].get('user_keyword')
[Ma...] replied to [Jo...] 's topic in Customizations & App Development
If you need a script for active stage and not for enabled/disabled, then change condition # previously getting all from active stages if stage.is_active: #only from selected stage ( clicked ) for stage in gom.app.project.stages: try: if stage.name == gom.app.project.get('stage.name'): print(gom.app.project.in_stage[stage.index].get('user_qdas_k1041')) except Exception as e: print(e) print('Non existent keyword') -
[Ro...] joined the community -
[Sa...] started following CALYPSO 2020 keine Verbindung
-
Hallo zusammen Ich habe derzeit das gleiche Problem mit Calypso 2025. Beim Verbinden mit dem KMG bleibt Calypso hängen. Hat vielleicht jemand die Lösung auf das Problem gefunden? LG Samuel
-
Bug in gom.app.project.in_stage[idx].get('user_keyword')
[Jo...] replied to [Jo...] 's topic in Customizations & App Development
Indeed I do something similar. And could improve my method by storing the index of the active stage in this list. -
[Pa...] joined the community -
[Ma...] joined the community -
[Do...] joined the community -
[Bo...] joined the community -
[An...] joined the community -
[Om...] joined the community -
[Bh...] joined the community -
[Be...] joined the community -
Bug in gom.app.project.in_stage[idx].get('user_keyword')
[Ma...] replied to [Jo...] 's topic in Customizations & App Development
Hi, so to obtain only valid data ( excluding disabled stages ) i use this for stage in gom.app.project.stages: if stage.is_active: try: print(stage, gom.app.project.in_stage[stage.index].get('user_qdas_kk1041')) except: print('Non existent keyword') For assigning keywords there is another approach using gom.script.sys.set_project_keywords ( keywords={ 'qdas_k1041' : '123456', ...}, keywords_description={ 'qdas_k1041' : 'Part drw. number', ...}) - Yesterday
-
I think licensing might be a problem. Assuming the OEM embedded the key in the firmware, I assume it is a key for the IoT enterprise flavor of Windows, and I think in order to get it to activate you would need to install that flavor, meaning Win10 Pro would not activate. Tom did show that Microsoft still has the Windows 10 download tool, but if that doesn't offer IoT Enterprise as an option then you might be hard-pressed to find it, as it was really meant for OEMs and system integrators and wasn't freely available to download. But, as Abbas suggests, if you have a company IT department then your best option is to make it their problem.
-
Hello I would talk to your IT dept, usually windows license keys are attached to computer motherboard. when you install then new SSD and windows again it might detect the license key from motherboard.
-
A Plea for Metrology Justice: Give Me The Cookbook or Face the Wrath of Society 🏛️
[Pe...] replied to [Ed...] 's topic in General
Per my copy of the PDF that you are looking for: "This manual (in printed or digital form) and the attached electronic templates are copyrighted. No part of this documentation may be copied, reproduced, translated or processed, multiplied or transfered by means of electronic machines without the expressive approval by Carl Zeiss Industrial Metrology ("ZEISS"). Non-compliance will be prosecuted." Am I now in trouble because copying this excerpt constitutes as "part of this documention"? -
I forgot to mention I am using Calypso 2019
-
@Thomas Gorman Do I need specifically? I don't know. What do I use for a serial number? I assume the serial number from the case is only good for the enterprise edition. The computer is not Windows11 ready so I would probably re-load 10 Pro, but still don't know about the SN. I'm pretty sure you can still get the image. I downloaded earlier in the year so that may not be an issue. https://www.microsoft.com/en-us/software-download/windows10
-
@Abbas Ahmad I am trying to install the same version of windows on a new ssd.
-
@DWCCan't get into BIOS with SSD connected. Cannot view any files when SSD is installed as a secondary drive in a working computer. Disk management does not see it either.
-
We have a Knowledge base article that gives you overview of what windows version are compatible with what version of calypso https://portal.zeiss.com/knowledge-base?id=815374
-
i would also suggest, if you are upgrading the windows version, to make sure it is compatible with the version of calypso you are using.
-
Do you actually need LTSB 2016 specifically? I don't think Microsoft is offering any of the Win10 images officially anymore, and LTSB 2016 end of support is in a couple of months. If you just need an OS so you can get a CMM running, just throw 11 Pro on it. Our IT department did that for 3 of our shop machines and it's been fine.
-
Hello I would suggest contacting windows, to see if you can install a different version of windows on your SSD or same version, they can also provide you with the product key/license for your windows to install if you do not have that already .
-
SSDs mostly die for sure. I think dead controller. I had no luck with "shorted cap" on any SSD
-
@Tom Oakes Can you give a little more description about not being able to access files? Can you see it detected in BIOS? Does the SSD appear in Disk Management but shows RAW or Unallocated? Or it it not detectable at all?
-
You can edit most of the icons or replace them with the ones from older versions.
-
The SSD on my Zeiss computer has crashed. I need to install windows10 IoT ENt2016 LTSB High End on a new SSD. I'm very comfortable with other versions of Windows installs. Has anyone ever done this ? Can anyone give me specific info on which version I need to download? I have tested the old SSD in another computer and cannot access files.
-
A Plea for Metrology Justice: Give Me The Cookbook or Face the Wrath of Society 🏛️
[Ed...] replied to [Ed...] 's topic in General
-
Bug in gom.app.project.in_stage[idx].get('user_keyword')
[Ma...] replied to [Jo...] 's topic in Customizations & App Development
I am using own dialog form in python to fill header, store measured data, make pdf ( ask to store and continue if it's with errors - not calculated and so on ), export qdas. I have in queue a program for 3 parts in one scan - using built-in function for that is not good - seems like you have to copy whole program for every part, which seems bad for changes of a program - so i'll do that with python to separate each scanned part from mesh and make stages. So i'll be doing almost same thing as you 🙂 -
Inspect Optical 3D: Free version vs Pro Version
[Mi...] replied to [Ba...] 's topic in General Discussion
-
Bug in gom.app.project.in_stage[idx].get('user_keyword')
[Jo...] replied to [Jo...] 's topic in Customizations & App Development
in this specific situation I want to use the content of the keyword to create a file name for PDF export of the report. Thanks for your help.
