Speedometer: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>1357-rex
m Added display link section. Removed unexplained link to Stressometer.
Create: Minecraft Mod Wiki>Pics2299
Updated the "RPM to redstone signal" table to be more precise.
Line 21: Line 21:
{| class="article-table"
{| class="article-table"
|+ Rotation speed to redstone signal
|+ Rotation speed to redstone signal
! RPM
! colspan="2" | RPM
!Redstone Signal
! rowspan="2" |Redstone Signal
|-
|-
!Lower Bound
(excl.)
!Upper Bound
(incl.)
|-
| -
|0
|0
|0
|0
|-
|-
|1-4
|0
|4 + 16/21
|1
|1
|-
|-
|5-9
|4 + 16/21
|9 + 11/21
| 2
| 2
|-
|-
|10-14
|9 + 11/21
|14 + 2/7
|3
|3
|-
|-
|15-19
|14 + 2/7
|19 + 1/21
|4
|4
|-
|-
| 20-23
| 19 + 1/21
|23 + 17/21
|5
|5
|-
|-
|24-28
|23 + 17/21
|28 + 4/7
|6
|6
|-
|-
|29-41
|28 + 4/7
|41 + 2/3
| 7
| 7
|-
|-
| 42-58
| 41 + 2/3
|58 + 1/3
|8
|8
|-
|-
|59-75
|58 + 1/3
|75
|9
|9
|-
|-
|76-91
|75
|91 + 2/3
|10  
|10  
|-
|-
|92-114
|91 + 2/3
|114 + 6/7
|11
|11
|-
|-
|115-144
|114 + 6/7
|144 + 4/7
|12
|12
|-
|-
|145-174
|144 + 4/7
|174 + 2/7
|13
|13
|-
|-
|175-204
|174 + 2/7
|204
|14
|14
|-
|-
|205-256
|204
|256
|15
|15
|}
|}

Revision as of 12:18, 21 January 2024

The Speedometer measures the speed of Rotational Force.

Obtaining

Name Ingredients Crafting Recipe
Speedometer Stressometer
Stressometer

Speedometer

Usage

When connected to a component, the speed of the rotation is shown by a hand on the face of the Speedometer. The higher the hand is, the faster the rotation. By using Engineer's Goggles, this speed is quantified with a number.

Display Link

The current RPM is passed onto the display target. With Ignore Direction mode, this value is the absolute value of the RPM. Otherwise, the RPM is passed on with its sign.

Redstone

A Redstone Comparator can be used to output the absolute value of the speed of the rotation as a redstone signal (Negative RPM gives the same value as positive).

Rotation speed to redstone signal
RPM Redstone Signal
Lower Bound

(excl.)

Upper Bound

(incl.)

- 0 0
0 4 + 16/21 1
4 + 16/21 9 + 11/21 2
9 + 11/21 14 + 2/7 3
14 + 2/7 19 + 1/21 4
19 + 1/21 23 + 17/21 5
23 + 17/21 28 + 4/7 6
28 + 4/7 41 + 2/3 7
41 + 2/3 58 + 1/3 8
58 + 1/3 75 9
75 91 + 2/3 10
91 + 2/3 114 + 6/7 11
114 + 6/7 144 + 4/7 12
144 + 4/7 174 + 2/7 13
174 + 2/7 204 14
204 256 15

History

  • 0.5: Recipe changed.