Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited

Feature Request For ARC

I would like to see a feature added to after you have written your script in EZ-Builder, you have an export option to either VB.net or C#.net. So basically take EZ-Script and convert it over to one of the programming languages.


ARC Pro

Upgrade to ARC Pro

Your robot can be more than a simple automated machine with the power of ARC Pro!

PRO
Synthiam
#1  
I'm sorry - that will not be possible. Converting to and from programming languages has been a difficult challenge since programming languages were created. There is no easy way to convert between languages - and all existing converters will include a warning that the conversion is not guaranteed.

Also, ARC includes a graphical interface. When you create a program in other languages, you have to define the interface yourself. While there are many routines for EZ-Script that includes waiting, looping, pausing, etc... That is called "threaded" in other programming languages - and the code is connected with the UI to ensure user interaction is not blocked. This would be unpredictable code to generate - because the number of uncertainties is enormous... So much, that it hurts my brain.

It would be much easier to load the C# EZ-SDK and look at the examples.