User Tools

Site Tools


eeros_architecture:control_system:available_blocks:cansend

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
eeros_architecture:control_system:available_blocks:cansend [2024/05/27 17:00] ursgrafeeros_architecture:control_system:available_blocks:cansend [2024/05/27 17:03] (current) ursgraf
Line 11: Line 11:
 The block for sending will periodically send a CAN message while the receiving block gets the current information from the drive. It is important that the sending block is run after the block for receiving CAN messages. The block for sending will periodically send a CAN message while the receiving block gets the current information from the drive. It is important that the sending block is run after the block for receiving CAN messages.
  
-The velocity input expects a signal in SI units, e.g. rad/s. To account for encoder resolution of the actual drive together with a gearbox, it is possible to set a scaling factor with+The position input expects a signal in SI units, e.g. rad. To account for encoder resolution of the actual drive together with a gearbox, it is possible to set a scaling factor with
 <code cpp> <code cpp>
 void setScale(Matrix<N,1,double>& scale); void setScale(Matrix<N,1,double>& scale);
 </code>  </code> 
 This blocks uses the [[https://gitlab.ost.ch/tech/inf/public/canopenlib|CANopen Library]]. Make sure to install this library following [[https://wiki.eeros.org/getting_started/install_wrapper#canopen|]]. This blocks uses the [[https://gitlab.ost.ch/tech/inf/public/canopenlib|CANopen Library]]. Make sure to install this library following [[https://wiki.eeros.org/getting_started/install_wrapper#canopen|]].
eeros_architecture/control_system/available_blocks/cansend.1716822025.txt.gz · Last modified: 2024/05/27 17:00 by ursgraf