Official Release: 1.1.1
New Features:
- updated xml tags processed, this should fix any parsing errors from the controller
- wifi communications only (com still in the works)
- memory location reading/writing
- query the status of the controller and display the information.
- XML parsing is also handled in the Memory tab
- double click memory information in memory box and fills in location and memory type
- get controller software version
- get controller date & time
- set controller date & time to match system date & time
- controller IP and port are now saved in the settings
- main relay status is now added - ability to toggle ports on/off
- Added new 1.0 memory locations
- Communications via COM ports
Side Note: If somebody has graphic skills and wants to design a better icon for this app, please PM me. You'll get your name listed in the credits.
Here's the link to download the file:
http://curtbinder.info/apps/status-1.1.1.jar
If you want an older version (for whatever reason), feel free to browse the files: http://curtbinder.info/apps
The status apps start with "status-".
The application is written in Java for a reason, ie Cross Platform (and also android runs Java ) So you MUST have java installed on your computer, preferably 6 or later (exact version is unknown so please help me test if you can).
Usage:
- Windows - save file and double click on it to run.
- Mac - save file and launch it.
- Linux - save file to computer. right-click on the file and change the permissions to allow Executing. then you can double-click to run. if that fails, open terminal and navigate to folder containing file. execute this command:
Code: Select all
java -classpath status-1.1.1.jar info.curtbinder.jStatus.Classes.StatusApp
curt