Skip to content

Commit

Permalink
Define new messages for ParticulateMatter sensor.
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed Nov 11, 2019
1 parent fc764d7 commit e26abbe
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions tools/shc_e2p_editor/packet_layout.xml
Expand Up @@ -587,6 +587,64 @@
<MaxVal>16383</MaxVal>
</UIntValue>
</Message>
<Message>
<Name>ParticulateMatterConfig</Name>
<Description/>
<MessageID>3</MessageID>
<MessageType>0</MessageType>
<MessageType>8</MessageType>
<MessageType>10</MessageType>
<Validity>test</Validity>
<Array>
<Length>5</Length>
<UIntValue>
<ID>MassConcentrationSize</ID>
<Description>Maximum particle size [1/10 µm] which is considered in the MassConcentrationValue[x] of the ParticulateMatter message. Use 0 when array element not used.</Description>
<Bits>8</Bits>
<MinVal>0</MinVal>
<MaxVal>255</MaxVal>
<DefaultVal>0</DefaultVal>
</UIntValue>
</Array>
<Array>
<Length>5</Length>
<UIntValue>
<ID>NumberConcentrationSize</ID>
<Description>Maximum particle size [1/10 µm] which is considered in the NumberConcentrationValue[x] of the ParticulateMatter message. Use 0 when array element not used.</Description>
<Bits>8</Bits>
<MinVal>0</MinVal>
<MaxVal>255</MaxVal>
<DefaultVal>0</DefaultVal>
</UIntValue>
</Array>
</Message>
<Message>
<Name>ParticulateMatter</Name>
<Description/>
<MessageID>4</MessageID>
<MessageType>0</MessageType>
<MessageType>8</MessageType>
<MessageType>10</MessageType>
<Validity>test</Validity>
<FloatValue>
<ID>TypicalParticleSize</ID>
<Description>Typical Particle Size [μm]</Description>
</FloatValue>
<Array>
<Length>5</Length>
<FloatValue>
<ID>MassConcentrationValue</ID>
<Description>Mass concentration [μg/m3], considering the MassConcentrationSize[x] of the ParticulateMatterConfig message.</Description>
</FloatValue>
</Array>
<Array>
<Length>5</Length>
<FloatValue>
<ID>NumberConcentrationValue</ID>
<Description>Number concentration [#/cm3], considering the NumberConcentrationSize[x] of the ParticulateMatterConfig message.</Description>
</FloatValue>
</Array>
</Message>
</MessageGroup>
<MessageGroup>
<Name>PowerSwitch</Name>
Expand Down

0 comments on commit e26abbe

Please sign in to comment.