Skip to content

Agilebot C# SDK Update Notes

2.0.3.* Update (2025/12/17)

  1. Arm constructor now includes teachPanelIP parameter.
  2. Removed System.Text.Json dependency.
  3. Added synchronous connection interface ConnectSync.

2.0.2.* Update (2025/12/12)

  1. Fixed the incorrect read/write order of data in the PR register struct.

2.0.1.* Update (2025/10/21)

  1. Fixed the stuttering issue during continuous jogging.
  2. Fixed a build-time error where the proxy executable might fail to copy.

Update 2.0.0.* (2025-09-10)

  1. Refactored the underlying request pattern and added a local controller proxy service.
  2. Introduced subscription functionality.
  3. Reorganized the BasScript class structure.
  4. Full support for both .NET Framework and .NET (Core/5+/6+).

Version 1.0.1.0 Update (July 7, 2025)

  1. Added the old register interface class RegistersOld to be compatible with robot versions prior to 7.6.0.0
  2. Added the Estop emergency braking interface
  3. Fixed the example programs in the documentation

Version 1.0.0.0 Update (May 30, 2025)

  1. Implemented using RPC method.
  2. Synchronized all interface definitions with the Python version.