Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in PC-DMIS for CMMs only
Search
Advanced Search
Forums
Online Training
Courses
Support / Downloads
Shop Online
Hexagon MI
Suggest Features
Mark Channels Read
Member List
Help
Calendar
Forum
PC-DMIS Enterprise Metrology Software
PC-DMIS for CMMs
Reporting Help
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
parrottk
Member
Join Date:
Apr 2006
Posts:
59
Share
Tweet
#1
Reporting Help
11-14-2006, 11:11 AM
I have a series of circles, I would like to report the average size (RAD) of these circles.
Does anyone know of a way to do this?
PC-DMIS 4.1
JamesMannes
PC-DMIS Guru
Join Date:
Feb 2006
Posts:
4185
Share
Tweet
#2
11-14-2006, 11:42 AM
Try this...
Circle.R+Circle.R/2 - PC-DMIS User Forum
http://www.pcdmisforum.com/showthread.php?t=2587
Post your code samples here
For all versions of PC-DMIS
sigpic
James Mannes
Comment
Post
Cancel
parrottk
Member
Join Date:
Apr 2006
Posts:
59
Share
Tweet
#3
11-14-2006, 12:42 PM
This is what i came up with seems to work.
thanks
your help saved me a lot of time.
ASSIGN/V2 = (R1.RADIUS.MEAS+R2.RAIUS.MEAS+R3.RADIUS.MEAS+R4.RA DIUS.MEAS+R5.RADIUS.MEAS+R6.RADIUS.MEAS+R7.RADIUS. MEAS+R8.RADIUS.MEAS+R9.RADIUS.MEAS) /9
ASSIGN/V3 = (R10.RADIUS.MEAS+R11.RAIUS.MEAS+R12.RADIUS.MEAS+R1 3.RADIUS.MEAS+R14.RADIUS.MEAS+R15.RADIUS.MEAS+R16. RADIUS.MEAS+R17.RADIUS.MEAS+R18.RADIUS.MEAS) /9
ASSIGN/V4 = (R19.RADIUS.MEAS+R20.RAIUS.MEAS+R21.RADIUS.MEAS+R2 2.RADIUS.MEAS+R23.RADIUS.MEAS) /5
ASSIGN/V5 = (V2+V3+V4)/3
RACE RAD =GENERIC/CIRCLE,DEPENDENT,RECT,IN,$
NOM/XYZ,0,0,-0.12375,$
MEAS/XYZ,0,0,-0.12375,$
NOM/IJK,0,0,1,$
MEAS/IJK,0,0,1,$
RADIUS/0.0655,V5
DIM 31= LOCATION OF CIRCLE RACE RAD UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=100.00 OUTPUT=BOTH
AX NOMINAL MEAS +TOL -TOL DEV OUTTOL
R 0.065500 0.065586 0.000500 0.000500 0.000086 0.000000 -----#---
END OF DIMENSION 31
Comment
Post
Cancel
Previous
template
Next
widgetinstance 190 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...
Yes
No
OK
OK
Cancel
X
Comment