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

Ez-Avm

I have been trying to teach myself C#.

I decided a good way to do this would be to write an application that pulls variables from Roborealm using their API into EZ-Builder. The long term goal is to use the AVM module to learn a path that the robot can follow.

While the app is no where near done and the code looks like road kill I was able to get variables from the Roborealm AVM module into EZ-Builder. (Thanks to DJ for some good examples)

Here are two screen shots showing it in action.

I am pulling the NV_OBJECTS_TOTAL variable value generated by AVM into a variable $x inside EZ-Builder.


User-inserted image



User-inserted image



Thanks


ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

#2  
STeven from Roborealm added a module inside of Roborealm that supports exporting variables from Roborealm into ARC so this little application is now obsolete.

However writing this was a fun way to get more familiar with C#.:D

Thanks