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,613
(63 Views)

@altenbach wrote:

 


I always forget about that output configuration...

 

You could argue that a To Unsigned Byte integer is clearer, but actually I don't even know how to get the output configuration working 🙄...

wiebeCARYA_0-1747646443459.png

The output stays a double or breaks the wire when connected to a Join Number:

wiebeCARYA_1-1747646636923.png

 

Probably a Monday morning ( 🌴😑 :palmface:) issue, but honestly I never use the output configuration.

0 Kudos
Message 2612 of 2,613
(19 Views)

wiebe@CARYA  a écrit :

@altenbach wrote:

 


I always forget about that output configuration...

 

You could argue that a To Unsigned Byte integer is clearer, but actually I don't even know how to get the output configuration working 🙄...

wiebeCARYA_0-1747646443459.png

The output stays a double or breaks the wire when connected to a Join Number:

wiebeCARYA_1-1747646636923.png

 

Probably a Monday morning ( 🌴😑 :palmface:) issue, but honestly I never use the output configuration.


Talking about a palmface: I am just discovering about the output configuration 😅

Would be nice to have it as a Right Click menu instead of full properties menu only.

 

0 Kudos
Message 2613 of 2,613
(11 Views)