Jump to content

Table files


---
 Share

Recommended Posts

I'm outputting the Characteristic/Feature/Header table files to a folder on the network
to later be used in Datalyzer. Only the Characteristic table files are being outputted?
Why won't the Feature & Header files output?
Link to comment
Share on other sites

That screen shot was from my planner, just to show you what I was talking about.
Here is the actual Name definitions for output files for the program in question.
I have the output variables set.
150_910a3d9a2eb34f0af56f38d14768dddd.jpg
Link to comment
Share on other sites

The problem is, they are going to separate folders. Datalyzer needs
the three of them to be in the same folder. That I don't know how to do.
Link to comment
Share on other sites

Please sign in to view this quote.

Could you not just remove the _chr, _fet and so on after the first Rev_B in the directory and put it at the end before .txt?
Link to comment
Share on other sites

This will sent them to the same folder:
"T:\DMR\CMM Data\113196_Op-30_Rev_B_datalyzer\"+ getRecordHead("planid")+ getRecordHead("partnbinc")+"_hdr"+".txt"

So you replace the chr/fet/hdr with the folder name (datalyzer) for all three lines.
Link to comment
Share on other sites

Please sign in to view this quote.

Marc, you were on the right track.

So you replace the chr/fet/hdr with the folder name (datalyzer) for all three lines.
Link to comment
Share on other sites

Three samples for table files.

These are my standard strings.
Shouldn't be too hard to follow. (u_DBSWITCH is a parameter for ProLink)
Characteristics Table File
"C:\PROLINK\#QCC Table Files\"+"CMM-"+getRecordHead("dmesn")+"\"+getRecordHead("order")+"\"+getRecordHead("mfgdev")+"\"+getRecordHead("u_DBSWITCH")+"_"+getRecordHead("vda_remark")+"_"+getRecordHead("partnbinc")+"_chr.txt"

Features Table File
"C:\PROLINK\#QCC Table Files\"+"CMM-"+getRecordHead("dmesn")+"\"+getRecordHead("order")+"\"+getRecordHead("mfgdev")+"\"+getRecordHead("u_DBSWITCH")+"_"+getRecordHead("vda_remark")+"_"+getRecordHead("partnbinc")+"_fet.txt"

Printout header Table file
"C:\PROLINK\#QCC Table Files\"+"CMM-"+getRecordHead("dmesn")+"\"+getRecordHead("order")+"\"+getRecordHead("mfgdev")+"\"+getRecordHead("u_DBSWITCH")+"_"+getRecordHead("vda_remark")+"_"+getRecordHead("partnbinc")+"_hdr.txt"
Some extra info for PDF files.
PDF file “Pass\Fail” identification (“inspectionToleranceState()” determines if part passed or failed inspection)
"S:\CMM - Inspection Results & Zeiss Table Files_Vault\CMM-Inspection-PDF Files\"+getRecordHead("order")+"\"+getRecordHead  ("mfgdev")+"\"+inspectionToleranceState()+"\"+getRecordHead("u_DBSWITCH")+"_"+getRecordHead("partnbinc")+".pdf"

PDF file “Pass\Fail” identification  PiWeb
"S:\CMM - Inspection Results & Zeiss Table Files_Vault\CMM-Inspection-PDF Files\"+getRecordHead("order")+"\"+getRecordHead  ("mfgdev")+"\"+inspectionToleranceState()+"\"+getRecordHead("u_DBSWITCH")+"_"+getRecordHead("partnbinc")+"_PiWeb.pdf"
Link to comment
Share on other sites

 Share

×
×
  • Create New...