Skip to content

Parametrization

Daniel edited this page May 7, 2018 · 16 revisions

Some machines (if not all...) can be configured.

This is done by placing parametrizer hatches in the machine structure and configuring them.

Currently there are 2 types of parametrizers:

  • Regular one, allowing only Integer input/output
  • Parametrizer X, allowing both Integer and Float input/output.

Each parametrizer can read a pair of numbers from the controller and send a pair of numbers to the controller. To select which pair of numbers you want to acces use the ID.

Parametrizer Manual:

  1. ID (first row) buttons affect which ID is selected
  2. 0 (second row) buttons affect the Output Number 0
  3. 1 (third row) buttons affect the Output Number 1
  4. X (fourth row) is used to multiply both Output Numbers

Parametrizer X Manual:

  1. ID (first row) buttons affect which ID is selected
  2. 0 (second row) buttons change the pointer to Point at Output Number 0 and also move the pointer around
  3. 1 (third row) buttons change the pointer to Point at Output Number 1 and also move the pointer around
  4. S C T I/F (fourth row) this buttons have multiple functions:
    • S - sets the current bit at the pointed position
    • C - clears the current bit at the pointed position
    • T - toggles the current bit at the pointed position
    • I/F - switches between Integer and Float mode

Disclaimer - holding shift while pressing buttons alters their behavior, experiment with them to learn more.

Clone this wiki locally