Process (output instruction)
PROC instruction
A simulated plant, so a control loop has something to act on with no hardware attached.
PROC(number, a, gain, rate, bias)Arguments
| Name | What it is | Accepts | Default |
|---|---|---|---|
| destination | What the instruction acts on | a register | required |
| a | Control input (CV) | a number or a tag | 0 |
| gain | Gain | a number | 1 |
| rate | Rate | a number | 0.5 |
| bias | Bias | a number | 0 |
Arguments are positional and this table is generated from the simulator's own instruction registry, so it always matches what the engine accepts.
