
Doombot
USA
Asked
— Edited
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.
@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
@Marc.... she would be really bored if she went through my web history.... LOL
@all
I'll test this when I get home then I will resolve the issue. Thanks!
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!
@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...
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"....
Have you tried it using a different port other than D8?
Yep I tried D1-D8