Skip to main content Link Menu Expand (external link) Document Search Copy Copied

[Throttles]

The [throttles] section contains optional settings for controlling the frequency of updates of one or more attributes. This section is only of relevance to you if you are using the “Canbus Rebroadcast” feature which makes it possible to put data originally received from the Serial port of one device onto screens being controlled by other devices.

Example:

[throttles]
rpm=100
ve=500

Unlike other settings, the names on the left of each entry in this section are not specific items, but are rather the names of the attributes you want to set the throttle for. For a full list of attributes, see the Available Speeduino Values section.

Setting Type Explanation
<attribute name> integer Specifies the frequency in milliseconds of the given attribute. For example, if you were to specify ve=500 this means that the ve attribute will only be updated once every 500ms or twice per second.
disabled Integer 1 or 0 Set to 1 to disable all throttles. This will mean all data is sent real-time as and when changed. Note that when set to 1 this means all of the configured throttles in this section are ignored, but also any internally defaulted throttles that are hard coded in the application are also ignored. Use this to disable all throttles without needing to remove or comment them out from the ini file.