Actions

Editing Integrated Circuit (IC10)

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 15: Line 15:
 
<translate>
 
<translate>
 
<!--T:2-->
 
<!--T:2-->
A chip that is programmed with a [[computer]]. Place the circuit in a [[Kit (IC Housing)|IC Housing]] or directly into the programmable slot of certain devices, e.g. [[Kit (Atmospherics)|Atmospherics]].  The [[MIPS]] language is used.
+
A chip that is programmed with a [[Special:MyLanguage/computer|computer]]. Place the circuit in a [[Special:MyLanguage/Kit (IC Housing)|IC Housing]].  The [[Special:MyLanguage/MIPS|MIPS]] language is used.
 
</translate>
 
</translate>
  
 
= Where to get programs =
 
= Where to get programs =
* Write one by yourself using the [[computer]] or [[Laptop]].
+
* Write one by yourself using the [[computer]].
 
* Paste whatever you have found on the internet into your [[computer]].
 
* Paste whatever you have found on the internet into your [[computer]].
 
* Load from your private library program you have saved previously (even from different savegame).
 
* Load from your private library program you have saved previously (even from different savegame).
Line 25: Line 25:
  
 
= How to create programs =
 
= How to create programs =
== You'll need ==
+
== You'l need ==
 
# Basic knowledge about math and logic
 
# Basic knowledge about math and logic
 
# Whatever you're intending to program (e.g.: cycling airlock) you must be learnt to do manually (e.g.: close doors, turn on vents, etc)
 
# Whatever you're intending to program (e.g.: cycling airlock) you must be learnt to do manually (e.g.: close doors, turn on vents, etc)
# Learn the MIPS programming language. MIPS is real world low-level (i.e. close to hardware) programming language. IC10 is MIPS with some Stationeers flavor added. It is fairly simple and compact. Due to its simplicity MIPS is not suitable for big programs but you re not going to develop those in the game anyways.
+
# Learn the MIPS programming language. MIPS is real world low-level (i.e. close to hardware) programming language with some Stationeers flavor added. It is fairly simple and compact. Due to its simplicity MIPS is not suitable for big programs but you re not going to develop those in the game anyways.
  
 
== How to start getting in the MIPS programing ==
 
== How to start getting in the MIPS programing ==
Get some simple program (even 10 lines will do), run it in Stationeers to see what it does and then read the text. Look into ingame editor help pages to decrypt keywords. MIPS keywords are abbreviations of English words and mostly make sense, eg. <code>beqz r0 foobar</code> means "'''B'''ranch (jump) to line labeled foobar if r0 '''EQ'''uals to '''Z'''ero".
+
Get some simple program (even 10 lines will do), run it in Stationeers to see what it does and then read the text. Look into ingame editor help pages to decrypt keywords. MIPS keywords are abbreviations of English words and mostly make sence, eg. <code>beqz r0 foobar</code> means "'''B'''ranch (jump) to line labeled foobar if r0 '''EQ'''uals to '''Z'''ero".
 +
With due respect to involved people, learning programming by watching video (on youtube, etc) is waste of your time, do not do that.
  
 
= How to flash program onto the IC chip =
 
= How to flash program onto the IC chip =
# Setup a [[Computer]], wire it to power.
+
# Setup a [[computer]], wire it to power.
# Insert a [[Motherboard (IC Editor)]] in it.
+
# Insert a [[Motherboard (IC Editor)]] in.
 
# Place [[Kit (IC Housing)|IC Housing]].
 
# Place [[Kit (IC Housing)|IC Housing]].
 
# Wire DATA (green, right) port of the computer to DATA (green, bottom) port on the IC Housing.
 
# Wire DATA (green, right) port of the computer to DATA (green, bottom) port on the IC Housing.
## Unless you're going to actually use/test your program in this particular IC Housing you do not need to power it.
+
# Unless you're going to actually use/test your program in this particular IC Housing you do not need to power it.
# Insert [[Integrated Circuit (IC10)]] into [[Kit (IC Housing)|IC Housing]].
+
# Turn on the computer and see if your IC Housing is listed and selected in the drop-down selector. You can have several IC Housings on the same data network, in that case better be renaming them using [[Labeller]]. The IC10 Integrated Circuit itself can also be labeled (and painted).
# Turn on the Computer, look at its screen and see if your IC Housing is listed and selected in the drop-down selector. You can have several IC Housings on the same data network, in that case better be renaming them using [[Labeller]]. The IC10 Integrated Circuit itself can also be labeled (and painted).
+
# Write/download a program and click "Export" on the computer. If IC housing is powered the program will immediately run.
## Optional: click "Import" to retrieve a program from the [[Integrated Circuit (IC10)]] into the computer.
+
# When Circuit is picked up size of the program in bytes is shown.
# Click "Edit" to open the code editor. Write/load from "Library"/paste your program, click "Confirm".
 
# Now Computer contains the new program and Integrated Circuit still contains old one (or empty program). Click "Export" on the computer to copy the program into the Circuit. If the IC housing is powered the program will immediately run. You can repeat "Export" as many times as you want and reuse old Circuits.
 
# When Circuit is picked up size of the stored program in bytes is shown.
 
 
 
Note: Steps 1-6 can be used with a [[Laptop]] now as well.  The laptop includes an IC housing so you don't have to place your own and wire it to edit chips.  This is limited to editing chips that are in the laptop (1 at a time) and cannot be used to edit chips already on the network.
 
  
 
= How to make use of programmed IC Integrated Circuit =
 
= How to make use of programmed IC Integrated Circuit =

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Templates used on this page: