Configure SPC Analysis in Script
The SPC Analysis in Script page on the window SPC_03_Scripting/04_Reporting has two components:
- Button (Ignition)
- Power Table (Ignition)

Configure 'Generate SPC Data' Button
- Drag an Ignition Button component onto the middle of the window. Resize it enough to fit the text shown above.
- Change the Text property to Generate SPC Data.
Open the Component Scripting dialog box (Ctrl-J), select the actionPerformed event script area and paste in the script below (change the date range, if necessary, to span your data entries)
Script for Generate SPC Data Button
Code |
|
Configure Power Table
- Drag an Ignition Power Table component onto the window. Position and resize as shown above.
- Data will be 'pushed' into the Power Table by the Generate SPC Data button event (button pressed and released), so there is no configuration required.
