[Br...] Posted May 9, 2023 Share Posted May 9, 2023 Currently we have a program which has both an in-process measurement, as well as a final. Which iteration of the program is run is based on which miniplan the user chose at the beginning of the run. Each report has a bubble print which shows specific information based on which program has been run. Is there a way to use PCM to activate/deactivate certain report templates based upon user input (tied to miniplan selection). Link to comment Share on other sites More sharing options...
[Je...] Posted May 30, 2023 Share Posted May 30, 2023 Here are a few PCM commands related to setting your output protocol. getRunID() getRunID() Check if complete or miniplan is executed defineProtocol() defineProtocol(Keyword,Functionvalue(s)) Flexible printout controlled by pcm presentationOff() presentationOff() Presentation protocol off presentationOn() presentationOn() Presentation protocol on setElementsForProtocol() setElementsForProtocol() Set characteristics to be printed in protocol setProtocolOutput() setProtocolOutput(protocol type, print function) Set printout independent from CNC start settings setProtocolSetting() setProtocolSetting(setting, value) Access to protocol settings – setProtocolSetting("databaseSyncAfterRunFinished", true) – setProtocolSetting("databaseSyncAfterRunFinished", false) 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