1.5 KiB
1.5 KiB
Meseconometer
Can be used to measure timings of mesecon signals in globalsteps.
Usage / Example:
- Place a meseconometer and open its formspec by rightclicking it.
- Set the activation port (eg. A) and connect a mesecons receptor with this port (eg. a switch).
- Connect your circuit with the meseconometer (eg. a switch to port B and the same switch with a diode gate to port C).
- Actiave the activation port. The time when it gets activated will be step
0
. All other events are relative to this one. - Send some signals via your circuit (in the example: enable the switch).
- Deactivate the activation port. The meseconometer will no longer receive events.
- Open the formspec of the meseconometer and look at the events. (In the example, port C should be activated exactly
2
steps after port B, as gates have a delay of 2 steps.)
license of textures:
The textures were made from textures from the mesecons mod, (see https://github.com/minetest-mods/mesecons). License is CC-BY-SA 3.0.
Everything else: CC0
todo list:
- Add a proper description and co.
- Output the meassurements in a textarea to copy.
- Maybe store the stepcounter in world-/modstorage. (Currently when you leave a meseconometer on and rejoin, the step number becomes very long.)
- Digiline support?
- Display real time?
- Allow to not reset the data every time the meseconometer is activated?
- Get away from github.
- Improve this list.