Modifying JAVA code using NB Eclipse ...
Posted: Mon Sep 29, 2008 6:14 am
I am working with the MOD5282 on a project that uses the serial ports, web support, and the eight channels of the ADC (actually 16, but we switch in banks of eight). The MOD5282 development kit ships with a very nice demonstration titled "Mod5282FactoryDemo". This demo has a neat little JAVA applet that plots one channel of the ADC readings to a web based graph window.
I am looking to grow this demo into plotting all eight channels of the ADC readings. I am alos looking to making the y-axis scalable from the calling function(s), and making the x-axis labels display in time increments as opposed to counts.
I have already installed on my machine the full version of Eclipse and the JAVA SE/EE SDK. I did create a new project, then imported the "nbplot.java" source. Can anyone point me in the right direction on how to take the existing "nbplot.java" souce and recompile into the required "nbplot.class" file required for the web page(s)? Anyone out there who is an expert in JAVA care to take a stab at this?
Mark
I am looking to grow this demo into plotting all eight channels of the ADC readings. I am alos looking to making the y-axis scalable from the calling function(s), and making the x-axis labels display in time increments as opposed to counts.
I have already installed on my machine the full version of Eclipse and the JAVA SE/EE SDK. I did create a new project, then imported the "nbplot.java" source. Can anyone point me in the right direction on how to take the existing "nbplot.java" souce and recompile into the required "nbplot.class" file required for the web page(s)? Anyone out there who is an expert in JAVA care to take a stab at this?
Mark