torqeedo_interface_dune_task

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
torqeedo_interface_dune_task [2019/10/11 10:43] nikolaltorqeedo_interface_dune_task [2022/09/19 11:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Torqeedo Interface DUNE task ====== ====== Torqeedo Interface DUNE task ======
 To enable communication between the IMC messages from DUNE, and the CAN bus used by the Torqeedo Interface Board, a new task has been created for use in the Otter. DUNE was also missing support for CAN, so this had to be added. To enable communication between the IMC messages from DUNE, and the CAN bus used by the Torqeedo Interface Board, a new task has been created for use in the Otter. DUNE was also missing support for CAN, so this had to be added.
 +
 +===== Task requirements =====
 +The task uses the [[socketcan_dune_implementation|SocketCAN DUNE implementation]], and so this task also needs to be run on a Linux kernel with SocketCAN enabled. This has been possible since kernel 2.6.25, and should be included by default on kernels from 2.8 and up. On the Raspian distribution, this works as soon as the CAN hardware has been configured, see [[sw_setup|Installing Raspian and enabling CAN bus]].
 +
 +
 ===== How does the task work ===== ===== How does the task work =====
-The task is of the periodic type, which limits how often it runs. The frequency of the task can be set with the parameter ''%%Execution Frequency%%'', as all Periodic DUNE tasks can. Typicallyreading has to be done more often that writing to the motors, so there is also another parameter called ''%%Motor write divider%%'' that limits writing to every time the task is run. +The task is of the periodic type, which limits how often it runs. The frequency of the task can be set with the parameter ''%%Execution Frequency%%'', as all Periodic DUNE tasks can. The Torqeedo Interface Board typically sends 20-25 CAN messages per secondso the task has to be run with a frequency greater than this. In order to run the motors, it has to receive throttle controls at least once per second. 
-The task uses the SocketCAN implementation in DUNE to communicate with the CAN bus+ 
 +One run of the task either reads a CAN message, or writes to the motors. To limit how often the motor is written to, a parameter called ''%%Motor write divider%%'' is set. A counter then count every time the task is run, and when ''%%Motor write divider%%'' is reached, the motors are written to, and the counter is resetAn example of this could be:  
 +  You want the motor to be written to 4 times a second. Say you have set "Execution Frequency = 40", then you would have an "Motor write divider" of 40/4=10. 
 + 
 +In addition to reading information and controlling motor throttle, the task supports power controlThis happens both when the parameters are read, and when the task receives an ''%%IMC::PowerChannelControl%%'' message
  • torqeedo_interface_dune_task.1570783406.txt.gz
  • Last modified: 2022/09/19 11:33
  • (external edit)