.RBG 파일 확장자
ROBOTC Program
| 개발사 | Robomatter Inc. |
| 인기도 |
1.5 | 2 투표 |
RBG 파일이란 무엇인가요?
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.
추가 정보
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.
RBG 파일을 여는 방법
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.
