Commit Graph

93 Commits

Author SHA1 Message Date
lteichroeb bcfe4808c0 Refatoring: Moved .py files into src folder. Unified some file names 2021-07-27 15:09:24 +02:00
lteichroeb c7e793a420 Added socket interface for external applications 2021-06-23 11:53:44 +02:00
lteichroeb e5da0c87ed This call fails on Linux. Application is Linux-compatible with this fix. 2021-06-23 11:52:06 +02:00
lteichroeb faa913fcd7 Fixed error in voltage limit computation. 2021-06-05 14:41:58 +02:00
Martin Zietz 4c6164c41f Update readme.md 2021-03-27 15:22:56 +01:00
Martin Zietz 41bb8b0885 Merge branch 'Development_zietz' 2021-03-27 14:23:49 +01:00
Martin Zietz cad62899c0 Update readme.md 2021-03-27 14:23:23 +01:00
Martin Zietz 7da0efd9f0 added documentation pdf to repo 2021-03-27 14:13:09 +01:00
Martin Zietz 796c3df94b documentation 2021-03-27 14:10:06 +01:00
Martin Zietz e0104b5604 Update longtable.sty 2021-03-27 13:08:45 +01:00
Martin Zietz f5bf9cbf68 documentation 2021-03-27 13:08:36 +01:00
Martin Zietz 929e0ed50a added documentation folder 2021-03-27 12:53:51 +01:00
Martin Zietz d5ca80d612 Tests with PSU in clean room
Problems:
- GUI layout not good on smaller screen
- PSU communication very slow

Added some quick fix attempts and comments where some of the trouble is.
2021-03-19 19:11:45 +01:00
Martin Zietz 3e8490d353 renamed test stand to test bench 2021-03-14 21:08:35 +01:00
Martin Zietz 606cfa1f40 readme test 2021-03-13 15:39:10 +01:00
Martin Zietz 9475657865 Create readme.txt 2021-03-13 15:33:36 +01:00
Martin Zietz eeb6a230e6 added auto-py-to-exe tool 2021-03-11 16:19:26 +01:00
Martin Zietz d3ffe4d642 Release V1.1 added 2021-03-10 18:49:19 +01:00
Martin Zietz 640d99c9e2 minor UI tweaks
- fixed bug where log data could not be cleared after saving to file
- added description for coil constant in settings page
- minor message tweaks
2021-03-08 18:36:23 +01:00
Martin Zietz 12de3c3587 User test feedback
- added cancel option for "clear log data" pop-up
- removed "!" for Execute! button
- separated start and stop logging buttons
2021-03-06 22:38:01 +01:00
Martin Zietz 7fc98edc3e deleted deprecated files 2021-03-02 23:05:34 +01:00
Martin Zietz c283fe36cb Prepared release as exe 2021-03-02 22:55:34 +01:00
Martin Zietz 3a21e53c28 updated default values with measurements 2021-02-25 18:38:31 +01:00
Martin Zietz ff0f0331dc Changed csv plots to show instantaneous field changes 2021-02-24 16:43:22 +01:00
Martin Zietz d3b41cae7c Update csv_logging.py 2021-02-21 11:21:54 +01:00
Martin Zietz 36fc3e7c3a moved library readme' files 2021-02-20 18:57:57 +01:00
zietzm 5ebdccc4e9 Merge pull request 'Development_zietz' (#1) from Development_zietz into master
Reviewed-on: zietzm/Magnetfeldteststand#1
2021-02-20 18:12:15 +01:00
Martin Zietz 177928d82e code cleanup and comments 2021-02-20 18:08:41 +01:00
Martin Zietz 689e0dd812 comments and cleanup
user interface comments and cleanup
2021-02-20 17:36:23 +01:00
Martin Zietz 056fd3efdd code cleanup and comments
UI: CSV mode
2021-02-17 11:51:20 +01:00
Martin Zietz f5dc7f097e cleanup and comments
user interface
2021-02-17 11:26:25 +01:00
Martin Zietz 3b62e41f5a cleanup and comments
- moved csv files and unused code files to separate folders
- comments and cleanup in config_handling
2021-02-16 17:25:44 +01:00
Martin Zietz 59d0184dd6 comments and cleanup
cage_func
2021-02-16 13:43:55 +01:00
Martin Zietz fc6ca7284d comments and code cleanup
Logging, and threading cleanup
2021-02-16 11:26:57 +01:00
Martin Zietz 20f06fa837 fixed issue
Status Display update was attempted after window close, resulting in error messages from connected device
2021-02-15 13:11:25 +01:00
Martin Zietz 24281ad9f3 Added ability to log data when test stand is commanded 2021-02-15 12:56:42 +01:00
Martin Zietz ab2619b184 more work on logging 2021-02-14 16:42:53 +01:00
Martin Zietz db81aff2db added data logging functionality 2021-02-14 15:14:48 +01:00
Martin Zietz 95295e1f61 workaround for thread end problem on program close 2021-02-10 11:46:23 +01:00
Martin Zietz ca2f094ef8 restructured program end, tried to fix threading issue on window close (not yet fixed) 2021-02-10 11:34:33 +01:00
Martin Zietz a0bab62ebc Visual improvements for csv graphs 2021-02-09 12:21:07 +01:00
Martin Zietz 792848dda2 fit csv plot into window 2021-02-08 20:35:58 +01:00
Martin Zietz f0161d849d many things 2021-02-08 20:10:20 +01:00
Martin Zietz f9d0f8c69b moved error messages and program end message to messagebox 2021-02-07 15:47:26 +01:00
Martin Zietz 063a7049d0 moved ui_print function to User_Interface.py 2021-02-07 15:15:05 +01:00
Martin Zietz 08d4ca463d moved config handling to separate file 2021-02-07 14:54:12 +01:00
Martin Zietz 47b4e447b0 enabled and added callable status display updates 2021-02-07 13:25:09 +01:00
Martin Zietz 8440a75296 added csv execution and associated multithreading 2021-02-07 13:08:24 +01:00
Martin Zietz 8447a2a156 comments 2021-02-04 18:10:12 +01:00
Martin Zietz 8d1870956f reworked config handling
file is now only written when explicitly wanted, e.g. on button press.
global config stored instead as config object
2021-02-04 15:33:19 +01:00