fixture_creator:fixture_formula

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fixture_creator:fixture_formula [2012/12/06 19:57] – external edit 127.0.0.1fixture_creator:fixture_formula [2025/04/07 22:07] (current) – [Usage] smp_qui_bug
Line 1: Line 1:
 ====== Fixture Creator - The "Formula" Feature ====== ====== Fixture Creator - The "Formula" Feature ======
  
-The new "Formula" feature can both greatly simplify a fixture's Macro window and add more controls at the same time.+The "Formula" feature can both greatly simplify a fixture's Macro window and add more controls at the same time.
  
 ==== Variables ==== ==== Variables ====
Line 19: Line 19:
   * ** - **  →  Subtraction   * ** - **  →  Subtraction
   * ** * **  →  Multiply   * ** * **  →  Multiply
-  * ** / **  →  Divide+  * ** / **  →  Division 
 +  * ** \ **  →  Integer Division 
 +  * ** ^ **  →  Exponentiation 
 +  * **  MOD  **  →  Modulo
   * ** ( ) **  →  Parenthetical Ordering   * ** ( ) **  →  Parenthetical Ordering
  
Line 74: Line 77:
  
 Action: This assigns the value in Channel 1 to the fixture's Channel 2. (Programming syntax reads from right to left.) Action: This assigns the value in Channel 1 to the fixture's Channel 2. (Programming syntax reads from right to left.)
 +
 +==== ====
 +**Example 6:**
 +== ==
 +**CH2=2^3 **
 +
 +Action: Assign 2^3 (=8) to CH2
 +
 +==== ====
 +**Example 7:**
 +== ==
 +**CH2=(15 MOD 10) **
 +
 +Action: Assign results of 14 Modulo 10 (=4)to CH2
  
  
fixture_creator/fixture_formula.1354823874.txt.gz · Last modified: 2013/03/11 02:59 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki