Insider1984
Technical User
Hi, I'm looking to send some very simply and non timing critical information from a PC that is controllin a bunch of motors to another PC that has a central GUI that is mostly there to just monitor the status of this and 5 other PC's.
I'd like some suggestions on the technology that could be used to do this. I've looked at Windows Message, .Net Remoting, etc but I havn't dig deep enough until I got some advice from others who have done similar things.
Requirements:
I want something very simply to use since time is not of concern. However CPU usage is a concern (use as little as possible)
Easy and Clean:
I'd like to send the command at all times and if the GUI on the other PC is available, it would take it and update. If the gui isn't available, the original motor controlling PC would be okay with it.
The way I used .Net remoting in the past was a little wierd, I required me to startup one application first then the other created an instance of a class from the other. I didn't like this because it would make the two applications 100% dependant which for me is a very bad design (both can and should be used separately in any case.
Any thoughts are appreciated.
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET
I'd like some suggestions on the technology that could be used to do this. I've looked at Windows Message, .Net Remoting, etc but I havn't dig deep enough until I got some advice from others who have done similar things.
Requirements:
I want something very simply to use since time is not of concern. However CPU usage is a concern (use as little as possible)
Easy and Clean:
I'd like to send the command at all times and if the GUI on the other PC is available, it would take it and update. If the gui isn't available, the original motor controlling PC would be okay with it.
The way I used .Net remoting in the past was a little wierd, I required me to startup one application first then the other created an instance of a class from the other. I didn't like this because it would make the two applications 100% dependant which for me is a very bad design (both can and should be used separately in any case.
Any thoughts are appreciated.
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET