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

Personality Gen

Is there a variable that shows the stations of the personality gen. ? See I want to turn the personality gen on and off or pause ON or OFF according to a variable. What I did not want to do is have the personality gen already on then turn off the pause, that may restart the personality gen. and reset the timing on it.


ARC Pro

Upgrade to ARC Pro

Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

#1  
I'm now using the ON / OFF for the personality gen. Seems to work fine.
PRO
USA
#2  
I am not sure if this is what you found but I use the code:

ControlCommand( "Personality Generator", pauseOn )
ControlCommand( "Personality Generator", pauseOff )

in my code to activate or stop the personality generator without having to physically check or uncheck the box. Also there is a gear button on the personality generator panel that will allow you to pause the scripts while the robot is moving forward etc.

Aaron