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

Views: 240

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: Random Access Memory
Rating: 5
Filesize: 119.44 kB
Downloads: 577
Comments: 3
Ratings: 1
Date added: 2012/02/07 20:09:15
Made with: Phunlet
Rating: rated 5
download
Title: Thyme example: random polygons
Rating: 5
Filesize: 19.9 kB
Downloads: 413
Comments: 1
Ratings: 1
Date added: 2017/08/13 20:39:18
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: entityByName demo
Rating: 5.625
Filesize: 59.23 kB
Downloads: 1431
Comments: 2
Ratings: 2
Date added: 2017/12/20 09:46:32
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: Random Number Generators
Rating: 6.1111
Filesize: 88.62 kB
Downloads: 2295
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: 374
Comments: 3
Ratings: 1
Date added: 2022/09/11 16:55:47
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algonet Glitch -- Run Thyme Code with an Algodoo Computer!
Rating: 5
Filesize: 191.75 kB
Downloads: 2706
Comments: 15
Ratings: 1
Date added: 2025/06/03 06:33:32
Made with: Algodoo v2.2.3
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.