Create
Use ProcessEntries.create()
to instantiate a new process entry. Must have a process_id
and one of either component_instance_identifier
, component_instance
, or component_instance_id
.
ID of the process being run. Use the process builder on the component page to get or create a process
ID of the station running the process. Use the station page to get or create a station
component_instance_identifier
The serial number or lot code of the component instance
Component instance object returned by serial.ComponentInstances
methods
Component instance ID. Can by obtained by serial.ComponentInstances.data["ID"]
Add Data
Add Number
Add numerical data with units, usls and lsls to a process entry
The name of the data you are adding
The unique number data for the identifier
The units of the data you are adding
The upper spec limit of the data you are adding
The lower spec limit of the data you are adding
Add Boolean
Add pass/fail boolean data to a process entry
The name of the data you are adding
The unique boolean data for the identifier
Add File
Add files to a process entry
The name of the data you are adding
file path to the file in local storage
Used to override the file_name of at the path. This file name will be preserved on download from Serial
Add Image
Add images to a process entry
The name of the data you are adding
file path to the file in local storage
Used to override the file_name of at the path. This file name will be preserved on download from Serial
Add Link
Add images to a process entry
The name of the data you are adding
The identifier of the part being assembled into the parent identifier
Submit
Uploads all the data that has been added to the process entry. Optionally add a cycle time and/or override the pass fail result
Override the overall process result to pass or fail and ignore all parametric data