Mikayla Fischler
|
55dab6d675
|
don't print brackets in util.strval if metatable __tostring is present
|
2023-06-06 19:41:55 -04:00 |
|
Mikayla
|
337fca7e7c
|
#225 work in progress comms changes
|
2023-06-05 05:13:22 +00:00 |
|
Mikayla Fischler
|
0e1f23efe8
|
fixed luacheck comments
|
2023-05-05 14:09:50 -04:00 |
|
Mikayla Fischler
|
5a139c2dd6
|
possible luacheck fixes
|
2023-05-05 14:07:15 -04:00 |
|
Mikayla Fischler
|
30ba8bdccf
|
luacheck fixes continued
|
2023-05-05 14:04:28 -04:00 |
|
Mikayla Fischler
|
b2e21cb6d9
|
luacheck fixes
|
2023-05-05 14:02:25 -04:00 |
|
Mikayla Fischler
|
8064b33a36
|
some luacheck fixes
|
2023-05-05 13:55:14 -04:00 |
|
Mikayla Fischler
|
464451c378
|
unused vararg suppression, re-enable unused args luacheck
|
2023-05-05 13:09:53 -04:00 |
|
Mikayla Fischler
|
3ae39b2455
|
#204 replaced util.strwrap implementation with cc.strings.wrap
|
2023-04-11 23:53:42 -04:00 |
|
Mikayla Fischler
|
34cac6a8b8
|
#118 cleanup started of scada-common
|
2023-02-21 10:31:05 -05:00 |
|
Mikayla Fischler
|
2babd67198
|
#162 #168 status indicator for emergency coolant, display number of connected RTUs, added RCS hardware fault and radiation warning indicators
|
2023-02-15 19:52:28 -05:00 |
|
Mikayla Fischler
|
ba8bfb6e14
|
#101 fixed averages and display them
|
2023-02-03 21:05:21 -05:00 |
|
Mikayla Fischler
|
e9562a140c
|
#143 #103 #101 #102 work in progress auto control, added coordinator controls, save/auto load configuration, auto enable/disable on reactor PLC for auto control (untested)
|
2023-01-26 18:26:26 -05:00 |
|
Mikayla Fischler
|
41838ee340
|
#102 #20 #19 #21 work in progress on auto control, added control loop, started auto scram checks, implemented limiting and balancing, re-organized for priority groups
|
2023-01-03 16:50:31 -05:00 |
|
Mikayla Fischler
|
bc63a06b09
|
someone had PFE in an induction matrix so now i've gotta support some bigger numbers in the power format
|
2022-11-10 12:00:23 -05:00 |
|
Mikayla Fischler
|
1828920873
|
#110, #114 no longer use mekanism energy helper functions as those are event consuming
|
2022-11-02 17:00:33 -04:00 |
|
Mikayla Fischler
|
c620310e51
|
#113 power formatting on turbine energy in main overview
|
2022-11-02 14:47:18 -04:00 |
|
Mikayla Fischler
|
a02fb6f691
|
#110 periodically call unserviced TCD callbacks
|
2022-10-23 12:21:17 -04:00 |
|
Mikayla Fischler
|
307bf6e2c8
|
added util timer functions, tweaks to flasher and some debug prints for #110
|
2022-10-23 01:41:02 -04:00 |
|
Mikayla Fischler
|
4f7775ccb6
|
check for table type before checking length, added power conversion/formatting helpers
|
2022-09-22 21:31:07 -04:00 |
|
Mikayla Fischler
|
7f011369c4
|
util pad function
|
2022-08-16 11:22:06 -04:00 |
|
Mikayla Fischler
|
1afafba501
|
wrap os.pullEventRaw to have return types
|
2022-07-19 15:18:11 -04:00 |
|
Mikayla Fischler
|
1444008479
|
#74 comms establish on boot
|
2022-07-05 23:48:01 -04:00 |
|
Mikayla Fischler
|
5a3897572d
|
fixed bug with single word strings in strwrap
|
2022-06-18 02:15:03 -04:00 |
|
Mikayla Fischler
|
dc867095fd
|
util spaces function
|
2022-06-11 12:20:49 -04:00 |
|
Mikayla Fischler
|
1dad4bcf77
|
util string wrap function
|
2022-06-08 18:48:20 -04:00 |
|
Mikayla Fischler
|
d8bbe4b459
|
#63 added indicator icon/light, added util.strrep string repeater
|
2022-06-08 17:16:53 -04:00 |
|
Mikayla Fischler
|
285026c1fa
|
docs cleanup
|
2022-06-06 15:40:08 -04:00 |
|
Mikayla Fischler
|
b75d482f4a
|
use is_int in validator
|
2022-06-05 16:54:34 -04:00 |
|
Mikayla Fischler
|
0bc0decbf2
|
util.is_int
|
2022-06-05 16:51:38 -04:00 |
|
Mikayla Fischler
|
1c819779c7
|
#69 config file validation
|
2022-06-05 15:09:02 -04:00 |
|
Mikayla Fischler
|
3bb95eb441
|
#64 util code cleanup
|
2022-05-31 16:09:06 -04:00 |
|
Mikayla Fischler
|
ccc5220ca8
|
util round and trinary
|
2022-05-31 15:55:40 -04:00 |
|
Mikayla Fischler
|
4d7d3be93b
|
power related utility functions put under util table
|
2022-05-24 22:58:42 -04:00 |
|
Mikayla Fischler
|
0cf81040fb
|
moved string value to util and added sprtinf, adjusted prints to use tostring to prevent concatentation errors on some types
|
2022-05-24 22:48:31 -04:00 |
|
Mikayla Fischler
|
a93f0a4452
|
#57 updates per safety pass, fixed plc_sys fields staying nil on degraded start, fixed repeated SCRAM messages when unlinked
|
2022-05-22 17:57:24 -04:00 |
|
Mikayla Fischler
|
62d5490dc8
|
#53 RTU redstone parse checks
|
2022-05-18 14:30:48 -04:00 |
|
Mikayla Fischler
|
136b09d7f2
|
util filter table
|
2022-05-16 17:11:46 -04:00 |
|
Mikayla Fischler
|
3c688bfafa
|
#47 scada-common doc comments
|
2022-05-10 17:06:27 -04:00 |
|
Mikayla Fischler
|
6e1ece8183
|
watchdog cleanup and loop clock object
|
2022-05-10 13:06:13 -04:00 |
|
Mikayla Fischler
|
d7e38d6393
|
supression of warnings, added lua diagnostics global list
|
2022-05-10 11:41:49 -04:00 |
|
Mikayla Fischler
|
cd0d7aa5a3
|
cleanup/fixes of scada common code
|
2022-05-10 11:35:52 -04:00 |
|
Mikayla Fischler
|
b575899d46
|
#33 lua module/require architecture changeover
|
2022-05-04 13:37:01 -04:00 |
|
Mikayla Fischler
|
c19a58380c
|
fixed cancel not being exposed for watchdog functions
|
2022-05-02 17:33:54 -04:00 |
|
Mikayla Fischler
|
b280201446
|
#41 cancel session watchdog timer
|
2022-05-02 11:44:10 -04:00 |
|
Mikayla Fischler
|
aff166e27d
|
added util adaptive_delay to replace repeated code
|
2022-04-27 19:06:01 -04:00 |
|
Mikayla Fischler
|
d40937b467
|
this was supposed to be in that pr merge oops
|
2022-04-27 16:06:30 -04:00 |
|
Mikayla Fischler
|
68011d6734
|
#32 new threaded PLC code
|
2022-04-27 12:21:10 -04:00 |
|
Mikayla Fischler
|
0fc49d312d
|
#32 parallel reactor PLC code
|
2022-04-25 11:40:53 -04:00 |
|
Mikayla Fischler
|
c46a7b2486
|
added time functions to util, also task_wait
|
2022-04-25 10:36:47 -04:00 |
|