Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Jeff

#1
What diameter tip are you using? It sounds like you vectors are wrong and it is compensating in for the tip in the wrong direction.
#2
Inspector / Polyworks 2016
April 06, 2016, 02:33:13 AM
Is anyone using 2016 with an I++ controller? Looking for a better way to setup probe orientations.
#3
Inspector / Re: Create a section along a circle?
January 27, 2015, 01:11:19 AM
Yes, when you go into cross section the method would be radial.
#4
Inspector / Re: PC specs
December 03, 2014, 01:59:51 AM
The solid stat drive will help a lot. We changed out a drive on one of our laptops after going to 2014 because the real time meshing was very slow. This fixed the problem. Here is Innovmetric spec but it does not say SSD.
http://www.innovmetric.com/en/products/polyworksinspector/polyworksinspector-technical-specifications#node-2112
#5
Inspector / Re: Composite GD&T Position Callouts
September 16, 2014, 09:23:49 AM
We also use a lot of fixtures for our parts. We usually define the datum manually and then copy the nominal to the measured. With the fixture you are call all the datums perfect. That is the best we can do because the datums are blocked by the fixture and are unmeasurable. If anyone asks we say the datums are set by the fixture.
#6
Inspector / Re: Creating a Slot feature
February 20, 2014, 06:12:28 AM
1.   You can create a circle from intersection of cylinder and the plan.
2.   Then use anchor to create the slot from the circles.
#7
Inspector / Reporting variables
February 05, 2014, 11:52:04 PM
Do anyone have a list of variables you can use on a report like $_PIECE_DEVICE. I am looking for one for the active alignment.

Thanks!

Jeff
#8
In IMInspect you can go to Tools - Data Objects - Wrap mesh around data objects. You will then have a mesh that you can export. I hope this helps

Jeff
#9
You can also right click on the data object and go to edit and convert to reference object. Then you can use it just like you would cad.

#10
General Discussion / Re: Hard to Scan Surfaces
October 11, 2012, 10:30:36 PM
I use Developer a lot on plastic and it works well. We have parts that are clear or some that are chromed and must be sprayed. It does not take a lot of developer to make the scanner pickup the surface. Jeff
#11
You can create a new coordinate system and rotate around an axis.
#12
You can create 2 short vectors by anchoring them to the cross section. Then you can create a point from intersection of 2 vectors. I hope this helps. Jeff
#13
General Discussion / Re: Romer Arm - Balance
March 13, 2012, 03:07:52 AM
I know Romer has a fix for this but I have not seen what they changed. We still have the original lock on ours and it is holding for now.
#14
Macro World / Re: Selecting Polygonal Models
February 24, 2012, 03:53:30 AM
Here is what I did to place a Polygonal Model in difference pieces.


DECLARE PM
DECLARE NoPM
DECLARE iPM
SET iPM 1

#Select the Polygonal Model
MACRO INPUT PWK_OBJECTS (PM,,"Polygonal Model","Brows for file")
SET NoPM SIZE(PM)

#Add the first Polygonal Model to piece 1
FILE IMPORT_DATA POLYGONAL_MODEL_IN_PWK(,$PM[$ipm])
++ iPM

#Add the rest of the Polygonal Models to new pieces
WHILE $iPM <= $NoPM
    PIECE NEW()
    TREEVIEW DATA SELECT ALL
    EDIT OBJECT DELETE ( )
    FILE IMPORT_DATA POLYGONAL_MODEL_IN_PWK(,$PM[$iPM])
    ++ iPM
ENDWHILE
#15
General Discussion / Re: V12 Coming Soon...?
November 07, 2011, 03:32:14 AM
V12 was officially released last Friday 11-4-2011. Looks Good!