Commit Graph

  • ffeff86507 adjusted containment integrity to just be damage percent, moved up radiation indicator Mikayla Fischler 2022-11-11 16:32:14 -0500
  • af57c3b1fc automatic reactor scram functionality for future use Mikayla Fischler 2022-11-11 16:15:44 -0500
  • c221ffa129 #81 handle force disabled Mikayla Fischler 2022-11-11 15:45:46 -0500
  • 83cf645da4 #107, #121 RTU build changes, formed handling Mikayla Fischler 2022-11-11 14:59:53 -0500
  • bc63a06b09 someone had PFE in an induction matrix so now i've gotta support some bigger numbers in the power format Mikayla Fischler 2022-11-10 12:00:23 -0500
  • 806b217d58 #100 interactive reactor controls (start, scram, reset) Mikayla Fischler 2022-11-06 18:41:52 -0500
  • aaab34f1a8 #115, #116 multiple bugfixes with reactor PLC code Mikayla Fischler 2022-11-05 12:44:40 -0400
  • 2851331fda
    Update issue templates Mikayla 2022-11-04 13:07:00 -0400
  • 1828920873 #110, #114 no longer use mekanism energy helper functions as those are event consuming Mikayla Fischler 2022-11-02 17:00:33 -0400
  • c620310e51 #113 power formatting on turbine energy in main overview Mikayla Fischler 2022-11-02 14:47:18 -0400
  • 54264f5149 #111 support unformed reactors Mikayla Fischler 2022-11-02 13:45:52 -0400
  • d87dfb9ebd #112 fixed bug with flasher Mikayla Fischler 2022-11-02 12:02:52 -0400
  • 004c960e4d #106 fixes to reactor isFormed support Mikayla Fischler 2022-10-25 23:40:36 -0400
  • 57bac57e3f adjusted TCD unserviced call delay Mikayla Fischler 2022-10-25 13:30:41 -0400
  • b2be3ef5fc #106 reactor formed support and remounting Mikayla Fischler 2022-10-25 13:29:57 -0400
  • a02fb6f691 #110 periodically call unserviced TCD callbacks Mikayla Fischler 2022-10-23 12:21:17 -0400
  • 307bf6e2c8 added util timer functions, tweaks to flasher and some debug prints for #110 Mikayla Fischler 2022-10-23 01:41:02 -0400
  • d202a49011 #108 resolved TCD race condition Mikayla Fischler 2022-10-21 15:15:56 -0400
  • 93286174d4 some sneaky semicolons Mikayla Fischler 2022-10-20 13:59:35 -0400
  • 788fae44aa #105 single coordinator configuration Mikayla Fischler 2022-10-20 13:53:39 -0400
  • 2f55ad76f2 round burn rate to prevent weird floating point issues, added debug prints Mikayla Fischler 2022-10-20 13:27:33 -0400
  • 1bf8fe557c flasher callback now private function Mikayla Fischler 2022-10-20 12:23:00 -0400
  • 6d5af98310 graphics element enable/disable, click indication on hazard buttons Mikayla Fischler 2022-10-20 12:22:45 -0400
  • ab757e14a7 #100 work in progress on command acks for reactive buttons Mikayla Fischler 2022-10-20 12:22:03 -0400
  • bfa87815fa #90 flashing GUI indicator lights Mikayla Fischler 2022-10-12 16:37:11 -0400
  • 77dc7ec0c9 fixed rps reset infinte retry, improved time delta calculations, added last_update to rtu device databases Mikayla Fischler 2022-10-07 11:43:18 -0400
  • 5dfbe650c6 #93 don't send out-of-range burn rates (won't get a good ack), fixed unit command packet ordering Mikayla Fischler 2022-10-07 11:28:56 -0400
  • 529951f998 automatically show current burn rate in burn rate spinbox Mikayla Fischler 2022-10-07 11:21:17 -0400
  • 573c263548 same ppm fault check as with scram for enabling an enabled reactor Mikayla Fischler 2022-10-07 10:29:25 -0400
  • d4da6a7f3a fixed up types/names for hazard button Mikayla Fischler 2022-10-07 10:28:46 -0400
  • 9d60777223 #93 added reset RPS command to iocontrol/gui Mikayla Fischler 2022-10-07 10:19:37 -0400
  • 62ac993dae #93, #94, unit commands and range/type checks on unit IDs on PLC/RTU connections Mikayla Fischler 2022-10-06 13:54:52 -0400
  • c02479b52e #99 updating/sending builds Mikayla Fischler 2022-10-02 21:17:13 -0400
  • 1b553ad495 #83 additional reactor structure fields, bugfix to rps alarm on sv, removed spam-prone rps error messages Mikayla Fischler 2022-09-30 17:33:35 -0400
  • 7a90ea7e4e #87 check if the reactor is active on startup/reconnect before scram'ing, rps now ignores scram errors if the error is due to the reactor being inactive Mikayla Fischler 2022-09-29 11:02:03 -0400
  • 4f7775ccb6 check for table type before checking length, added power conversion/formatting helpers Mikayla Fischler 2022-09-22 21:31:07 -0400
  • 50be7f9ca2 #97 fixed issue where traffic on other channels gets processed if channels are left open Mikayla Fischler 2022-09-22 20:42:06 -0400
  • a87e557d2d updated readme, removed #29 from known issues due to updating to requiring 10.1+ Mikayla Fischler 2022-09-21 17:30:20 -0400
  • 36557fc345 code cleanup, type hints, bugfixes, and #98 removal of support for mek 10.0 RTU peripherals Mikayla Fischler 2022-09-21 15:53:51 -0400
  • d0d20b1299 #95 added boiler/turbine RTUs to supervisor, tons of RTU/MODBUS related bugfixes, adjusted annunciator conditions mek-10.0-eol Mikayla Fischler 2022-09-18 22:25:59 -0400
  • 88c34d8bca fixed acknowledge packets to use error flag, fixed 'static'-like function scope of modbus functions Mikayla Fischler 2022-09-18 22:02:17 -0400
  • 3267e7ff13 #96 RTU starts unlinked now on main thread start Mikayla Fischler 2022-09-17 17:04:57 -0400
  • 6686d8ea62 changed reactor status message text on main view Mikayla Fischler 2022-09-13 16:08:11 -0400
  • c47e0044b1 addresed monitor disconnect to-do, changed monitor requirement to minimum, fixed up connect/reconnect for #92 Mikayla Fischler 2022-09-13 16:07:21 -0400
  • 265368f9b2 fixed integrity % and changed to actual burn rate on main screen Mikayla Fischler 2022-09-12 16:01:18 -0400
  • 70d9da847e graphics elements comments Mikayla Fischler 2022-09-12 15:58:43 -0400
  • 1bf21564f9 #91 recoloring of horizontal and vertical bar indicators Mikayla Fischler 2022-09-12 14:43:01 -0400
  • cd6bb7376d #91 adjusted resizing logic for core map Mikayla Fischler 2022-09-12 14:38:48 -0400
  • e0ab2ade89 #91 support resizing core map per reactor dimension updates Mikayla Fischler 2022-09-12 13:53:39 -0400
  • 10c53ac4b3 #91 get and set values for all controls/indicators and textbox Mikayla Fischler 2022-09-12 12:59:28 -0400
  • d9be5ccb47 #89 fixed up ui closing to be cleaner on restart Mikayla Fischler 2022-09-10 22:08:29 -0400
  • c14fc048a1 #88 not going to actually hold UI since that hides the PLC offline state and other offline indicators, instead should expose property update capability Mikayla Fischler 2022-09-10 15:26:52 -0400
  • 4275c9d408 unit detail view in div and hide waiting indicator on connect Mikayla Fischler 2022-09-10 15:15:24 -0400
  • 98c826e762 start/stop animations with show/hide and pass show/hide down children Mikayla Fischler 2022-09-10 15:14:48 -0400
  • dcf275784c removed debug print Mikayla Fischler 2022-09-10 10:43:48 -0400
  • 6f3405949d #88 hold on rendering unit detail view until we get a status, added waiting animation Mikayla Fischler 2022-09-10 10:42:56 -0400
  • 33695b2ed6 #74 #86 removed redundant overridden field (use rps_tripped) Mikayla Fischler 2022-09-08 14:49:01 -0400
  • 350370a084 notify subscriber right away if there is already a value present Mikayla Fischler 2022-09-08 12:19:19 -0400
  • 17954ef3d0 #86 supervisor fixes and changes for annunciator/units; send annunciator, fixed heartbeat, change to max return flow detection Mikayla Fischler 2022-09-08 10:25:00 -0400
  • c5ba95449f bugfix to trilight, change to test code in unit view Mikayla Fischler 2022-09-08 10:22:11 -0400
  • 3621f53c45 #78 linked up the rest of the fields that we currently have, holding off on a few that are still WIP features Mikayla Fischler 2022-09-07 11:10:20 -0400
  • e084ae1eea removed redundant c_off from trilight Mikayla Fischler 2022-09-07 10:42:12 -0400
  • 49605e5966 added tri-state indicator light Mikayla Fischler 2022-09-07 10:39:51 -0400
  • 0f6b3fdd98 fixed incorrect comment Mikayla Fischler 2022-09-07 10:25:48 -0400
  • c2ac7fc973 #78 removed redundant device index from boiler/turbine ps keys Mikayla Fischler 2022-09-07 10:25:22 -0400
  • b53d2d6694 code cleanup and work on #78 linking for annunciator Mikayla Fischler 2022-09-06 22:38:27 -0400
  • 117784500a #78 functional reactor stats on main view Mikayla Fischler 2022-09-05 19:40:20 -0400
  • 397e311f1b #85 handling supervisor disconnected, bugfix with renderer Mikayla Fischler 2022-09-05 16:24:57 -0400
  • e456d34468 svsessions bugfixes Mikayla Fischler 2022-09-05 16:23:03 -0400
  • 4359cc3e63 formatting Mikayla Fischler 2022-09-05 16:21:59 -0400
  • 473763fd27 #78 removed use of data in graphics layouts since we don't have data at construct time Mikayla Fischler 2022-09-05 16:04:32 -0400
  • 621adbbcbc #86 type bug fix Mikayla Fischler 2022-09-05 11:49:23 -0400
  • 564b89d19c #78 linked up unit overview using psil Mikayla Fischler 2022-09-03 13:10:51 -0400
  • 17fce01ff5 added rps_trip_cause type Mikayla Fischler 2022-09-03 13:10:09 -0400
  • f36b0c7e37 #85 version for reconnecting Mikayla Fischler 2022-09-03 11:54:34 -0400
  • 5a8bba5108 #85 handle loss of supervisor conn or comms modem Mikayla Fischler 2022-09-03 11:51:27 -0400
  • c3f7407689 #86 work on supervisor/coordinator comms Mikayla Fischler 2022-09-03 10:50:14 -0400
  • d38e5ca5ec #86 send builds and statuses periodically Mikayla Fischler 2022-08-28 12:57:36 -0400
  • eadf5c488a #86 improvements to supervisor units, code cleanup Mikayla Fischler 2022-08-28 12:12:30 -0400
  • c985e90ec3 #73 test unit view completed, additional features held for after data integration is set Mikayla Fischler 2022-08-28 11:52:43 -0400
  • c80d861b28 #73 unit view reorganization Mikayla Fischler 2022-08-16 13:56:42 -0400
  • 395c1ff9ce #73 add indicators for radiation monitor and boilers/turbines Mikayla Fischler 2022-08-16 13:04:02 -0400
  • 8dac59fba4 #73 waste selection Mikayla Fischler 2022-08-16 11:22:58 -0400
  • 7f011369c4 util pad function Mikayla Fischler 2022-08-16 11:22:06 -0400
  • 3c2f631451 #73 additional indicators next to core map Mikayla Fischler 2022-08-09 00:40:50 -0400
  • 02c3c5c53c fixed bug with textbox alignment Mikayla Fischler 2022-08-09 00:40:02 -0400
  • 252c48a02c #73 core map changes Mikayla Fischler 2022-08-02 11:46:21 -0300
  • 6b23a32744 renamed core_view to core_map Mikayla Fischler 2022-08-01 13:11:20 -0300
  • 826114e5bf #73 core map and bugfixes Mikayla Fischler 2022-08-01 13:05:39 -0300
  • 17dd35e6de bugfixes to tiling element Mikayla Fischler 2022-08-01 10:30:53 -0300
  • 42c2b1bda1 coordinator use tcallbackdsp, #73 burn rate set button click effect, test blinks of lights Mikayla Fischler 2022-07-28 12:10:52 -0400
  • f5c703a8b3 fixed push button touch redraw Mikayla Fischler 2022-07-28 11:42:22 -0400
  • 2918608326 #73 updated unit layout for graphics library changes Mikayla Fischler 2022-07-28 11:17:58 -0400
  • 14b24678f9 #84 auto-incrementing x with line break function, removed need for get_offset by having parent prepare child template Mikayla Fischler 2022-07-28 11:17:34 -0400
  • f4f36b020b #84 recursive get element by id Mikayla Fischler 2022-07-28 10:15:12 -0400
  • f1a50990f2 #84 improved element creation process for adding children Mikayla Fischler 2022-07-28 10:09:34 -0400
  • 01a364b5cf fixed bug with spinbox Mikayla Fischler 2022-07-23 20:08:52 -0400
  • fc14141321 #73 unit overview parent/child setup, fixed touch events by setting up children for elements Mikayla Fischler 2022-07-23 20:08:37 -0400
  • 9b21a971fe #74 close supervisor connection on exit, start of touch event handling Mikayla Fischler 2022-07-20 13:28:58 -0400
  • 1afafba501 wrap os.pullEventRaw to have return types Mikayla Fischler 2022-07-19 15:18:11 -0400