by rtaubitz » Thu Apr 10, 2008 12:15 pm
Hi, are you looking to control your current controller from a touchscreen? Or replace the current controller with a whole new setup?
You could do it a few ways, but probably the easiest would be to keep your current controller, and get something like this TM3C4WBS and plug it into your spare PC. Then, assuming your current controller has ethernet and is plugged into your network, write a small application to get the data from your current controller and display it on the 51854 LCD. Also assuming you can control your controller over ethernet, you could have your application show different menu's etc for turning on/off pumps and what not..
Can your neptunesys controller be controlled over ethernet?
What you want is completely possible, if I were to do it and I didn't have a controller already i'd probably start from scratch and make one using something like a PIC18Fx7J60 series ethernet based PIC, i'd still get the above device and connect that to one of the PIC's serial ports, you'd then have to write code to controll all the inputs, outputs, web server and LCD control code, as well as make some type of PCB to put wire it all up on.
Hi, are you looking to control your current controller from a touchscreen? Or replace the current controller with a whole new setup?
You could do it a few ways, but probably the easiest would be to keep your current controller, and get something like this TM3C4WBS and plug it into your spare PC. Then, assuming your current controller has ethernet and is plugged into your network, write a small application to get the data from your current controller and display it on the 51854 LCD. Also assuming you can control your controller over ethernet, you could have your application show different menu's etc for turning on/off pumps and what not..
Can your neptunesys controller be controlled over ethernet?
What you want is completely possible, if I were to do it and I didn't have a controller already i'd probably start from scratch and make one using something like a PIC18Fx7J60 series ethernet based PIC, i'd still get the above device and connect that to one of the PIC's serial ports, you'd then have to write code to controll all the inputs, outputs, web server and LCD control code, as well as make some type of PCB to put wire it all up on.