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: 767

Views: 203

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] Higher Capacity Random Access Memory (roughly 1.5 Kbit)
Rating: 5
Filesize: 29.63 kB
Downloads: 738
Comments: 2
Ratings: 1
Date added: 2021/01/16 06:02:52
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Thyme computer
Rating: 7.2381
Filesize: 362.45 kB
Downloads: 1602
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: Random Access Memory
Rating: 5
Filesize: 119.44 kB
Downloads: 541
Comments: 3
Ratings: 1
Date added: 2012/02/07 20:09:15
Made with: Phunlet
Rating: rated 5
download
Title: Random Number Generators
Rating: 6.1111
Filesize: 88.62 kB
Downloads: 2239
Comments: 9
Ratings: 3
Date added: 2023/01/04 00:56:44
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: Algonet Glitch -- Run Thyme Code with an Algodoo Computer!
Rating: 5
Filesize: 191.75 kB
Downloads: 1873
Comments: 15
Ratings: 1
Date added: 2025/06/03 06:33:32
Made with: Algodoo v2.2.3
Rating: rated 5
download
Title: LCS PC 10.5 with new LX1 CPU
Rating: 5.2222
Filesize: 31.49 kB
Downloads: 718
Comments: 2
Ratings: 3
Date added: 2010/11/12 19:51:16
Made with: Algodoo before v1.8.5
Rating: rated 5.2
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.