Skip to main content

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.

string
required
ID of the process being run. Use the process builder on the component page to get or create a process
string
ID of the station running the process. Use the station page to get or create a station
string
The serial number or lot code of the component instance
object
Component instance object returned by serial.ComponentInstances methods
object
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

string
required
The name of the data you are adding
number
required
The unique number data for the identifier
string
The units of the data you are adding
string
The upper spec limit of the data you are adding
string
The lower spec limit of the data you are adding

Add Boolean

Add pass/fail boolean data to a process entry

string
required
The name of the data you are adding
boolean
required
The unique boolean data for the identifier
boolean
The expected value

Add File

Add files to a process entry

string
required
The name of the data you are adding
string
required
file path to the file in local storage
boolean
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

string
required
The name of the data you are adding
string
required
file path to the file in local storage
boolean
Used to override the file_name of at the path. This file name will be preserved on download from Serial
Add images to a process entry

string
required
The name of the data you are adding
string
required
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

number
Cycle time in seconds
boolean
Override the overall process result to pass or fail and ignore all parametric data