Custom Code

Object that allows the execution of a custom C# code during the robot automation process.

Settings

Field

Description

Title

Object title

Global Code?

Makes the custom code callable in any routine by setting it as global.

Code

The custom code.

Usings

Should be placed in the first lines of the custom code 😉

When to Use It

When more autonomy is needed/desired in the development of the robot.

Last updated

Was this helpful?