

And here we have our orders and we have software download. So, here I'll just select United States and then again our username and our password. So, if you have an account and you're from Europe but you've registered your account from United States you cannot log in. It's strange but this is how the site works. So, it's very important to know your region and from which region you have created your account. Actually we are located in Europe but for different reasons we had to register from United States. So, we already are customer and we then try to log in.Īnd sometimes for us there is an error. Currently as of today the look and feel of the design of the site might change in the future but as of today we can just create a new customer or register as a customer. When we go to the VEX ROBOTICS site and there is a page 'Customer account log in'.

In this video we'll install the software so that you can learn how to do it, what is the software, how to use it and in some of the next videos we'll stop at writing the programs. Esta preconfigurado para usar los motores izquierdo y derecho en los puertos 1 y 10 respectivamente (Rojo en 1 hacia afuera y Rojo en 10 hacia dentro).In order to use the cortex controller and to control our robot we must implement a program and we use a software for writing this program. INSTRUCTIONS AND PRESENTATION (WITH VIDEOTUTORIALS!)Ĭomandos en Español para RobotC EDR. Your motors are not working? Check the motor configuration, at the beginning of the "robotx.h" file and change the existing ports by the ones that you are using.Did you copy the "Template.c" and "Robotx.h" to the same folder? Make sure that they are on the same folder.Edit "ESTemplate.c" with your own code.Īll the code is documented in Spanish and English to make them understandable for everyone.Download the files "ESTemplate.c" and "robotx.h" and put them on the same folder.Download the file "robotx.h" and place it on the same folder that your program.# include "robotx.h " //Includes the RobotX
