PostExecutionCommand Panel
- Key Model
- Assistant Model
- MachiningProject
- <xref:Hi.HiNcKits.AppService>
Layout
- Output Step Files Section
- Enable Write Step Files CheckBox
- The model is EnableWriteStepFiles.
- Step File Template Label
- Step File Template Text Field
- The model is StepFileTemplate.
- Default value: “Output/[NcName].step.csv”
- Apply one line layout to the label and the text field.
- Enable Write Step Files CheckBox
- Output Shot Files Section
Visible if <xref:Hi.HiNcKits.AppService>.<xref:Hi.HiNcKits.AppService.EnablePhysics> is true.
- Enable Write Shot Files CheckBox
- The model is EnableWriteShotFiles.
- Shot File Template Text Field
- The model is ShotFileTemplate.
- Default value:
Output/[NcName].shot.csv
- Shot File Time Resolution (ms) Number Field
- The model is ShotFileTimeResolution_ms.
- Default value: 1
- Enable Write Shot Files CheckBox
- Optimization Files Section
Visible if <xref:Hi.HiNcKits.AppService>.<xref:Hi.HiNcKits.AppService.EnablePhysics> is true.
- Enable Optimize To Files CheckBox
- The model is EnableOptimizeToFiles.
- Optimization File Template Text Field
- The model is OptimizationFileTemplate.
- Default value: “Output/Opt-[NcName]”
- Enable Optimize To Files CheckBox
- Geometry Difference Section
- Enable Geom Diff CheckBox
- The model is EnableGeomDiff.
- Geom Diff Detect Radius Number Field (with Unit)
- One Line layout
- The model is GeomDiffDetectRadius_mm.
- Default value: 1
- Enable Geom Diff CheckBox
Source Code Path
See this page for git repository.
WPF Application Source Code Path
- Mission/PostExecutionCommandPanel
Web Page Application Source Code Path
- wwwroot/mission/panels/postexecution-command-panel.html (Component HTML)
- wwwroot/mission/panels/postexecution-command-panel.css (Component styles)
- wwwroot/mission/panels/postexecution-command-panel.js (JavaScript component)
- Controller/MissionController.cs (REST API - PostExecution command endpoints)