User Tools

Site Tools


setting_up_the_slave_umds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
setting_up_the_slave_umds [2016/12/21 18:25] walkeradminsetting_up_the_slave_umds [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 2: Line 2:
 \\  \\ 
 {{:rpi_umd_001b.jpg?650|}} {{:rpi_umd_001b.jpg?650|}}
-\\  
-\\  
-<color red>This page is work in progress and is incomplete</color> 
 \\  \\ 
 \\  \\ 
Line 34: Line 31:
     sudo nano /etc/dhcpdc.conf     sudo nano /etc/dhcpdc.conf
          
-    Add these lines to the end of the file (default is dhcp) using  your own IP Address details+    Add these lines to the end of the file (default is dhcp) using your own IP Address details
          
     eth0     eth0
Line 261: Line 258:
  
 ---- ----
 +==== Program Start ====
 +At the Program Start section of the Python code there is an extra line.
 +\\ 
 +    ## Get text file from master Pi UMD001 (runs the file getData in the Python folder)
 +    os.system("/home/pi/Python/getData")
 +\\ 
 +The <color red>os.system("/home/pi/Python/getData")</color> calls the getData script. This is the script that pulls the latest my_data.txt file from the UMD Master. This command is the one that needs the extra #import library.
 +\\ 
 +\\ 
  
  
setting_up_the_slave_umds.1482344744.txt.gz · Last modified: 2023/03/09 22:35 (external edit)