fixture_creator:fixture_formula
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| fixture_creator:fixture_formula [2011/10/19 04:59] – created Jan_K | fixture_creator:fixture_formula [2025/05/26 16:17] (current) – [Usage] smp_qui_bug | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Fixture Creator - The " | ====== Fixture Creator - The " | ||
| - | The new " | + | The " |
| ==== Variables ==== | ==== Variables ==== | ||
| Line 19: | Line 19: | ||
| * ** - ** → Subtraction | * ** - ** → Subtraction | ||
| * ** * ** → Multiply | * ** * ** → Multiply | ||
| - | * ** / ** → | + | * ** / ** → |
| + | * ** \ ** → Integer Division | ||
| + | * ** ^ ** → Exponentiation | ||
| + | * ** MOD ** → Modulo | ||
| * ** ( ) ** → Parenthetical Ordering | * ** ( ) ** → Parenthetical Ordering | ||
| Line 74: | Line 77: | ||
| Action: This assigns the value in Channel 1 to the fixture' | Action: This assigns the value in Channel 1 to the fixture' | ||
| + | |||
| + | ==== ==== | ||
| + | **Example 6:** | ||
| + | == == | ||
| + | **CH2=2^3 ** | ||
| + | |||
| + | Action: Assign 2^3 (=8) to CH2 | ||
| + | |||
| + | ==== ==== | ||
| + | **Example 7:** | ||
| + | == == | ||
| + | **CH2=(14 MOD 10) ** | ||
| + | |||
| + | Action: Assign results of 14 Modulo 10 (=4)to CH2 | ||
fixture_creator/fixture_formula.1319000369.txt.gz · Last modified: (external edit)
