Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project whereby I have to collect data from CNC machines on the shop floor, they are all on the network running windows XP and Win7. What will be the best way to do this?
I was thinking of a Server/Client type approach. On the main server I develop a service (C#) that request feedback from each client/Agent (developed in C#) that runs on the CNC machines.

Is there existing technologies in the framework that can help with this?
Posted
Updated 17-Dec-13 7:49am
v3
Comments
Dave Kreskowiak 17-Dec-13 15:06pm    
That depends on what you need help with. Yes, there is stuff in the .NET Framework thata makes communications easier, serializer of data easier, WebAPI, Json, formatters, HTTP POST/GET, ... on and on.

Your question isn't very specific on what you need.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900