aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded EF from 6.0 to 6.2 for all projects.Roy Ben-Shabat2019-01-173-12/+14
| | | | | Improved EF first load with pre-compiled views and model store. Implemented auto generate views in Tango Build VSIX.
* Sign-out works !Roy Ben-Shabat2018-10-101-1/+1
| | | | | Fixed issue where color conversion was busy while not in research module but research module in job view. Added new RealTimeGraphX !
* BACK TO .NET 4.6 !!Roy Ben-Shabat2018-10-071-1/+1
|
* Added new colorized static text widget to tech board.Roy Ben-Shabat2018-08-261-1/+1
| | | | | | Added option to go back to job/jobs from running job view. Fixed issue with bug reporting. Fixed other bugs.
* Fixed some issues with MS 3.0Roy Ben-Shabat2018-08-231-1/+1
|
* Refactored ObservablesContext to use DataSource object!Roy Ben-Shabat2018-08-211-1/+1
| | | | Upgraded to .NET 4.7.2 !!!
* Reorganization of solution build paths !Roy Ben-Shabat2018-08-141-3/+3
| | | | Optimized production packages.
* Machine Studio v2.7Roy Ben-Shabat2018-08-071-1/+1
|
* 1. Top priority: When stopping job (stop button), the system cannot run ↵Roy Ben-Shabat2018-08-071-1/+1
| | | | | | | | | | | | | | | | | again (notes it is still printing). Disconnectconnect solves 2. Dispenser manual control (tech bord) a. Add Color and name to the dispenser controller at the tech-bord b. Homing dosnt work on the tech-bord controller c. When moving the courser from the icon while still pushing and then removing the finger, the motor still running d. Limit sw are not activated in manual dispenser jogging 3. Read dispenser pressure manually separately for each dispenser 4. High priority: Dispenser pressure is presented in PSI (that’s what written..) ?? I am not sure that the formula is correct even for PSI.. 5. TI is calculated in the job by factor and not by min uptake (factor for TI is meaningless) 6. Top priority: TI dispensing amounts are constant: Changing TI amounts by factor did not change the total amount of dispensing (tested by flow sensor) 7. I would like to monitor (tech bord) the RPM or pulse rate of all possible motors (priority: thread system, dispensers, others) 8. I would like to monitor (tech bord) the status of the 3Wvalves of the dispensers (open / close) 9. Top priority: Cannot read head temperatures
* Machine Studio v2.4Roy Ben-Shabat2018-08-061-1/+1
|
* Working on SQLExaminer libRoy Ben-Shabat2018-08-021-1/+1
|
* Machine Studio v2.0.9Roy Ben-Shabat2018-07-251-1/+1
|
* Implemented revision number as delta years and day of year for auto ↵Roy Ben-Shabat2018-07-231-1/+1
| | | | incremented versions.
* Redundant.Roy Ben-Shabat2018-07-231-1/+1
|
* New version numbers using Auto Increment Versions visual studio extension !Roy Ben-Shabat2018-07-232-2/+2
|
* Changed versions to per assembly.Roy Ben-Shabat2018-07-232-2/+8
|
* Split assembly versions to Core, Machine Studio, PPC!Roy Ben-Shabat2018-06-201-2/+2
|
* Implemented SQLite db on PPC.Roy Ben-Shabat2018-05-303-21/+20
| | | | Working on PPC.
* Implemented VS solution release builds!Roy Ben-Shabat2018-03-111-1/+1
|
* Changes Sensors Table to IOS.Roy Ben-Shabat2018-02-0711-123/+244
| | | | Added IO TYPE field for IOS Table.
* Implemented SQL Server To SQLite Conversion Utility!!!Roy Ben-Shabat2018-01-2516-392/+1145
| | | | | | Added missing synchronization tables to remote synchronization. Updated DAL.Local.
* Removed Deleted from most of DB Tables !!!!!!!!!!!Roy Ben-Shabat2018-01-1837-159/+19
|
* Added Max_NL_Per_CM to DB Module !!Roy Ben-Shabat2018-01-164-18/+30
| | | | | | Added Liquid_Types_Rml table to DB module. Added new nl/cm to dispenser. Added capacity to dispenser.
* Removed Dispensers & Cartridges!Roy Ben-Shabat2018-01-167-163/+37
| | | | Only Dispenser Type & CartridgeType now.
* Added code comments for:Roy Ben-Shabat2018-01-081-0/+13
| | | | | | DAL.Local. DAL.Remote. DragAndDrop.
* Implemented validation on machine designer.Roy Ben-Shabat2018-01-072-0/+4
| | | | Machine Designer seems to be working properly...
* Added Mid Tanks to DB.Roy Ben-Shabat2018-01-036-12/+89
| | | | Started implementing Machine Designer.
* Fixed issue with local sync SQL Logic error.Roy Ben-Shabat2017-12-277-0/+48
| | | | | Added some missing columns to SQLite db. Direct Remote Sync is fully working !!!
* Added CCT & CAT to DB Module !Roy2017-12-267-31/+193
| | | | Implemented "deep filtering" on db module search.
* MERGERoy2017-12-262-0/+4
|
* Started working on 'Synchronization' - Machine Studio module.Roy Ben-Shabat2017-12-1918-20/+108
|
* Modified several table names.Roy Ben-Shabat2017-12-1912-75/+79
|
* MERGE.Roy Ben-Shabat2017-12-195-84/+15
|
* Implemented DAL Observables auto enumerations generation.Roy Ben-Shabat2017-12-144-4/+8
|
* Big advancement on machine designer.Roy Ben-Shabat2017-12-113-0/+8
|
* Implemented DB Observables Generator CLI for DAL.Observables post build event.Roy Ben-Shabat2017-12-105-11/+11
| | | | Changes DB table FIBER_SYNTHESIS to FIBER_SYNTHESISES to normalize singularization.
* Added DAL.Observables project.Roy Ben-Shabat2017-12-106-82/+82
| | | | | Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS. CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS
* Added CARTRIDGE_TYPES & DISPENSER_TYPES tables to SQLServer & SQLite.Roy Ben-Shabat2017-12-069-36/+158
|
* Fixed an issue with boolean values on local DB sync.Roy Ben-Shabat2017-11-295-2/+55
| | | | | | | Added support for SYNC_CONFIGURATION table on for local DB sync. Fixed an issue with multiple row updates on remote DB sync. Added warning for missing destination property on remote DB sync. Throw exception when no remote machine found on remote DB sync.
* Implemented SQL Server <=> SQLite Synchronization !Roy Ben-Shabat2017-11-2928-81/+592
|
* Split DAL to DAl.Local & DAL.Remote due to ambiguity of table names in EF.Roy Ben-Shabat2017-11-2746-0/+3604
Implemented Unit testing for SQLite & SQL Server connections.