[Cl...] Posted May 22, 2020 Share Posted May 22, 2020 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 More sharing options...
[Ri...] Posted May 22, 2020 Share Posted May 22, 2020 You have to set the output variable for those files as well. Link to comment Share on other sites More sharing options...
[Cl...] Posted May 22, 2020 Author Share Posted May 22, 2020 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. Link to comment Share on other sites More sharing options...
[Cl...] Posted May 22, 2020 Author Share Posted May 22, 2020 Never mind, figured it out. Link to comment Share on other sites More sharing options...
[Ri...] Posted May 22, 2020 Share Posted May 22, 2020 Lol. They are all named the same. I've done that before. Link to comment Share on other sites More sharing options...
[Cl...] Posted May 22, 2020 Author Share Posted May 22, 2020 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 More sharing options...
[Ma...] Posted May 22, 2020 Share Posted May 22, 2020 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 More sharing options...
[Cl...] Posted May 22, 2020 Author Share Posted May 22, 2020 Tried that, doesn't work. Link to comment Share on other sites More sharing options...
[Cl...] Posted May 22, 2020 Author Share Posted May 22, 2020 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 More sharing options...
[Cl...] Posted May 22, 2020 Author Share Posted May 22, 2020 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 More sharing options...
[Ri...] Posted May 27, 2020 Share Posted May 27, 2020 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 More sharing options...
[Cl...] Posted May 27, 2020 Author Share Posted May 27, 2020 Thanks for the help everyone, I figured it out. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in