Sabre Robotics LogoFRC 6045 Programming Website!

The purpose of this website is to make it easier to find programming-related things that are used or made by FRC 6045.


PACK Challenge Documentation

Installation of required software
      You will need a Siemens account to download and install these.
      
      
      


Guides for the programming languages
      One can use either Ladder Logic (LAD) or Functional Block Diagram (FBD). In some situations, one can also use the text-based SCL/STL. is a website with many descriptions of FBD diagrams.


Connecting to the control box
      When connecting to the control box, make sure that the physical control box, the control box that the computer is looking for, and the computer itself have similar IP addresses. In our case, the computer is 192.168.0.100 and the control box is 192.168.0.10 (in both places). All three should also have a subnet mask of 255.255.255.0. Since we are connecting directly to the control box with an Ethernet cable, we have the router unchecked.

      We have not actually gotten it to connect yet; this part of the page will be updated when we do.


PACK Challenge website
       is a link to the PACK Challenge website.


GitHub repository
       holds our PACK Challenge code.