Australia
Asked — Edited

Embedded Control Syntax

Hi there, Sorry if this is a noob question. I'm building my own web interface using the JD and i found these commands here: ez-move text="button title (i.e. Forward)" data-direction="forward" ez-move text="button title (i.e. Right)" data-direction="right" ez-move text="button title (i.e. Reverse)" data-direction="reverse" ez-move text="button title (i.e. Left)" data-direction="left" ez-move text="button title (i.e. Stop)" data-direction="stop" ez-script text="button title">ezscript command</ez-script> ez-camera data-controlname="Camera" data-interval="100"

I am new to this and I was wondering is there some where i can find other commands that I can put into my html Thanks


ARC Pro

Upgrade to ARC Pro

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

Australia
#1  

Hi - We are starting a similar project and would also like to know about which HTML tags we can use to interface our webpage with the EZ-Robot. I did find this link - if it usefull:

There are special html style tags that are used to create buttons for interaction with ARC. These buttons are AJAX, which means they do not reload the page when pressed.

&lt;ez-move text=&quot;button title (i.e. Forward)&quot; data-direction=&quot;forward&quot; /&gt;
&lt;ez-move text=&quot;button title (i.e. Right)&quot; data-direction=&quot;right&quot; /&gt;
&lt;ez-move text=&quot;button title (i.e. Reverse)&quot; data-direction=&quot;reverse&quot; /&gt;
&lt;ez-move text=&quot;button title (i.e. Left)&quot; data-direction=&quot;left&quot; /&gt;
&lt;ez-move text=&quot;button title (i.e. Stop)&quot; data-direction=&quot;stop&quot; /&gt;
&lt;ez-script text=&quot;button title&quot;&gt;ezscript command&lt;/ez-script&gt;
&lt;ez-camera data-controlname=&quot;Camera&quot; data-interval=&quot;100&quot; /&gt;

This might be a place to start... https://synthiam.com/Tutorials/Help.aspx?id=205