All Activity
- Past hour
-
[Hi...] joined the community -
[Iv...] joined the community -
[Za...] joined the community -
Writing a substring from a characteristic name to a table column
[Mi...] replied to [No...] 's topic in PCM
Maybe baseSystem().machine.inspection.settings.actualCFName // name only baseSystem().machine.inspection.settings.actualCF // type and name, for example "Diameter Diameter1" could work. - Today
-
Please help: "The program combining two parts into one
[Ma...] replied to [Se...] 's topic in Customizations & App Development
I think you would need to preform prealignment. Now you can join meshes. At main menu there is a tools ( not know correct name ) -> mesh -> somewhere there is joining. I was doing that while having one in clipboard, not as two parts. Only problem is aligning two meshes. It would be better to scan that in one go. If you have measured data and not only mesh, then you could theoreticaly combine those data as two separate scans and transforming them as bestfit. -
[Ma...] joined the community -
[An...] joined the community -
[Mi...] joined the community -
[Se...] started following Please help: "The program combining two parts into one
-
Please help: "The program combining two parts into one
[Se...] posted a topic in Customizations & App Development
I have two scans of parts in the program and I would like to combine them into one, how do I do that? -
If you want to have such calculations, you have to add those measurements into variables at top of a user defined measurement window. Then in formula you use "A.actual + B.actual" Same thing can be with .nominal at nominal section. Tolerance should be there also.
-
https://qualityforum.zeiss.com/topic/23661-reccomended-measuring-force-for-05-mm-ruby/?do=findComment&comment=133837
- 1 reply
-
- 1
-
-
[Th...] started following Kann man in Piweb bei Text-Elementen den Messwert entfernen? and knowledge-base ?
-
Vielleicht kann mir das jemand beantworten, wie man zugriff auf die knowledge-base bekommt? Hier im Forum sind immer wieder solche Links wie unten aufgeführt. Bei mir steht da immer, dass die Seite nicht existiert. Beispiel: https://portal.zeiss.com/knowledge-base?id=3035751
-
Hallo Kollegen, wir haben gerade Calypso auf Version 8 geupdatet und somit die Textfelder in Piweb zurück. Aber leider sind diese mit einem Messwert versehen und somit meiner Meinung nach unschön. Kann man im Designer einstellen, dass bei Textelementen kein Messwert angezeigt wird?
-
Zolfagari, I understand that D will not affect it. (Also, D and B are created in the same operation.) According to the previous technical drawing, my client created and checked C-D using a projector, so I also created them using a projector. I understand this is not appropriate. I sent an email to the client explaining the situation, but I wanted to ask you as well in case I missed something.
-
[ta...] joined the community - Yesterday
-
-
D wouldn't affect anything in this case anyways, as Datum-B is already covering all the same constrains C-D projection is basically wrong, as you are changing a 3d (cylinder) geometry to a 2d (circle). a point instead of an axis go talk to engineering team and get them either to fix the call-out or explain the design intent my 2 cent
-
that worked, thank you very much for the help i just checked few other programs that run the same/similar codes in 6.8 and below and substr seems to be working on those version i personally don't know much coding and use whatever gives me the results 😅 your solution just saved my day and i am thankful
-
are fonts incorrect anywhere else on your PC? other software, Microsoft windows, etc...?
-
Ive been tasked with adding and subtracting dN from one another and the sum of the two dN must fall within a tolerance. So my question is with an hour or two of research already, how do you add or subtract dN of 2 surface points? Also adding a tolerance to it for the requirements. TIA
-
The RT moves, when I select the circle, in the location I desire. I then get invalid axis. I click on Rotary Table, under the measurement tab, and it snaps back to where it was. Changing the dimensions in that file does nothing either. I ended up just ignoring it, and moving on with what I needed to get done.
-
[Ni...] started following Calypso font/text issue on a single workstation
-
Hello, We encountered an odd issue on one of our workstations that operates Calypso that is connected to a CMM. One morning out of nowhere some of the text/font in our windows does not look like it should or does not look like all of the other workstations that we run Calypso on (3 online, 3 offline.) The issue primarily impacts the initial start window, the automatic stylus window, and a handful of other windows. I have tried changing the default font settings within the Calypso 'system settings: Environment' but it has no impact on correcting the issue regardless of whether we have "Calypso Standard" or "From System Settings" selected. I have also played around with the screen resolution, and a handful of other windows settings, but have run out of ideas as to how to fix the problem. I have even tried to install a different version of Calypso and the issue transfers over. If anyone has encountered the issue or may have any ideas on a system setting to change please let me know. The first two images below are what "normal" or what it "should" look like is. The second two images are the same windows from the problem machine. As you can see it is a bit of an issue in the automatic stylus changer window as the stylus names are covered up by the changer positions so you can't really tell what stylus system is in what position unless the operator is highly familiar with the systems and positions... "BAD/INCORRECT FONT/TEXT BELOW"
-
I haven't used Calypso 6.8, but I'm surprised sub string ever worked in this case. instead of D1=subStr(A,1,1) Try: D1=getParameterNamed(A,1) That should give you the first row of the list.
-
[jl...] joined the community -
[Da...] joined the community -
[Jo...] joined the community -
Normal vector should be axis angles ( A1, A2 ) - it forces calculations with fixed nominal angles of feature axis.
-
i have this program that was running on 6.8 version and now that we have upgraded to 7.8, i have nothing but issues with PCM i have a file that contains point coordinates (file is attached) i read the list A = readListFile(MS_Curve_Points_Temp) // read NX output then i use subStr to seperate teh lines into individual string that i can easily phrase D1 = subStr(A,1,1) this was working up until we upgraded, now i am getting an error can someone please tell what has happened and what can i do to address this issue i tried to convert "A" to text, but it didn't help Greeley appreciate all the help 🙂 13382673_10_fof_zeiss_20_ms_x_Temp.para
-
How about Normal Vector, I am measuring a cone and am wondering what normal vector does so I can properly evaluate this feature.
-
Writing a substring from a characteristic name to a table column
[Ch...] replied to [No...] 's topic in PCM
Assign it a VAR ? e.g. CHR1 = strElement(1," ",getActual().identifier) , CHR2 = strElement(1," ",getActual().identifier) Then call CHR1 CHR2 at end as needed. Also if you have Calypso 2024 or later perhaps excel functions can help with generateTableColumn() I no longer have PCM license or I would dig deeper. -
You can do that too! it's back to the "90's style tinkering" but if you close out CALYPSO, then navigate to C:\Program Files\Zeiss\CALYPSO 8.0\bin\CALYPSOFileDialog (or whichever calypso version you're using) there will be a CALYPSOFileDialog.exe. if you rename that executable to "testCALYPSOFileDialog.exe" or something similar, the next time you launch CALYPSO and click on Open Measurement Plan, then the windows file explorer will open, rather than the file dialog box. if I'm not mistaken, any time you upgrade to a new service pack, these steps will need to be re-conducted.
-
Is it placing the RT in the location of the circle you are creating? If so, you may need to change the values for the circle to better match where you want it on the table (Step 8).
-
Hi Michael - Unfortunately, still no updates.
