DougPope
USA
Asked
— Edited
Friday, 1 February 2013
Good Morning Fellow EZ-Robot Scripters !
Is anyone available to colaborate on EZ-Scrpts and write simple Test Code Examples to become familar with Using the EZ-Script Instruction Set ?
Hopefully, we can do it by this Forum, if that is permitted, or Phone, or Skype, etc.
Thank You & Best Wishes From Phoenix,
DougPope@cox.net, 602-246-1246(H)
Doug, what functions do you need examples for?
There are some example scripts in the forums and also in the cloud if you want to look them over.
If you have any specific commands you need help with let me know and I'll tell you what I know. Or if you need to make the script do something if you explain it we cna see about writing a script to do that.
Doug, there are already Examples built in. Also, I have just posted mine to the cloud under finished robots.
Of course, we can ALWAYS USE MORE.
There are also lots of examples in this section:
synthiam.com/Community/Forum/threads.aspx?id=14
Hello Again Fellow EZ-Robot Scripters !
Thank You All For Your Time & Prompt Replys,
DougPope@cox.net, 602-246-1246(H)
RoombaMovementScriptWorkSheet.zip
Print$SlideValue1-Feb-2013.EZB
Saturday, 2 February 2013
Good Morning EZ-Robot Scripters !
Thank You All, DougPope@cox.net, 602-246-1246(H)
:Start
Print("Status of Digital Switch & Port")
If (GetDigital(D19) = 1) Print("Yes") Else Print("No") EndIf
Goto(Start)
#DougPope@cox.net, 602-246-1246
PrintingtheStatusofaDigitalSwitch2-Feb-2013.EZB