Updates
This commit is contained in:
@@ -22,43 +22,43 @@ Assuming a Unix based OS:
|
||||
|
||||
As per the dPWR Perl version, the jDPWR application has a comprehensive web interface. It is designed around the Charisma framework ((C) Muhammad Usman) converted to be served with the Eclipse Jetty JSP Server and additional jDPWR specific jsp pages. The following images show the base screens of the web interface which currently exist.
|
||||
|
||||

|
||||

|
||||
The home screen - blank - but easy enough to add status or other required data/instructions.
|
||||
|
||||

|
||||

|
||||
The primary output control screen. Each port which is configured for output and enabled is display along with a description and an on/off switch. Simple enough to change a controlled device state.
|
||||
|
||||

|
||||

|
||||
Options for this screen, setting auto refresh to see updates made by other users etc.
|
||||
|
||||

|
||||

|
||||
The primary input status screen. Each port which is configured for input and enabled is displayed along with its current value in the form of an on/off switch.
|
||||
|
||||

|
||||

|
||||
Options for this screen, setting auto refresh to see updates as the ports values change.
|
||||
|
||||

|
||||

|
||||
A combined input and output screen, you can collapse, close or reorder each block.
|
||||
|
||||

|
||||

|
||||
Configure a device to be used in the system. Each device has its own driver file, ie: DriverATMega328P.java and DriverTCA6416A.java, it should be relatively straight forward to write a driver for another device.
|
||||
|
||||

|
||||

|
||||
Clicking on a created device allows you to change the parameters and enable/disable.
|
||||
|
||||

|
||||

|
||||
New device creation pops up a window for configuration data input.
|
||||
|
||||

|
||||

|
||||
Configure a port to be used within an enabled device.
|
||||
|
||||

|
||||

|
||||
Clicking on a port allows you to change the parameters and enable/disable it.
|
||||
|
||||

|
||||

|
||||
New port creation pops up a window to configure a new port on an enabled device.
|
||||
|
||||

|
||||

|
||||
Remaining menu items which need jsp pages complete.
|
||||
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user