[Me...] Posted September 26, 2019 Share Posted September 26, 2019 Is there a way to output to PDF to a specific folder without going the 'Name for Output' file route? I hate doing it that way because it's such a long and tedious process. Link to comment Share on other sites More sharing options...
[Da...] Posted September 26, 2019 Share Posted September 26, 2019 You can select "Resources -> Results To File" and turn the PDF option on. It'll save a pdf of your report in your results folder. Link to comment Share on other sites More sharing options...
[No...] Posted September 27, 2019 Share Posted September 27, 2019 Please sign in to view this quote. Huh? 😕 If you use the right formulas and set the names for all measurement plans option then it's just a few clicks. Link to comment Share on other sites More sharing options...
[Ro...] Posted September 27, 2019 Share Posted September 27, 2019 I agree with Norbert. If your file naming structure doesn't change, and you always save to the same network location, you can set your All Plans location with 1 click. Make everybody else work around your system. Link to comment Share on other sites More sharing options...
[Ch...] Posted September 27, 2019 Share Posted September 27, 2019 I do as Norbert and Roberto suggested. Link to comment Share on other sites More sharing options...
[Me...] Posted September 27, 2019 Author Share Posted September 27, 2019 Yep that's just it, the PDFs have to go to specific job folders and are not all the same per part number. There is no getting around the Name for Output method at my job 😕 Link to comment Share on other sites More sharing options...
[Ro...] Posted September 27, 2019 Share Posted September 27, 2019 Part number is easy, job or customer folder is hard. Link to comment Share on other sites More sharing options...
[Ri...] Posted September 29, 2019 Share Posted September 29, 2019 Please sign in to view this quote. Really? I haven't used custom file naming that much, but I needed to tackle it for a large job that I was working on where the the PDFs needed to go to the customer's data folder, create a sub-folder for that particular part number, and then a sub-folder for the receipt number. It ended up being a lot easier than I anticipated, and I was joyed that it will create folders for you if they don't exist as well. Link to comment Share on other sites More sharing options...
[No...] Posted September 30, 2019 Share Posted September 30, 2019 As long as the data needed for file and folder names is available in protocol header variables or can be retreived in another way (date related etc.) almost any folder structure is possible. Link to comment Share on other sites More sharing options...
[Ro...] Posted September 30, 2019 Share Posted September 30, 2019 Please sign in to view this quote. Well what i meant was its hard if you want 1 global line of code you could load in the "name output files for all measurement plans" tab and use for every program. I mean sure yeah, its easy to add a customer name into the variable and then change that customer name for a different part, but the OP was asking for a 1 stop shop so he didn't have to mess with with it for each program. Link to comment Share on other sites More sharing options...
[Ch...] Posted September 30, 2019 Share Posted September 30, 2019 Shawn, I got you on this. Use the calypso headers to create your folders for you. This is from my name of output files for all measurement plans. I just click the checkbox for every part and each part number gets put in its own folder. Notice how calypso will create a folder based on the part number and part id(inbetween the 2nd and 3rd backslash). For your case, you could just create a 3rd field for job number or something. If the folder is already there, then it just keeps adding to that folder. this way you only have to edit the prinbtout header parameters for each program. for example: "Q:\CMM Results\"+getRecordHead("partnbLong")+" "+getRecordHead("partid")+"\"+getRecordHead("partnbLong")+"_Rev-"+getRecordHead("partrv")+"_"+getRecordHead("customer")+"_"+getRecordHead("partid")+"._"+getRecordHead("measRun")+"_"+getRecordHead("lotid")+"-"+getRecordHead("partsn")+"_CharacterTable_"+getRecordHead("dateshort")+"_IPN-"+getRecordHead("partnbinc")+".xls" Link to comment Share on other sites More sharing options...
[Me...] Posted September 30, 2019 Author Share Posted September 30, 2019 Thanks Chad. I knew how to do this already...that's exactly what I don't want to do because of time constraints. This is one of the most annoying things about Calypso. It's 1000 times faster for me to just copy and paste PDFs from the results folder into the job folder I need them to go to. The reason it takes too long for me to go the Name Output method is because our job folders are on a server in about 20 different sub folders. So it's not exactly convenient finding them and then using the syntax to name them and so on and so forth... Link to comment Share on other sites More sharing options...
[Ch...] Posted September 30, 2019 Share Posted September 30, 2019 crap. So if i understand correctly, you don't control the location of the job folders. Someone else creates them and you just have to find them and send the data there. If that is how it is, then that is a problem. Link to comment Share on other sites More sharing options...
[Me...] Posted September 30, 2019 Author Share Posted September 30, 2019 Yep that's the issue. Our Job folders are created elsewhere Link to comment Share on other sites More sharing options...
[Ch...] Posted July 27, 2022 Share Posted July 27, 2022 ##BUMP## Also, -Hey Shawn .. fellow Moog'er from East coast in post above ... So Im aware of the output for this plan and all plans, and have used them in the past with PCM ,etc. However, we're trying it now on multiple machines, basically I want each .pdf stored inside: : "\MY FOLDER\ 'Name of Inspection plan"\WO#_SN#.pdf This seems to work well for 'this' measurement plan option, it even made the folder that was not there yet. However when I apply it to all measurement plans, it shows in the preview it will go to the folder (Which does not exist yet - I was hoping Calypso would be smart enough to create it ..) Is it because the folder does not exist? What is another way to do this for 1000s of inspection plans at once ? I'm thinking of using measurment_end.bat. Sounds like I'll have to check if folder is there first as well.. Thanks for the help everyone !! Link to comment Share on other sites More sharing options...
[Da...] Posted July 28, 2022 Share Posted July 28, 2022 I run Two monitors, #1 has calypso , #2 has a small version of file manager with results file open in one corner In the next corner I have another small file manager with The job folders open. in the next corner I have another small file manager with an alternate file manager open . when a job completes the pdf shows up in the results folder , I drag and drop to where ever it needs to be... Works good across 5 different drives and thousands of folders. Link to comment Share on other sites More sharing options...
[Ch...] Posted July 29, 2022 Share Posted July 29, 2022 Dave, Thanks for the reply. I'm aware of that. I think I heard of also using scripts to copy them to where we need them as well. Hmm, all these years I was under the impression, name for output files for ALL measurement plans would actually be ALL plans (retroactive as well). Instead it means 'activated' and activated means .. currently open ?? It would be nice if Zeiss added PCM/formula option to extra/settings/paths Next I will explore report_end.bat however I'm not sure there is PCM code to output custom report as PDF, from what I've seen so far. Thanks for the help everyone. Link to comment Share on other sites More sharing options...
[Ju...] Posted July 29, 2022 Share Posted July 29, 2022 Batch files do not require PCM to use. After a PDF of the report is generated, a batch file would then just move any specified reports to a different folder automatically. Link to comment Share on other sites More sharing options...
[Ri...] Posted August 2, 2022 Share Posted August 2, 2022 Maybe this will help. See my post. viewtopic.php?t=10363 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