
Server = new Socket(AddressFamily.InterNetwork, Ip = new IPEndPoint(IPAddress.Parse(ipaddress), 4545) Server = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp) The main aim is to make the program very simple and easy to use all the functions have been well commented in the project.Ĭopy Code private void button1_Click( object sender, EventArgs e) The code is very simple and has comments on all functions. NET communication program for Atlas Copco Power Focus (3000/4000) – Nutrunner Tool. The main aim was to develop a simple and easy to use. C# Socket Communication Program for Nutrunner Tool Communication
ATLAS COPCO TOOLS TALK SOFTWARE REGISTER PDF
For more details about Open protocol, please review the attached Open protocol PDF document. If the communication is accepted, we can receive the result as MID 0002, if not, we receive the MID 0004.

The controller does not respond to any other command before this:

You can download the Open protocol document from this website.Ītlas Copco OpenProtocol Forum Communication Messages MID 0001 Communication Start Today, I will explain to you what is C# socket communication program for Nutrunner tool communication. Finally, I got a solution using an Open protocol.
ATLAS COPCO TOOLS TALK SOFTWARE REGISTER HOW TO
I did not have an idea of how to complete the task I was Googling for a couple of days but couldn’t find a sample code to communicate with Nutrunner tools using C#. When I started the Nutrunner tool communication program, it was like a blank page. In one of my projects, I had an opportunity to create an Atlas Copco PowerFocus (3000/4000) Nutrunner Tools communication using C# socket programming.
