UnderAutomation
Any question?

[email protected]

Contact us
UnderAutomation
⌘Q

Yaskawa SDK

GitHub stars
500 (EUR)600 (USD)

$

600

lifetime

$

360

for universities (40% discount)

Quickly create .NET applications that communicate with your Motoman Yaskawa industrial robot.

Choose the right license for your project
OrderRequest a quote

.NET

Python

LabVIEW

See terms and conditions
Plug & Play

Connect your robot in just a few minutes. No license manager to install, no USB key. Only reference the library.

No plugins to install on the robot

Use of network protocols provided as standard by the robot controller.
Motoplus ROS

30-day trial

Try it free for 30 days, no commitment, no registration required

Pay once, use forever

Perpetual license, no subscription required, regardless of the number of robots, developers, or redistributed software

  1. Yaskawa SDK Features: HSES Protocol & Motion Control

    Move the robot

    The library allows the sending of Cartesian and joint movements commands, and allows you to recover the current position, the couple of the engines and the positioning error.
    // Get robot position
    RobotPositionCartesianData position = robot.HighSpeedEServer.GetRobotCartesianPosition();
    // Move cartesian
    robot.HighSpeedEServer.MoveCartesian(
    x: 1000,
    y: 10,
    z: 0,
    rx: 0,
    ry: 0,
    rz: 0,
    PositionCommandClassification.Cartesian_MM_S,
    speed: 10,
    PositionCommandOperationCoordinate.Robot
    );
    // Move joints
    robot.HighSpeedEServer.MoveJoints(new int[] { 1000, 0, 0, 0, 0, 0 }, PositionCommandClassification.LinkPercent, 10);

    Run robot programs

    The SDK allows you to send programs to the controller and start them remotely. It is then possible to follow the progress of the execution as well as the alarm state.
    // Send Servo ON
    robot.HighSpeedEServer.ServoCommand(OnOffCommandType.Servo, true);
    // Upload program on robot
    robot.HighSpeedEServer.LoadFile("PROGRAM.JBI", File.ReadAllText("PROGRAM.JBI"));
    // Select job and start it
    robot.HighSpeedEServer.SelectJob("PROGRAM", 1);
    robot.HighSpeedEServer.StartJob();
    // Get robot status (Play, Error, Alarming, etc.)
    RobotStatusData statusData = robot.HighSpeedEServer.GetStatusInformation();

    Data reading and writing

    Your application can read and write the registers of all types in the robot (IO, position variables, byte variable, ...)
    // Read IO 1 to 100
    var ioData = robot.HighSpeedEServer.ReadIO(firstIndex: 1, count: 100);
    // Write IO 2701 to 2704 (Network input signal)
    robot.HighSpeedEServer.WriteIO(2701, new byte[] { 0x01, 0x00, 0xFF, 0x00 });
    // Read position registers P[1] to P[4]
    var positionData = robot.HighSpeedEServer.ReadPositionVariable(1, 4);

    File handling

    The library allows you to May the files on the controller: download, sending, deletion, list
    // List all files with extension .JBI (programs)
    string[] files = robot.HighSpeedEServer.GetFileList("*.JBI").Files;
    // Upload file to robot
    robot.HighSpeedEServer.LoadFile("PROGRAM", fileContent, onLoadFileProgress);
    // Download file from robot
    robot.HighSpeedEServer.GetFile("PROGRAM", onGetFileProgress);
    // Delete file
    robot.HighSpeedEServer.DeleteFile("PROGRAM.JBI");
  2. Browse the documentation

    Browse the documentation

    The documentation allows you to quickly start developing with the library. The same functionality is available in all supported languages.

  3. Download and test

    Download via NUGET
    Download via NUGET

    Easily add this SDK to your Visual Studio project via the Nuget package manager.

    See on Nuget
    Examples on GitHub
    Examples on GitHub

    The sources of examples of use of this SDK are available on Github

    Windows application example
    Windows application example

    Allows you to test all the features of the SDK with a simple interface. The example is compiled in "self contained" and "single file" with .NET 8. The application is portable without installation.

    By downloading, you accept the general conditions of use:
    See terms and conditions
    UnderAutomation.Yaskawa.Showcase.Forms.exe (132 MB)
  4. Request a quote and order

    Pricing

    Libraries can be downloaded for free and can be tested for 30 days. After this period, you can ask us to extend the trial period, or buy the license that suits you best: standard, pro or source. After purchasing, you have a maintenance period, giving you access to the support and the possibility of updating. When you buy a license to use, it is linked to a robot brand, you can use it forever, without recurring fee, regardless of the number of robot, developer or software that you redistribute to your customers. If you are a distributor and wish to offer your customers one of our products, please contact us to discuss special conditions and prices.

    Standard Site License

    500 (EUR)$600 (USD)

    $

    600

    lifetime

    $

    360

    for universities (40% discount)
    Designed for industrial environments, providing lifetime full-feature access.
    1 year maintenance included (access to updates)
    Same conditions as the Pro License, except that support is not prioritized and maintenance is 1 year.
    There are no internal sources; only the obfuscated DLL is provided.
    No assistance by videoconference (only via email).
    Buy now
    Most popular

    Pro License

    750 (EUR)$900 (USD)

    $

    900

    $1560
    lifetime

    $

    540

    for universities (40% discount)
    For critical production environments requiring priority support and longer-term maintenance.
    3 years maintenance included (access to updates) with no renewal orders during this term (zero paperwork)
    Complete and permanent SDK: no recurring subscription is required, the license is yours forever and works in all programming languages ​​for a robot brand.
    Can be used only by the organization holding the license, at the postal address indicated. All team developers will share the same license, regardless of the number of development machine.
    Any application developed using the SDK can be delivered to an unlimited number of your customers at no additional cost, regardless of the number of robots to connect.
    The license is a kind of password to call in the code that unlocks the features. No additional software to install. No USB key.
    Priority Support (<24h on average)
    Remote assistance (email and up to 2h videoconference)
    There are no internal sources; only the obfuscated DLL is provided.
    Upgrade to Source anytime (pay the difference)
    Buy now

    Source license

    1500 (EUR)$1800 (USD)

    $

    1800

    lifetime

    $

    1080

    for universities (40% discount)
    For complete technical sovereignty, deep customization, and total independence.
    Same conditions as the pro license
    Complete internal code of the library in C#
    Visual Studio solution that includes thousands of lines of code developed over several years
    You can modify this source code and use it in your application, within the limits defined in the general terms of use
    Works seamlessly with AI coding agents (Claude, Copilot, Cursor, Codex...) thanks to full source code access and included context files (AGENTS.md) that give the LLM the exact knowledge of the SDK internals
    Buy now

Easily integrate Universal Robots, Fanuc, Yaskawa, ABB or Staubli robots into your .NET, Python, LabVIEW or Matlab applications

UnderAutomation
Contact usLegal

© All rights reserved.