C#

This document is the C# version of the secondary development interface document.

Important

Description of robot parameter units: robot position in millimeters (mm) and attitude in degrees (°).

Important

  1. All code examples in the documentation default to the robot being powered on and enabled unless otherwise specified;

  2. All code examples in the documentation default to no interference in the robot’s workspace;

  3. Please use the data of the robot in the field for actual use testing.

  4. Before using this SDK, you need to find the “xmlrpcnet” package through NuGet and add it to the project reference;