just had 2019 r2 installed and now my programs won't run and my command mode lines are gone, I get improper argument, any ideas?
2019 R2 issues
Collapse
X
-
What do you mean by "my command mode lines are gone"? Do you mean the Edit window won't open in Command mode for your measurement routines (.prg files)?Jared Hess - PC-DMIS Documentation Team Lead @ HMI
[View 2008 Reporting Tutorials Here]
-
Never have I seen this before:
Code:CIR_C1 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,MAX_INSC THEO/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)>,0.205 ACTL/<0.005852,-9.035757,-2.264297>,<-0.999873,0.0152751,0.0045493>,0.209071 TARG/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)> START ANG=nan,END ANG=nan ANGLE VEC=<-nan(ind),-nan(ind),-nan(ind)> DIRECTION=CCW SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO CIR_C2 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,MAX_INSC THEO/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)>,0.205 ACTL/<0.004276,-9.03797,-0.000054>,<-0.9999219,0.0124762,0.000678>,0.208071 TARG/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)> START ANG=nan,END ANG=nan ANGLE VEC=<-nan(ind),-nan(ind),-nan(ind)> DIRECTION=CCW SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO CIR_C3 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,MAX_INSC THEO/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)>,0.205 ACTL/<0.006363,-0.0021,-2.267173>,<-0.9999469,-0.0079294,0.006576>,0.208891 TARG/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)> START ANG=nan,END ANG=nan ANGLE VEC=<-nan(ind),-nan(ind),-nan(ind)> DIRECTION=CCW SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO CIR_C4 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,MAX_INSC THEO/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)>,0.205 ACTL/<0.00724,-0.000144,-0.00018>,<-0.9998819,-0.0145965,0.0048062>,0.20864 TARG/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)> START ANG=nan,END ANG=nan ANGLE VEC=<-nan(ind),-nan(ind),-nan(ind)> DIRECTION=CCW SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO DAT_C =FEAT/SET,CARTESIAN THEO/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)> ACTL/<0.005933,-4.518993,-1.132926>,<-0.9999993,0.0003501,0.0011589> CONSTR/SET,BASIC,CIR_C1,CIR_C2,CIR_C3,CIR_C4,,
Comment
-
this is an old program opened in R2?
Try starting a new program and see how it works!
missing command lines, make the parameter from no to YES. see below
.
FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, ,
.
PNT1 =FEAT/CONTACT/VECTOR POINT/DEFAULT,CARTESIAN
THEO/<289.306,730.984,657.829>,<0,1,0>
ACTL/<284.067,370.648,-632.662>,<-0.0003536,0.0046052,0.9999893>
TARG/<289.306,730.984,657.829>,<0,1,0>
REPORT VEC=<0,1,0>,UPDATE VEC=<0,0,1>
SHOW FEATURE PARAMETERS=YES <<<<<<<<<<<<<<<<<<
SHOW CONTACT PARAMETERS=YES <<<<<<<<<<<<<<<<<<
AVOIDANCE MOVE=BOTH,DISTANCE=10
SHOW HITS=NO
-
-
@Randy P This program was initially programmed in 2014.1, brought in to 2019R2, Ran in off-line mode for verification, Ran on-line 2 times with product. No noticeable deviations from 2014.1 and 2019R2.
Had to run a new product, brought up the program and whamo corrupt program--Thank goodness I have a backup.
This program will not let me update any of the features. The rest of the program, after Datum A scan is the same as you see in the code.
Code:CIR_C1 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,LEAST_SQR THEO/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)>,0.205 ACTL/<0.004025,-9.033427,-2.263889>,<-0.999943,0.0078474,0.0072463>,0.206041 TARG/<nan,nan,nan>,<-nan(ind),-nan(ind),-nan(ind)> START ANG=nan,END ANG=nan ANGLE VEC=<-nan(ind),-nan(ind),-nan(ind)> DIRECTION=CCW SHOW FEATURE PARAMETERS=YES VOID DETECTION=NO REMEASURE=NO SURFACE=THICKNESS_NONE,0 MEASURE MODE=NOMINALS RMEAS=NONE,NONE,NONE AUTO WRIST=NO CIRCULAR MOVES=STRAIGHT GRAPHICAL ANALYSIS=NO FEATURE LOCATOR=NO,NO,"" SHOW CONTACT PARAMETERS=YES NUMHITS=3,DEPTH=0.02,PITCH=0 SAMPLE METHOD=SAMPLE_HITS SAMPLE HITS=3,SPACER=0.1 AVOIDANCE MOVE=BOTH,DISTANCE=0.3 FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO SHOW HITS=YES HIT/BASIC,<nan,nan,nan>,<-nan(ind),nan,1>,<0.025034,-9.033806,-2.161018> HIT/BASIC,<nan,nan,nan>,<-nan(ind),nan,1>,<0.024375,-8.944367,-2.315545> HIT/BASIC,<nan,nan,nan>,<-nan(ind),nan,1>,<0.022726,-9.122816,-2.315504> ENDMEAS/
Last edited by brian.freeman; 12-20-2019, 11:32 AM.
Comment
-
Is the issue similar to this?
So I wrote a new program today in 2019SP1 CAD++ using a model. I had a bunch of vector points that I used to construct a plane for datum A. One of the vector points was too close to a mag riser and caused the probe to false trigger. I stopped the program and moved the point 0.5" in the Y. All of the vector points were
Comment
-
Found this out by accident:
Created a program in 'inches' but the drawing is metric. So dimensioned it, originally, in english, now converting the dimensions to metric. So when I 'clicked' in UNITS= IN to Change to MM. Nothing happens.
So I decided to create the dimension in MM, it still posts it in "IN".
Code:DIM DIST1= 2D DISTANCE FROM PLANE PLN_5 TO PLANE PLN_6 PAR TO YAXIS,NO_RADIUS UNITS=[COLOR=#FF0000]IN[/COLOR],$ GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH AX NOMINAL MEAS +TOL -TOL DEV OUTTOL M 1.594 1.593 0.030 0.030 -0.001 0.000 ----#----- DIM DIST1= 2D DISTANCE FROM PLANE PLN_5 TO PLANE PLN_6 PAR TO YAXIS,NO_RADIUS UNITS=[COLOR=#FF0000]MM[/COLOR],$ GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH AX NOMINAL MEAS +TOL -TOL DEV OUTTOL M 1.594 1.593 0.030 0.030 -0.001 0.000 ----#-----
Comment
-
Comment
-
I have, on a couple of programs, except I had like 50 to a 100 hits, couldn't really pin point the problem, except 1 out 3 computers the problem exist. When I put the same program on 2 other seats, (computers) it didn't show the same problem. I just assumed the 1 computer was weak. Probably don't answer your question, but that's all I got.
-
-
Comment
-
Reason I say that is because some motherboards come with a generic video card built in, and even though you add a kickazz video card. DMIS will default to the built in one.
-
@KIRBSTER269
OPENGL is NVIDIA386.07
-
how much Video Memory? also you might want to go to NVIDIA.COM and update your software. How often do you update?Last edited by KIRBSTER269; 01-21-2020, 09:46 AM.
-
-
Originally posted by brian.freeman View PostAnybody come across this lately?
Auto feature dialog box doesn't 'represent' what is simulated on the screen.
IE: Should be 3 hits per row--1 Row = 3 hits
IS: 4 hits per row -- 3 rows = 12 hitsAndersI
SW support - Hexagon Metrology Nordic AB
- Likes 2
Comment
-
Comment
-
If you're using an old Hasp (dongle) check your power save settings on the PC are not disabling the USB ports after a certain length of time.
-
@neil.challinor.
Will check, but seems weird that it is happening while in the middle of programming.
Our IT department is upgrading our servers, since this is a dongle, it shouldn't be happening.
-
-
It's the USB selective suspend under advanced power options that you need to check. Even if you are using the PC at the time they can still kick in if IT haven't disabled them.
power_save.JPG
Comment
Related Topics
Collapse
-
by bsteeleLooking for some help here. Since we updated to 2017 R2, When executing programs, the edit window switches to Summary mode and will not let us change...
-
Channel: PC-DMIS for CMMs
05-16-2018, 10:32 AM -
-
by mtjohnJust installed PC-DMIS 2017 R2. The edit window changes from command mode to summary mode when executing a program.
-
Channel: PC-DMIS for CMMs
05-08-2018, 08:25 AM -
-
by idr2002When the pc-dmis software shuts down abnormally, the program does not appear in command mode.
In summary mode, it is displayed normally....-
Channel: PC-DMIS for CMMs
07-07-2021, 08:20 PM -
-
by Jason LI am new to PC-DMIS and I have a friend who is helping me learn when he can. He wants me to use command mode instead of summery mode. Why is that?
-
Channel: PC-DMIS for CMMs
08-13-2015, 08:38 AM -
-
by Benedictj1For some reason in the VIEW menu, SUMMARY MODE is greyed out, but when I execute a program, EDIT WINDOW / COMMAND MODE switches to SUMMARY MODE and COMMAND...
-
Channel: PC-DMIS for CMMs
09-20-2021, 01:59 PM -
Comment