.RBG File Extension
ROBOTC Program
Developer | Robomatter Inc. |
Popularity |
1.5 | 2 Votes |
What is an RBG file?
An RBG file is a program created using Graphical ROBOTC, a block-based programming interface that developers use to create programs for VEX Robotics, LEGO MINDSTORMS, and Arduino devices. It contains XML that Graphical ROBOTC uses to show a program to a user, as well as convert that program into a C program for use by a device.
More Information
ROBOTC is an educational programming platform that allows students to create programs for VEX Robotics, LEGO MINDSTORMS, and Arduino devices. The ROBOTC platform includes both graphical (block-based) and text-based programming interfaces. Graphical ROBOTC saves developers' programs as RBG files. (The text-based version of ROBOTC primarily saves developers' programs as .C files.)
Developers use slightly-different versions of Graphical ROBOTC to create programs for different subsets of devices. For example, the version of Graphical ROBOTC used to create Arduino programs is different from the version used to create VEX Robotics programs. As such, the RBG files each version of Graphical ROBOTC produces are also slightly different. You can determine what type of device an RBG program was created for by opening the file in a text editor (such as Microsoft Notepad) and looking for identifying information, such as VexIQ.
How to open an RBG file
You can open an RBG file in the version of Graphical ROBOTC (Windows) that created the file. To do so, select the program's Open File button. Then, navigate to and open your RBG file.