ADC Meter icon ADC Meter ADC VU meter displaying 0-3.3/5V as a 0-255 linear meter; configurable board/port, sampling interval and color; pausable real-time readings. Try it →

ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

Author Avatar
United Kingdom
#2  

Nice! but you missed the question, what I am looking to do is to create a standalone app to control an ez-b based bot, rather than have the kitchen sink carrying ARC (which I happen to love, but some people find overwhelming) :-)

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#3  

Blockly generates code - and doesn’t interface directly with any functions. Think of the Blockly UI as a graphical representation of code commands or snippets. There’s a block layer, where you define blocks. And there’s a code layer, which relates blocks to code.

Blockly is JavaScript and runs in a bowser window, such as Cef Chronium in c#

You will need an interpreter to convert the Blockly generated code to functions. Some sort of complied or script interpreter.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#4  

Oh, one more thing... if you want to see how Blockly creates ez-script, look in the ARC application folder on your hard drive here:  C:\Program Files (x86)\EZ-Robot Inc\EZ-Builder\Blockly