aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Machine Operator Printing Operations Major Refactoring.Roy Ben Shabat2025-08-141-1/+1
| | | | Revived Job Resume for X1/X4/PPC.
* Critical fix on job rgb/lab cmyk & MyColors.Roy Ben Shabat2025-02-091-1/+3
|
* Disabled job uploads from PPC to cloud.Roy Ben Shabat2021-12-201-11/+12
| | | | Added Denier linear mass density unit.
* Fixed issue with synchronization.Roy Ben Shabat2021-05-241-12/+19
|
* PPC enable synchronization even when jobs sync and diagnostics sync are ↵Roy Ben Shabat2020-10-261-3/+1
| | | | disabled. (for data store)
* DataStore Synchronization !Roy Ben Shabat2020-10-211-0/+77
|
* Changed all PPC updated to based on GUID !Roy Ben Shabat2020-09-241-1/+1
|
* Allow null user on jobs.Roy Ben Shabat2020-09-241-2/+2
| | | | Dropped use of any user on PPC.
* Fixed external bridge not disconnecting on failed.Roy Ben Shabat2020-02-101-3/+3
| | | | Reduced number of synchronization items per cycle.
* added offline firmware updates support.Roy Ben Shabat2019-12-251-1/+1
|
* Implemented PPC Updates/Synchronization View.Roy Ben Shabat2019-12-171-2/+2
| | | | | | Refactored database updates to be deleted if no differences. Updated MS and PPC with Offline Updates. Refactored Machine Designer Updates View to take only last 100 update entries.
* Added SOURCE to JOB.Roy Ben Shabat2019-12-171-0/+33
| | | | | | Added IS_SYNCHRONIZED to TANGO_UPDATE. Added OfflineUpdates to Synchronization. Added TangoUpdates on PPC side.
* Implemented Jobs, JobRuns & Machine Events Synchronization.Roy Ben Shabat2019-12-111-0/+554
Added synchronizations to Updates view on Machine Designer. Removed request response events logging from machine studio. Fixed issue with exception throwing from machine service. Implemented "New jobs synchronized" notification item to PPC. Added synchronization to PPC settings. Added Synchronization view to technician module. Implemented PPC Schema synchronizer utility. Added custom query support to EntityCollectionBuilder. Added synchronization status to TangoUpdate. Removed FK from Jobs and Job runs.