Skip to content

Commit

Permalink
Add the hexapod events.
Browse files Browse the repository at this point in the history
  • Loading branch information
teweitsai committed Jan 14, 2025
1 parent b8d81c5 commit 0875a66
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-46560.mthexapod.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add the MTHexapod_logevent_highCurrent and MTHexapod_logevent_transitionToIdle.
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,28 @@
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>MTHexapod</Subsystem>
<EFDB_Topic>MTHexapod_logevent_highCurrent</EFDB_Topic>
<Description>Indicates whether or not that the actuators are experiencing the high current that might come from the unbalanced loading, the cooling greasing, or others when the hexapod stills.</Description>
<item>
<EFDB_Name>highCurrent</EFDB_Name>
<Description>True if the actuators experience the high current. Otherwise, False.</Description>
<IDL_Type>boolean</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>MTHexapod</Subsystem>
<EFDB_Topic>MTHexapod_logevent_transitionToIdle</EFDB_Topic>
<Description>Indicates whether or not that the Copley drivers transition to the idle (disabled) state by CSC after the timeout under the Enabled state when the hexapod stills.</Description>
<item>
<EFDB_Name>transitionToIdle</EFDB_Name>
<Description>True if the Copley drives transition to the idle (disabled) state. Otherwise, False.</Description>
<IDL_Type>boolean</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALEvent>
</SALEventSet>

0 comments on commit 0875a66

Please sign in to comment.