Your Products have been synced, click here to refresh
Running PCDMIS 4.1 and Datapage 3.33. Question is when I'm in a program and it ask to update data base, yes or no and I pick no .Close that program. Open a different part program, run throw it, update data base, yes or no, I pick yes. What I notice is not only does the program that I'm running update but the one that I closed and do not want updated. Is there away to only update or send the data to the database or file only on the part program you want? I'm not sure if I have explained this well. So if I need to give a better explanation, Please let me know. Thank you.
Maybe that is what I need the code. What I have problems with is. I will run a part look at the results and see that I don’t want to send them to the Database so I will say no. Run another part and like the results and want to send that data to the datapage. So is the code the way to go? Or do I need to delete that XSTATS11.TMP every time before I run a part program? At this point when I say yes everything goes. Thank you for your reply. It's so great that there is someone out there that has the answers and will help. Thank u. If anyone has the code let me know and I'll give it a try.
If I get readings that are questionable I will not send the data and clean part, look for any mistakes that I could have made and rerun to make sure that the data is not corrupted by human error.
$$ NO, , , ,THIS WILL REMOVE XSTATS11.TMP FILE AND ALLOW ANOTHER ,XSTATS11.TMP TO BE CREATED , , V1 =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP IF/V1==1 FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP END_IF/ FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;MEAS,NOM,TOL,DEV,OUTTOL, , $$ NO,,
Sounds good to me. This is from craiger_ny...
$$ NO, , , ,THIS WILL REMOVE XSTATS11.TMP FILE AND ALLOW ANOTHER ,XSTATS11.TMP TO BE CREATED , , V1 =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP IF/V1==1 FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP END_IF/ FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;MEAS,NOM,TOL,DEV,OUTTOL, , $$ NO,,
File path is where ever you have loaded PC-DMIS
Hey James,
I see your using DATAPAGE +, How do you like it?
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |