diff --git a/Writing-an-Op-Mode-with-FTC-Blocks.md b/Writing-an-Op-Mode-with-FTC-Blocks.md index 9a3f469..3db19e1 100644 --- a/Writing-an-Op-Mode-with-FTC-Blocks.md +++ b/Writing-an-Op-Mode-with-FTC-Blocks.md @@ -8,7 +8,7 @@ The FTC Blocks Programming Tool is a user-friendly programming tool that is serv Users drag and drop jigsaw-shaped programming blocks onto a design “canvas” and arrange these blocks to create the program logic for their op mode. The FTC Blocks Programming Tool is powered by Google’s Blockly software and was developed with support from Google. -
+
The examples in this section use a Windows laptop computer to connect to the Robot Controller. This Windows laptop computer has a Javascript-enabled web browser installed that is used to access the FTC Blocks Programming Tool.
@@ -20,17 +20,27 @@ Note that the process used to create and edit an op mode is identical if you are
Note that if you prefer, you can use an alternate device, such as an Apple Mac laptop, an Apple iPad, an Android tablet, or a Chromebook, instead of a Windows computer to access the FTC Blocks Programming Tool. The instructions included in this document, however, assume that you are using a Windows laptop.
-Note that this section of the wiki assumes that you have already setup and configured your Android devices and robot hardware. It also assumes that you have successfully connected your laptop to the Progam & Manage server on the Robot Controller device.
+Also note that this section of the wiki assumes that you have already setup and configured your Android devices and robot hardware. It also assumes that you have successfully connected your laptop to the Robot Controller's Progam & Manage wireless network.
### Creating Your First Op Mode
-If you connected your laptop successfully to the Programming Mode wireless network of the Robot Controller, then you are ready to create your first op mode. In this section, you will use the FTC Blocks Programming Tool to create the program logic for your first op mode.
+If you connected your laptop successfully to the Program & Manage wireless network of the Robot Controller, then you are ready to create your first op mode. In this section, you will use the FTC Blocks Programming Tool to create the program logic for your first op mode.
Note that it will take an estimated 10 minutes to create your first op mode.
| Creating Your First Op Mode |
| ---- |
-| 1. Launch the web browser on your laptop (FIRST recommends using Google Chrome).
Find the web address that is displayed on the Programming Mode screen of the Robot Controller. In our example, the web address is “192.168.49.1:8080”.
|
+| 1. Launch the web browser on your laptop (FIRST recommends using Google Chrome).
Find the web address that is displayed on the Programming Mode screen of the Robot Controller.
+
+
Important Note: If your Robot Controller is an Android smartphone, then the address to access the Program & Manage server is "192.168.49.1:8080".
+
+
|
| 3. Press the “Create New Op Mode” button which should be visible towards the upper left hand corner of the browser window.