diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-06-07 11:10:38 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-06-07 11:10:38 +0300 |
| commit | 4ae18ae6866056b9cb385b97f65a40e336402e18 (patch) | |
| tree | f209ab4d69e18208b31c4a453042304ac0cd0ac1 /Software | |
| parent | f416553e4658dc719b89ffda6f0b364cfab3c1b8 (diff) | |
| download | Tango-4ae18ae6866056b9cb385b97f65a40e336402e18.tar.gz Tango-4ae18ae6866056b9cb385b97f65a40e336402e18.zip | |
updated eeprom files - protobuf
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/PMR/Messages/Stubs/StubDispenserEEpromData.proto | 30 | ||||
| -rw-r--r-- | Software/PMR/Messages/Stubs/StubMainCardEEpromWriteResponse.proto | 7 |
2 files changed, 19 insertions, 18 deletions
diff --git a/Software/PMR/Messages/Stubs/StubDispenserEEpromData.proto b/Software/PMR/Messages/Stubs/StubDispenserEEpromData.proto index 07328cf70..b5beda6de 100644 --- a/Software/PMR/Messages/Stubs/StubDispenserEEpromData.proto +++ b/Software/PMR/Messages/Stubs/StubDispenserEEpromData.proto @@ -12,26 +12,26 @@ message StubDispenserEEpromData string PCBS_N = 5; string PCBPartNumber = 6; string DispenserS_N = 7; - uint32 MinimalPressure = 8; - uint32 MaximalPressure = 9; - uint32 MinimalMV = 10; - uint32 MaximalMV = 11; + int32 MinimalPressure = 8; + int32 MaximalPressure = 9; + int32 MinimalMV = 10; + int32 MaximalMV = 11; uint32 TotalCycles = 12; - uint32 BubbleSize = 13; - uint32 AVG_Nl_stepValue_1_4 = 14; - uint32 AVG_Nl_stepValue_2_4 = 15; - uint32 AVG_Nl_stepValue_3_4 = 16; - uint32 AVG_Nl_stepValue_4_4 = 17; - uint32 SW_Reserve = 18; - int32 Spare1_pressure = 19; - int32 Spare2_pressure = 20; + int32 BubbleSize = 13; + int32 AVG_Nl_stepValue_1_4 = 14; + int32 AVG_Nl_stepValue_2_4 = 15; + int32 AVG_Nl_stepValue_3_4 = 16; + int32 AVG_Nl_stepValue_4_4 = 17; + int32 SW_Reserve = 18; + int32 Spare1_pressure = 19; + int32 Spare2_pressure = 20; uint32 MotorPulsesPerCycle = 21; uint32 Color = 22; - uint32 PressureSlope = 23; + int32 PressureSlope = 23; string ProductionDate = 24; uint32 ATSlocation = 25; - uint32 Spare1 = 26; - uint32 Spare2 = 27; + int32 Spare1 = 26; + int32 Spare2 = 27; uint32 ATSChannel = 28; bool UnitEmpty = 29; bool DryRunPass_Fail = 30; diff --git a/Software/PMR/Messages/Stubs/StubMainCardEEpromWriteResponse.proto b/Software/PMR/Messages/Stubs/StubMainCardEEpromWriteResponse.proto index f1e8a8897..db9dc8b3f 100644 --- a/Software/PMR/Messages/Stubs/StubMainCardEEpromWriteResponse.proto +++ b/Software/PMR/Messages/Stubs/StubMainCardEEpromWriteResponse.proto @@ -1,10 +1,11 @@ syntax = "proto3"; -package Tango.PMR.EmbeddedParameters; -option java_package = "com.twine.tango.pmr.embeddedparameters"; +package Tango.PMR.Stubs; +option java_package = "com.twine.tango.pmr.stubs"; message StubMainCardEEpromWriteResponse { - + int32 Address = 1; + int32 Data = 2; } |
