Programming with the API
After setting up Eva for the first time with Choreograph and creating a user pro-
file, it’s possible to generate an API token from the user profile menu.
A quality control application could be programmed as follows:
Picking up a component and showing it to a measuring device.
Moving the component to the ‘good’ drawer
Moving the component to the ‘bad’ drawer
Calls the API to execute toolpath 1
Waits for information from the measuring device
Calls the API call to execute toolpath 2 or 3 depending on the
result
Repeats
Visit https://automata.tech for up-to-date API documentation
A) Use Choreograph to create and save three toolpaths:
B) Write code that:
C) Run the program
i)
ii)
iii)
i)
ii)
iii)
iv)
17