Set64rs-Software-Issues: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
**currently shows all fields
**currently shows all fields
**need 2 views > debug / normal > wire up menus
**need 2 views > debug / normal > wire up menus
 
***Display options:
****Show all fields / show user fields
****show buttons to allow wide view / narrow view


== Resolved Issues ==
== Resolved Issues ==

Revision as of 11:53, 22 May 2010

Outstanding Issues

  • size up for correct display
  • channel select needs wired up throughout the code
  • memory management > when deleting profiles > sometimes a profile gets left in controller program memory
  • auto centering in code
  • DataBase cleanup > what happens if duplicates or incompletes get into table? > occasionally should execute and clean
  • Does RUN PROFILE keep database CONTROLLER CONFIGURATION up to date? > check!
  • Full debug testing on RUN / PAUSE / RESTART / JUMPTO
    • JUMPTO button caption display changes when clicked > fix!
  • error trapping code > will be needed soon for debug also > is freezing out 1/2 way through simple profile
  • Move Single Set Point function: CONTROLLER SETTINGS menu


In Process

  • grid displays
    • currently shows all fields
    • need 2 views > debug / normal > wire up menus
      • Display options:
        • Show all fields / show user fields
        • show buttons to allow wide view / narrow view

Resolved Issues

  • get rid of automatic compiled profile load > use only the menu load method
    • PROFILE-UPLOAD errors out when set as StartUp form > CommPortNumber = 0 >
      • RESOLUTION:Add standalone code in form_load > leave code in PROFILE EDITOR for now.
  • organize menus > too wide right now
    • MENU > READ PROGRAM CONTROL > unnecessary? > program run mode should be kept up to date by the software > DELETED
  • needs to remember last profile that was being executed for purpose of easy restart
    • software does not store executing profile in database? > RESOLUTION:Store when profile is selected
    • needs to recall executing profile name and display in EXECUTING PROFILE field at startup > RESOLUTION: Recalled at start up in form_activated