Jump to content

Bonus Tolerance .Instance Variable


---
 Share

Recommended Posts

---
PCM wizards :

Anyone know the instance Variable to get the tolerance (including bonus) of a position characteristic ?

I can't even seem to get the upper or lower tolerance using :
.lowTol, .lowerTolerance, .lowLimit, .lowerTol


Is there any other system variable this is attributed to?
In excel output the upper tolerance appears to be the tolerance with bonus, however on old custom report it goes in low tol column.

Hopefully in 2024 PCM will be a bit more friendly/intuitive ...

Thanks all !!
Link to comment
Share on other sites

---
Given Tolerance:
getNominal("Position1").tolerance.upperTolerance

Given Tolerance + Bonus
getActual("Position1").tolerance.upperTolerance
Link to comment
Share on other sites

---
Thank you Michael, brilliant sir !

Man I wish we had more PCM access in Calypso.

Cheers !
Link to comment
Share on other sites

---
Hello,

We work with this PCM command:

getActual("DIN Position1").dmisotol
Link to comment
Share on other sites

---
for Qdas use:
#MMC/LMC
K2112 22 F C:userlowertol
K2113 22 F C:useruppertol
Link to comment
Share on other sites

 Share

×
×
  • Create New...