Replies: 1 comment 1 reply
-
Hey, Can you give me a few more hints of where in the workflow should i be looking at? There are no repeaet nodes. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
There is most likely a very basic solution to my problem. For context: I have a UV LED strip controlled by a teensy using the SendSysex commands in Bonsai. The UV strip will either have the top section ON or the bottom section ON based on ROI activation at the top or bottom of the arena.
When the bottom ROI is activated the top section of the LED strip will go on and remain on until the top ROI is activated which will the turn off the top section of the strip and turn on the bottom. I need this loop to be continuous until the experiment is ended by me.
My bonsai script works for the first activation of each ROI but then does not repeat.
I have tried using the repeat node at the end of my state sequence, but it still does not repeat.
Does anyone have a suggestion on how to ensure this logic continues to loop?
Please see script attached.
Thank you!
UVstimulus - editing.bonsai.zip
Beta Was this translation helpful? Give feedback.
All reactions