Skip to content

Commit

Permalink
Exclude new registers from lickometer board
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed May 14, 2024
1 parent d6a960c commit 1bc757e
Showing 1 changed file with 45 additions and 19 deletions.
64 changes: 45 additions & 19 deletions src/vr-foraging.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,31 @@ Item2.Light as Light)</scr:Expression>
<harp:Address>15</harp:Address>
</harp:Register>
</Expression>
<Expression xsi:type="rx:Condition">
<Workflow>
<Nodes>
<Expression xsi:type="WorkflowInput">
<Name>Source1</Name>
</Expression>
<Expression xsi:type="MemberSelector">
<Selector>Address</Selector>
</Expression>
<Expression xsi:type="GreaterThan">
<Operand xsi:type="IntProperty">
<Value>34</Value>
</Operand>
</Expression>
<Expression xsi:type="BitwiseNot" />
<Expression xsi:type="WorkflowOutput" />
</Nodes>
<Edges>
<Edge From="0" To="1" Label="Source1" />
<Edge From="1" To="2" Label="Source1" />
<Edge From="2" To="3" Label="Source1" />
<Edge From="3" To="4" Label="Source1" />
</Edges>
</Workflow>
</Expression>
<Expression xsi:type="Combinator">
<Combinator xsi:type="p12:GroupByRegister" />
</Expression>
Expand Down Expand Up @@ -2374,28 +2399,29 @@ Item2.Light as Light)</scr:Expression>
<Edge From="11" To="12" Label="Source2" />
<Edge From="13" To="14" Label="Source1" />
<Edge From="14" To="15" Label="Source1" />
<Edge From="15" To="18" Label="Source1" />
<Edge From="16" To="17" Label="Source1" />
<Edge From="17" To="18" Label="Source2" />
<Edge From="19" To="20" Label="Source1" />
<Edge From="15" To="16" Label="Source1" />
<Edge From="16" To="19" Label="Source1" />
<Edge From="17" To="18" Label="Source1" />
<Edge From="18" To="19" Label="Source2" />
<Edge From="20" To="21" Label="Source1" />
<Edge From="21" To="24" Label="Source1" />
<Edge From="22" To="23" Label="Source1" />
<Edge From="23" To="24" Label="Source2" />
<Edge From="25" To="26" Label="Source1" />
<Edge From="21" To="22" Label="Source1" />
<Edge From="22" To="25" Label="Source1" />
<Edge From="23" To="24" Label="Source1" />
<Edge From="24" To="25" Label="Source2" />
<Edge From="26" To="27" Label="Source1" />
<Edge From="27" To="30" Label="Source1" />
<Edge From="28" To="29" Label="Source1" />
<Edge From="29" To="30" Label="Source2" />
<Edge From="31" To="32" Label="Source1" />
<Edge From="32" To="35" Label="Source1" />
<Edge From="33" To="34" Label="Source1" />
<Edge From="34" To="35" Label="Source2" />
<Edge From="36" To="37" Label="Source1" />
<Edge From="27" To="28" Label="Source1" />
<Edge From="28" To="31" Label="Source1" />
<Edge From="29" To="30" Label="Source1" />
<Edge From="30" To="31" Label="Source2" />
<Edge From="32" To="33" Label="Source1" />
<Edge From="33" To="36" Label="Source1" />
<Edge From="34" To="35" Label="Source1" />
<Edge From="35" To="36" Label="Source2" />
<Edge From="37" To="38" Label="Source1" />
<Edge From="38" To="41" Label="Source1" />
<Edge From="39" To="40" Label="Source1" />
<Edge From="40" To="41" Label="Source2" />
<Edge From="38" To="39" Label="Source1" />
<Edge From="39" To="42" Label="Source1" />
<Edge From="40" To="41" Label="Source1" />
<Edge From="41" To="42" Label="Source2" />
</Edges>
</Workflow>
</Expression>
Expand Down

0 comments on commit 1bc757e

Please sign in to comment.