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