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.

#9  

Also try closing and reloading your project and/or creating a new one and test it again with longer sleep commands...

I assume you got your v4 then?

#10  

try this..


set(D1,off)
set(D8,off)
sleep(2000)
set(D1, ON)
sleep(1000)
set(D1, OFF)
sleep(250)
set(D8, ON)
SayWait("I am turned on")

#11  

@Richard R

Nah dude I had to cancel the V4 order to make way for the mold making materials...However I have a V4 and Camera coming my way from someone...maybe within the week

Its so weird man because I'm using the same ports on a Movement Panel and they all turn "high" on voice command...

#12  

So you using a V3 then? Can you upload the project, maybe.... ? Try it on you other PC when you get home... Also if it still doesn't work save a copy of your project and start removing components and or controls until it works... This should work...It is possible another component in your project is interfering with the set() command... Also try doing this from a basic script to see if it works that way....

#13  

@Doombot ...also remember Occum's Razor.... It's probably the simplest reason that is keeping this from working...:)

United Kingdom
#14  

Yeah, your script worked for me no problem and with no changes to sleeps. But, I am using a v4. Best to use Richards advice on this one. I had to do exactly that 1/2 hour ago with my project and solved my issue by doing what exactly what Richard has said about deleting components on a copied project.

#15  

@Richard R It shouldn't matter if it's V3 or not...I'm just playing around with the software at work so i can test the shoulders when I get home...

Oh it's "Occam's Razor"...hah:D

#16  

I was just curious if you had received you V4 yet, that's all.... I just put salt in my eyes because of my spelling mistake...:P I will repent my friend:P