Asked — Edited

Turning Digital Ports On/Off With Speech?

Hello all When I'm using a Movement Panel the digital ports work (using "set digital" to verify, it turns red when off and green when it's on) but somehow when I try to use speech control to turn the same port on, it doesn't work.

Can someone test this for me, or is this a possible bug?

Thanks all.:P


ARC Pro

Upgrade to ARC Pro

Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.

#17  

@Richard R

"Occum" haha I don't think it's a spelling mistake, it's a Freudian slip...what else are you doing on your computer eh? Careful the missus might catch you :D

#18  

@Marc.... she would be really bored if she went through my web history.... LOL

#19  

@all

I'll test this when I get home then I will resolve the issue. Thanks!

#20  

I would try to sleep for 5000 . Equals around 5 Seconds.

But if for the other person it worked fine . . . You may have a windows or memory problem. Or you may have to download and re-install ARC.

Good Luck!

#21  

@MovieMaker

Thanks for the help brotha...but I don't think it's a "sleep" problem...most of my test scripts don't even have sleep in between commands just usually at the end of the script block...I do think there is something interfering but I posted it here because i thought it could be a possible bug...

I laways use the latest ARC so it's not that, and I have a pretty decent laptop...

#22  

I tried this:

saywait("start test script") set(D8, ON) if(getdigital(D8) = "1") saywait("digital eight is working") elseif(getdigital(D8) = "0") saywait("digital eight is not working") endif

Of course I opened a "set digital" control to monitor it... And like you guessed, when I run the script I get "start test script" and "digital eight is not working"....

United Kingdom
#23  

Have you tried it using a different port other than D8?