EZB Connection icon EZB Connection Connects EZ-B I/O controllers to ARC via COM or IP (5 connections). Supports init scripts, battery monitoring, TCP/EZ-Script server and serial/I2C. Try it →

ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

That's because your script is repeating for ever in a repeat loop.

Read your script, it's doing what you're asking it to do...

  1. run a soundboard

  2. flash an led for ever

That's what you're asking it to do. What do you want to do?

Author Avatar
PRO
Belgium
Thingiverse
#2  

1 say sound file,play motion,flikker led 2 stop all

#3  

@nomad ... take lines 2 and 12 out (no repeatuntil).... The script will only run once but it will do what you want...

I can help you but give DJ the credit for this... I don't want any credits at this time....*

Author Avatar
PRO
Belgium
Thingiverse
#4  

RR

ok i give credit it dj

i made a video.

#5  

@nomad... your script repeats so the leds won't ever stop... Either remove lines 2 and 12 or add a long sleep command after set(D11,OFF) (after line 11)....