Browse Search Popular Register Upload Rules User list Login:
Search:
[THYME] Random Access Memory (roughly 0.4 Kbit)

Image:
screenshot of the scene

Author: UnityDogGaming04

Group: Default

Filesize: 16.47 kB

Date added: 2020-12-29

Rating: 5

Downloads: 803

Views: 251

Comments: 2

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

This is a Read-Write RAM chip that operates by lasers.
To read a certain address (constrained to 0-15, for example address [7]) a laser with a _data variable set to 7 must hit the "Address" input box.
After no more than 4 frames, 1/15 sec, the laser attached to the ram will output what is stored in memory location 7.
To write data to memory (for example write [3.5] to address [12]) there must be a laser with a _data variable set to 12 hitting "Address", a pure green laser hitting "write enable", and a laser with a _data variable set to 3.5 hitting "Data In"

(It is possible to manually change readpos0 by clicking any of the purple boxes above the RW head.)

fixed some bugs, now it should work fine

thamks bai x numero grande
Last edited at 2021/02/12 21:34:31 by UnityDogGaming04
Please log in to rate this scene
edit
Similar scenes
Title: Thyme computer
Rating: 7.2381
Filesize: 362.45 kB
Downloads: 1653
Comments: 3
Ratings: 15
Date added: 2009/10/09 08:12:59
Made with: Algodoo before v1.8.5
Rating: rated 7.2
download
Title: Laser-thyme display-memory by krzat
Rating: 6.1
Filesize: 22 kB
Downloads: 649
Comments: 1
Ratings: 4
Date added: 2009/11/23 13:59:42
Made with: Algodoo before v1.8.5
Rating: rated 6.1
download
Title: Thyme example: random polygons
Rating: 5
Filesize: 19.9 kB
Downloads: 426
Comments: 1
Ratings: 1
Date added: 2017/08/13 20:39:18
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Random Crafts 2: Lock and Key
Rating: 5
Filesize: 24.27 kB
Downloads: 873
Comments: 1
Ratings: 1
Date added: 2019/05/24 07:39:51
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Random Number Generators
Rating: 6.1111
Filesize: 88.62 kB
Downloads: 2318
Comments: 9
Ratings: 3
Date added: 2023/01/04 00:56:44
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: Sun Probe
Rating: 5
Filesize: 411.47 kB
Downloads: 382
Comments: 3
Ratings: 1
Date added: 2022/09/11 16:55:47
Made with: Algodoo v2.1.0
Rating: rated 5
download
So is it mouse operated only or I'm exceptionally stupid (or both) :bonk:
JakubKubo - it can be operated by mouse for demonstration, but in practice it is best to use the terminals. For example, if a laser with _data = 12 hits the Adress box, then after 5 frames a laser with _data = 1 hits the Write Enable box, AND a laser with _data = 123 hits the Data In Box at the same time, the value 123 will be written to memory location 5, and the Data Out laser will set its value to 123, for the component always outputs whatever address it is on, even while writing.