BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Rube Goldberg Code

Creating a marker values color ramp for an intensity graph apparently requires:

 

A stacked sequence with 4 frames.

 

  • In the first frame, we define the variables and place all terminal disconnected inside it.
  • In the second frame we ensure that Max>Min, requiring a case structure, a temporary "variable" and a three frame flat sequence (picture 1)
  • In the third frame we calculate several intermediary variables
  • In the last frame, we create the ramp, e.g. converting a DBL to U32 that then gets immediately coerced 3x to U8 (picture 2)
  • (The problem is that the result is incorrect, for example the max never appears in the output.)

 

 

Picture 1

altenbach_0-1747419845502.png

 

 

Picture 2

altenbach_1-1747419970140.png

 

 

I think this does it better:

 

altenbach_0-1747418905161.png

 

0 Kudos
Message 2611 of 2,611
(32 Views)