I'm measuring 48 circles 180 hits per circle (we dont have scanning heads) using the basic circular scan in PCDMIS. The customer would like to have the "X,Y,Z,I,J,K and dev" measured of values of each hit put in some kind of data base file, so that they can import the data into their system. I tried opening a stats file and I turned on the the text toggle when I reported the location of each circlular scan, but the data base only takes the "X,Y,Z,I,J,K and dev" of the center of the circular scan. I also tried creating a circle from the scans and reporting the location of the circles with the text toggle turned on but I still have the same results. Does anyone have any other ideas of how I can get the results of all the hits in a database file.
basic scan output
Collapse
X
-
Try this and change it as you need.
Code:Assign/v1 = 0 assign/vx = 0 assign/vy = 0 assign/vz = 0 assign/vi = 0 assign/vj = 0 assign/vz = 0 $$ no, vt is the calculated t-value : same as dev? assign/vt = 0 do/ assign/v1 = v1+1 assign/vx = scn1.hit[v1].x assign/vy = scn1.hit[v1].y assign/vz = scn1.hit[v1].z assign/vi = scn1.hit[v1].i assign/vj = scn1.hit[v1].j assign/vk = scn1.hit[v1].k assign/vt = dot((scn1.hit[v1].xyz-scn1.hit[v1].txyz),scn1.hit[v1].tijk) $$ no, enter your code to send data to file until/v1==180
Hope this helps
B&S CHAMELEON/PCDMIS CAD++ V2011
There are no bugs, only "UNDOCUMENTED ENHANCEMENTS!"
sigpic
Related Topics
Collapse
-
How do I assign two variables to another variable.
example:
assign/V1 = array(blah, blah, blah)
assign/V2 = array(blah, blah, blah)...-
Channel: PC-DMIS for CMMs
08-03-2007, 09:52 AM -
-
by jjewellI don't need to do this very often, so I suck at it, but below is my attempt. I know its probably something simple. I have also included the original...
-
Channel: PC-DMIS for CMMs
07-30-2012, 09:43 AM -
-
by Jakep379I'm basically just exporting all the measured features into an excel sheet however i have ran out of room in PCDMIS for more code. Does anyone know how...
-
Channel: PC-DMIS for CMMs
04-25-2018, 11:48 AM -
-
by JEFMANJust a thought...
Why can I do :
ASSIGN/V2="SCN1.HIT["+V1+"]"
ASSIGN/V3=V2.XYZ
and not :
...-
Channel: PC-DMIS for CMMs
05-26-2016, 12:42 PM -
-
I have tried searching for an answer to this and came up empty.
We had a batch of questionable parts made and we used the CMM to scan them....-
Channel: PC-DMIS for CMMs
10-12-2018, 07:32 AM -
Comment