Changes between Version 15 and Version 16 of Hardware/jCM/dCM3/dUsage


Ignore:
Timestamp:
Jun 15, 2011, 8:31:55 PM (13 years ago)
Author:
Ilya Chigirev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/jCM/dCM3/dUsage

    v15 v16  
    1616
    1717== Using the CM3 ==
    18 The CM3 board, once properly plugged in and powered up will find an IP address and then load the custom software written automatically. Once this has been done
     18The CM3 board, once properly plugged in and powered up will find an IP address and then load the custom software written automatically. Once the node has and IP and is powered up it should start communicating with the CMC right away. For details on the way the software works please refer to the [http://www.orbit-lab.org/wiki/Hardware/CM/cCM3/02-SoftwareDescription Software Description] or look at the code repository in the SVN. The UDP commands are described in more detail in the software description.
     19
     20=== UDP ===
     21UDP is the primary way to control the node, and is always running in the software. UDP is used to communicate between the CMC and the CM, each command from the CMC has a ACK (in software) to signify that the command was received and processed. UDP allows for the powering on, off, and reset of the node, as well as a reset command to the CM and enabling and disabling the update feature.
     22
     23=== Serial to Telnet tunnel ===
     24