Connecting to ABB Robot and Accessing Controller (C# Development)

Connecting to ABB Robot and Accessing Controller (C# Development)

1.Reading axis values from ABB using RobotStudio 6.08 with some DLL references; 2.Recent tests show that you need to install RobotStudio on your computer to use the corresponding axis reading program; 3.References to add: 4.Using statements to add: 5.Setting up global variables 6.Specific program code: publicstaticboolConnectionRob() { try { NetworkScanner scanner = new NetworkScanner(); scanner.Scan(); … Read more

Transforming Robot Controllers into Switches

Transforming Robot Controllers into Switches

For more content, please click on the above ABB Robot Practical Skills to follow You can also click on the WeChat public account below for more classic content Reprint requires a message to the backend, let’s support original content together and promote the use and development of robots This public account provides technical support for … Read more