| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Lots of work ! | Roy Ben-Shabat | 2018-03-01 | 6 | -0/+9 | |
| | | ||||||
| * | Refactored Hardware Designer DAL. | Roy Ben-Shabat | 2018-02-27 | 23 | -364/+170 | |
| | | ||||||
| * | Added PID Control. | Roy Ben-Shabat | 2018-02-27 | 7 | -0/+225 | |
| | | ||||||
| * | Added DB Tables. | Roy Ben-Shabat | 2018-02-26 | 17 | -0/+541 | |
| | | | | | | | | | | | TECH_HEATERS DANCER_TYPES MOTOR_TYPES HARDWARE_VERSIONS_MOTOR_TYPES HARDWARE_VERSIONS_DANCER_TYPES Implemented Dancers & motors on DB Module. | |||||
| * | Working on developer module.. | Roy Ben-Shabat | 2018-02-19 | 1 | -4/+4 | |
| | | ||||||
| * | Developer redesign.. | Roy | 2018-02-18 | 1 | -1/+7 | |
| | | ||||||
| * | Refactored all studio modules to use StudioModuleBase. | Roy Ben-Shabat | 2018-02-14 | 1 | -35/+8 | |
| | | ||||||
| * | More work on technician view... | Roy | 2018-02-11 | 1 | -6/+1 | |
| | | | | | | | | Added auto loading of last project. Added IShutdownListener interface. Added TechName to Tech Items. Fixed issue with tech name of IO port. | |||||
| * | Moved Observables to Integration !! | Roy Ben-Shabat | 2018-01-30 | 46 | -49/+49 | |
| | | | | | Implemented basic sketch for IDS Pack Formulation. | |||||
| * | Added IDS_PACK_FORMULA. | Roy | 2018-01-27 | 10 | -9/+189 | |
| | | | | | | Added necessary login to machine designer & db module. Started working on job segments. | |||||
| * | Re-factored DAL Observables using EF Code First !!!!!! | Roy | 2018-01-27 | 22 | -95/+72 | |
| | | ||||||
| * | Refactored ObservableEntity: | Roy Ben-Shabat | 2018-01-25 | 1 | -4/+4 | |
| | | | | | | | | | | Observables comparison is now done by GUID. Implemented != == Equals overrides. Save and load are now done only on decorated properties so properties on partial class are allowed! Implemented dynamic graph sizes on developer module. | |||||
| * | A lot of work on Developer Module and Jobs related DB tables. | Roy Ben-Shabat | 2018-01-23 | 10 | -49/+70 | |
| | | ||||||
| * | Implemented Developer Module Configuration Section! | Roy Ben-Shabat | 2018-01-22 | 2 | -3/+26 | |
| | | ||||||
| * | Fixed max width of DB table view. | Roy Ben-Shabat | 2018-01-21 | 2 | -1/+7 | |
| | | | | | Added FindAncestor on UIHelper. | |||||
| * | Implemented new CATS. | Roy | 2018-01-20 | 15 | -47/+180 | |
| | | | | | | | | Implemented Process Parameters View on DB Module. Implemented RML Process Parameters View on DB Module. Modified DB Module table initials letter casing. Moved observables generator to CLI. | |||||
| * | Added Process Parameters Table. | Roy Ben-Shabat | 2018-01-18 | 8 | -0/+253 | |
| | | ||||||
| * | Removed Deleted from most of DB Tables !!!!!!!!!!! | Roy Ben-Shabat | 2018-01-18 | 9 | -56/+52 | |
| | | ||||||
| * | Added Max_NL_Per_CM to DB Module !! | Roy Ben-Shabat | 2018-01-16 | 10 | -0/+164 | |
| | | | | | | | Added Liquid_Types_Rml table to DB module. Added new nl/cm to dispenser. Added capacity to dispenser. | |||||
| * | Removed Dispensers & Cartridges! | Roy Ben-Shabat | 2018-01-16 | 12 | -310/+0 | |
| | | | | | Only Dispenser Type & CartridgeType now. | |||||
| * | Embedded RealTimeGraphEx library to solution. | Roy Ben-Shabat | 2018-01-16 | 1 | -3/+6 | |
| | | | | | | Added graphs to technician view. Implemented simple sensors data test using Machine Emulator. | |||||
| * | Added code comments for: | Roy Ben-Shabat | 2018-01-14 | 15 | -108/+124 | |
| | | | | | MachineStudio.DB | |||||
| * | Implemented LogOut from machine studio. | Roy Ben-Shabat | 2018-01-07 | 1 | -0/+4 | |
| | | | | | | | Modified Machine Designer image. Fixed issue with updating contact on DB Module. Improved Machine Studio Drawer graphics. | |||||
| * | Progress on machine designer... | Roy | 2018-01-07 | 1 | -0/+8 | |
| | | ||||||
| * | Added Mid Tanks to DB. | Roy Ben-Shabat | 2018-01-03 | 9 | -5/+179 | |
| | | | | | Started implementing Machine Designer. | |||||
| * | Added CCT & CAT to DB Module ! | Roy | 2017-12-26 | 14 | -12/+557 | |
| | | | | | Implemented "deep filtering" on db module search. | |||||
| * | MERGE | Roy | 2017-12-26 | 53 | -2/+1625 | |
| | | ||||||
| * | Continue for last commit. | Roy | 2017-12-24 | 3 | -32/+0 | |
| | | ||||||
| * | Started working on 'Synchronization' - Machine Studio module. | Roy Ben-Shabat | 2017-12-19 | 3 | -4/+3 | |
| | | ||||||
| * | Added Event Types and Action Types to DB Module ! | Roy Ben-Shabat | 2017-12-19 | 13 | -3/+394 | |
| | | ||||||
| * | Modified several table names. | Roy Ben-Shabat | 2017-12-19 | 11 | -26/+71 | |
| | | ||||||
| * | Added CONFIGURATION_GUID to MACHINES table. | Roy Ben-Shabat | 2017-12-19 | 2 | -1/+3 | |
| | | | | | Implemented CloneConfiguration method for cloning a machine configuration. | |||||
| * | MERGE. | Roy Ben-Shabat | 2017-12-19 | 97 | -48/+2890 | |
| | | ||||||
| * | Implemented IAuthenticationProvider, INavigationProvider, IModuleLoader. | Roy Ben-Shabat | 2017-12-14 | 10 | -2/+161 | |
| | | | | | | LoadingView, LoginView, | |||||
| * | Implemented Roles in DB Module. | Roy Ben-Shabat | 2017-12-14 | 18 | -18/+295 | |
| | | | | | Added Permission enum generation. | |||||
| * | Implemented new MDI Container Control ! | Roy Ben-Shabat | 2017-12-14 | 2 | -6/+10 | |
| | | ||||||
| * | Modified DB Module design. | Roy Ben-Shabat | 2017-12-13 | 3 | -55/+37 | |
| | | ||||||
| * | Machine Studio, Dynamic Module Loading... | Roy Ben-Shabat | 2017-12-13 | 4 | -1/+49 | |
| | | ||||||
| * | Successfully separated Machine Studio to modules... | Roy Ben-Shabat | 2017-12-13 | 44 | -0/+1911 | |
