Remote execution of Python script introduced how to use CRI Atom Craft from an external Python program.
You can also use other programming language to externally work with CRI Atom Craft.
When executing with Python, a module that acts as the wrapper for connection library is needed. The functions described in the Connection Module are implemented.
When connecting with other programming languages, it will directly use the connection library CriAcApiClient.dll
(or CriAcApiClient.dylib
).
The connection library is located in:
If you placed CRI Atom Craft (CRI ADX SDK) under C-drive, it is located in the following location:
For Ver.3.44 series, it is located in the following location:
For details about the entry point of connection library, refer to Dynamic library interface for connection .
When running in Python, the function described in the Module reference are implemented.
All of these functions are wrapper functions for the Call
function of the connection library.
Call
function is used for sending the JSON-format command string to CRI Atom Craft.
When connect with other programming languages, this Call
function will be executed directly.
For details about JSON-format, refer to Use JSON-format to send and receive .