diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-14 14:50:51 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-14 14:50:51 +0300 |
| commit | 4f6c4ab918bb92b91051633eab83c3b1b5e8b4dc (patch) | |
| tree | 783c3dafa5e563c85162fb3338e3e80d5854d94e /Software/PMR | |
| parent | 7e83c1a8c4d78a6a53825bed9bb2c40e00926bbf (diff) | |
| download | Tango-4f6c4ab918bb92b91051633eab83c3b1b5e8b4dc.tar.gz Tango-4f6c4ab918bb92b91051633eab83c3b1b5e8b4dc.zip | |
winder prepare failure fix. cancel cleaning job on power down.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Diagnostics/CartridgeTagContent.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/PMR/Messages/Diagnostics/CartridgeTagContent.proto b/Software/PMR/Messages/Diagnostics/CartridgeTagContent.proto index 37931ae0c..3ed18713c 100644 --- a/Software/PMR/Messages/Diagnostics/CartridgeTagContent.proto +++ b/Software/PMR/Messages/Diagnostics/CartridgeTagContent.proto @@ -12,10 +12,10 @@ message CartridgeTagContent string WorkOrder = 5; //Color description / ID string ColorName = 6; //Color description / ID uint32 InkCategory = 7; //Ink category (TBD) - uint32 Type_Rev = 8; //TBD – can be formulation # + uint32 Type_Rev = 8; //TBD – can be formulation # uint32 CartridgeSize = 9; //Size in cc uint32 FiledInkVol = 10; //Size in cc - string InkBatchNo = 11; //MFG batch No’ + string InkBatchNo = 11; //MFG batch No’ string InkMFGDate = 12; //Date Ink was manufactured (20L container bar-code) string InkEOLDate = 13; //Ink end of life date string CartFillDate = 14; //Date cartridge was filled with ink (CFS) |
