Report Utility — Execution & Actions
Back to Report Utility.
buildReportName
def buildReportName(programName)Build Report File Name, to be inheritate if customizing desired.
Parameters:
| Name | Type | Description |
|---|---|---|
programName | — | the Process Program Name |
calculateCosts
def calculateCosts(costPerMeter, length, technoState, motionType)Calculates Costs per TPE dependent to TechnoState, MotionType, etc. if desired Might be inheritate for own Calculation.
Parameters:
| Name | Type | Description |
|---|---|---|
costPerMeter | — | the Costs per Meter moving |
length | — | the length of the TPE |
technoState | — | 1=Tool ON -1=Tool OFF |
motionType | — | the Motion Type MOTIONTYPE_CIR _LIN _PTP |
Was this page helpful?