SkillAgentSearch skills...

YaskawaRobot

Implement Yaskawa High Speed Ethernet Server for .NET

Install / Use

/learn @df910105/YaskawaRobot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

YaskawaRobot

Yaskawa High Speed Ethernet Server for .NET

Controller Support

  • YRC1000 (Tested)
  • DX200 (UnTest)
  • FS100 (UnTest)

Platform Support (Require .Net Framework 4.7.2)

  • C#
  • LabVIEW

Methods

43/47 Robot control commands is completed.

Usage

using YRCC;

class Program
{
    static void Main()
    {
        YHSES yrc1000 = new YHSES("192.168.255.1");
        
        SystemInfo systemInfo = new SystemInfo();
        rt = yrc1000.ReadSystemInfoData(11, ref systemInfo, out err);
        Console.WriteLine(systemInfo);
    }
}

Ref

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1mo ago
Forks8

Languages

C#

Security Score

95/100

Audited on Feb 9, 2026

No findings