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

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

#1  

I'm now using the ON / OFF for the personality gen. Seems to work fine.

#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