Is there a way to get some of the data from PC-DMIS forms on to Data-Page reports like statistics, PPAP, & or spreadsheet forms. When I use the command feature, input, YES - using this I have like a cavity ID in some of my programs where it shows up on the PC-DMIS report but it is not in Data-Page. It would be nice to be able to do this if it can not be done.
Just a thought ??
Collapse
X
-
Tracefields should be what you are looking for. You can even use tracefields to sort data in Datapage (well, not sure about the NEW version, but you could before the 'updated' it).sigpic
Originally posted by AndersII've got one from September 2006 (bug ticket) which has finally been fixed in 2013.
- 1 like
-
Code:C1 =COMMENT/INPUT,NO,FULL SCREEN=NO, Input Part Number: C2 =COMMENT/INPUT,NO,FULL SCREEN=NO, Input Part Name: C3 =COMMENT/INPUT,NO,FULL SCREEN=NO, Input Revision: C4 =COMMENT/INPUT,NO,FULL SCREEN=NO, Input Customer Name: C5 =COMMENT/INPUT,NO,FULL SCREEN=NO, Input Operator Name and Title: C6 =COMMENT/INPUT,NO,FULL SCREEN=NO, Input Cavity:
Also, for DP+ 5.2, you don't need to assign the comment inputs to variables, they are automatically seen as tracefields. For older versions of DP+ (not RT), you need to assign the comment inputs to a variable first.
And then you need to edit the header of a report to show your tracefields.Last edited by VinniUSMC; 12-09-2016, 10:39 AM."This is my word... and as such is beyond contestation."
Comment
-
I use the comment / input and I also use tracefield/display for our numbering scheme. I don't have this will show up in DP, all we use in DP are the PPAP, Spreadsheet, & Statistics forms under the Text reports.Last edited by qcfire65; 12-09-2016, 11:43 AM.
-
Vinni is correct, you will either need to create a custom header or you can also add a text box to your report but as long as your trace fields are in the part program then you should be able to pull them into your report.
-
Related Topics
Collapse
-
by April11996First time posting in the Datasuite section of the forum...
So we used to have Datapage/RT and now have Datapage + 2011MR1.
...-
Channel: DataSuite SPC
11-06-2015, 06:10 AM -
-
by krengineticsCode:
CS1 =SCRIPT/FILENAME= J:\CMM\REPORTING\SCRIPTS\ZERO.BAS FUNCTION/Main,SHOW=NO,, STARTSCRIPT/
-
Channel: PC-DMIS for CMMs
06-28-2013, 12:32 PM -
-
by veedubnut115I searched a bit but found nothing that matched what I was trying to do.
I am very new to pcdmis but have been asked to modify some of the code....-
Channel: PC-DMIS for CMMs
05-06-2014, 10:30 AM -
-
by VONDYI want to enter a comment that states 'Enter Dash Number' bur I also want a comment that states 'Do not use the dash symbol', I would like for this last...
-
Channel: PC-DMIS for CMMs
12-01-2010, 05:13 AM -
-
by kmcmmOk I forgot the code for this and what I looked up in the search has not worked thus far.
V3.7 MR3
9-12-9 Xcel
Shapre 32 Controller...-
Channel: Tips & Tricks
06-29-2011, 03:09 PM -
Comment