Log player activity to a Databank(s) and render to a screen
Tested with 1300 entries with 8 databanks
Instalation:
- 1x Programming board
- 1x Manual Switch
- 1x Screen
- 1x Detection zone
- 1 to 8 Databank(s)
- Copy the content of this link
- Right click (on the programming board) -> Advanced -> Paste Lua configuration from clipboard
- Connect Detection zone -> Manual Switch -> Programming Board -> Manual Switch (both way)
- For multiple detection zone: add an "OR operator" between the Detection zones and the Manual Switch
(only 1 needed) in between the zones and switch - Then Programming Board -> databank(s) and screen
- Finnaly, hit ctrl+L while looking at the board
add your username in line 7 of unit.start()
rename the location to your liking
Elements needed:
List of commands:
- 'clear' [clear the databank(s)]
- 'dump' [dump the table as JSON in the screen HTML so you can copy it]
- 'exit' [exit debug mode]
- 'help' display a list of commands
- 'remove (indices)' [remove an entry from one of the table]
- 'update' [Update the screen code]
Known Issue:
Restrict access to certain door via a white-list of Usernames or Organizations
multiple doors/screens close together create "zones" automaticly
User editable colors
Instalation:
- 1x Programming board
- 1x Detection zone
- 1x Door (minimum)
- Doors
- Airlock
- Gate
- Forcefield
- Screen(s) (optional)
- 1x Manual Switch (optional)
- Copy the content of this link
- Right click (on the programming board) -> Advanced -> Paste Lua configuration from clipboard
- Connect Detection zone -> Programming Board
- Place it near the door(s)
- For multiple Zones: add an "OR operator" between the Detection zones and the Programming board
only one "OR operator" needed between - Then connect Programming board -> Door(s) and Screen(s)
- Finnaly, edit the lua parameters (Right click -> Advanced -> Edit Lua Parameters)
Add your username between the quotes ""- "Davemane42"
- "Davemane42, User2, User3"
- To add a global lockdown switch, connect the Programming board -> Manual Switch
The lockdown will be triggered next activation.
Elements needed:
Display all ores in the connected container. refreshes every 30 sec
Instalation:
- 1x Programming board
- 1x Container / ContainerHub
Copy the content of this link and paste on a programming board
Connnect the board to the container / ContainerHub.