Jump to content

Turn on/off specific reports based on user input


---
 Share

Recommended Posts

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

  • 3 weeks later...
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

 Share

×
×
  • Create New...