Remeasure toggle...
Collapse
X
-
Good call! Simpler than my approach.
Odd naming indeed, no wonder I didn´t find it. I'll get back when I've tried it.
Leave a comment:
-
To find the answer you create a small part program with one circle with remeasure=NO, and one with remeasure=YES, export the program as BASIC.
By comparing what PC-DMIS generated you will find that it is the toggle RMEAS_TYPE (I wonder what Relative Measure is called internally?)!
Code:' Set Re-Measure = NO retval = DmisCommand.SetToggleString (1, RMEAS_TYPE, 0) ' Set Re-Measure = YES retval = DmisCommand.SetToggleString (2, RMEAS_TYPE, 0)
I just had to test Relative Measure too…
Code:' Set Relative Measure Feature X = CIR1 retval = DmisCommand.PutText ("CIR1", RMEASFEATIDX, 0) ' Set Relative Measure Feature Y = CIR1 retval = DmisCommand.PutText ("CIR1", RMEASFEATIDY, 0) ' Set Relative Measure Feature Z = CIR1 retval = DmisCommand.PutText ("CIR1", RMEASFEATIDZ, 0)
- Likes 4
Leave a comment:
-
Sorry, was unclear. Doing it using Automation.Haven't found any mention of it in documentation, and a quick look with gettext provided nothing. But I'll let excel do a comparison and see if something pops out...
Leave a comment:
-
I Think RMES is "relative measure", not the same as "re-measure"...
Leave a comment:
-
In the Edit Window, you can (if Show Feature Parameters is set to YES) check the RMEAS=(etc etc) section of code within a feature.
Edit: the above is incorrect
Are you trying to do this for every program, or just look at a specific feature and check?Last edited by InspectorJester; 04-10-2019, 09:15 AM.
Leave a comment:
-
Remeasure toggle...
Next question, anyone seen any way to identify if the remeasure toggle is on or off?Tags: None
Related Topics
Collapse
-
by natebringerSo I have to the feature ( CIR101 ) in the code and press F9 and the auto feature edit window pops up where you can adjust the depth and you can set the...
-
Channel: PC-DMIS for CMMs
03-05-2021, 12:57 AM -
-
good day all !
here is a NOOB question.
how do I disable feature names appearing when I hover mouse in graphix window? It keeps getting...-
Channel: PC-DMIS for CMMs
01-26-2013, 07:08 AM -
-
by mattfurtawOkay GURU's. I am looking for the easiest way to have the operator select multiple items at the beginning of the program in order to inspect certain features....
-
Channel: PC-DMIS for CMMs
06-10-2014, 09:31 AM -
-
by scharschHi,
Just wondering if following can be done:
While in either Summary or Command mode when you have a feature highligted in the edit window...-
Channel: PC-DMIS for CMMs
05-13-2008, 09:37 AM -
-
I am checking a part using lots of points.
When I finished measuring my part graphic screen is overwhelmed with ID lables. I was wondering if there...-
Channel: PC-DMIS for CMMs
12-16-2008, 12:49 PM -
Leave a comment: