iot2040setup

Differences

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

Link to this comparison view

Next revision
Previous revision
iot2040setup [2020/05/12 19:31]
wikiadmin created
iot2040setup [2020/05/12 19:35] (current)
wikiadmin
Line 1: Line 1:
 1. Create a SD flash card with the Example Image from https://support.industry.siemens.com/cs/document/109741799/simatic-iot2000-sd-card-example-image?dti=0&lc=en-WW, such as https://support.industry.siemens.com/cs/attachments/109741799/Example_Image_V2.2.0.zip 1. Create a SD flash card with the Example Image from https://support.industry.siemens.com/cs/document/109741799/simatic-iot2000-sd-card-example-image?dti=0&lc=en-WW, such as https://support.industry.siemens.com/cs/attachments/109741799/Example_Image_V2.2.0.zip
  
-e.g. on Linux, new flash is mounted on /dev/sdd, open teminal in the directory where the example image "example_image.wic" resides, use sudo dd if=example_image.wic of=/dev/sdd bs=4Mthen use sync until the flash is completely written+e.g. on Linux, new flash is mounted on /dev/sdd, open teminal in the directory where the example image "example_image.wic" resides, use <code bash>sudo dd if=example_image.wic of=/dev/sdd bs=4M</code>then use <code bash>sync</code> and wait until the flash is completely written
  
-2. Insert new flash card into IOT2040, insert ethernet cable into X1P1LAN, power on the system, and wait for boot up. Ethernet will be active when fully booted.+2. Insert new flash card into IOT2040, insert Ethernet cable into X1P1LAN, power on the system, and wait for boot up. Ethernet will be active when fully booted.
  
 3. ssh into the system on 192.168.200.1, i.e., ssh 192.168.200.1 -l root 3. ssh into the system on 192.168.200.1, i.e., ssh 192.168.200.1 -l root
Line 11: Line 11:
 5. Extract the tar.gz using this command in the ssh terminal while in /home/root: 5. Extract the tar.gz using this command in the ssh terminal while in /home/root:
  
 +<code bash>
 tar -xvp -f IOT2040_MIX_03Oct2018.tar.gz -C / tar -xvp -f IOT2040_MIX_03Oct2018.tar.gz -C /
 +</code>
  
 This step takes a couple minutes to complete. This step takes a couple minutes to complete.
Line 17: Line 19:
 6. Delete the IOT2040_MIX_03Oct2018.tar.gz file by typing this into the ssh terminal: 6. Delete the IOT2040_MIX_03Oct2018.tar.gz file by typing this into the ssh terminal:
  
 +<code bash>
 rm IOT2040_MIX_03Oct2018.tar.gz rm IOT2040_MIX_03Oct2018.tar.gz
 +</code>
  
 7. When you restart the system, MIX will be running when the reboot is complete. You may type "reboot" in the ssh terminal to start the reboot. 7. When you restart the system, MIX will be running when the reboot is complete. You may type "reboot" in the ssh terminal to start the reboot.
Line 29: Line 33:
 There are three read-only OPCUA tags running in the server (a float, an int, and one boolean), and one read-write numeric value (which sets the level of the float flux server). There are three read-only OPCUA tags running in the server (a float, an int, and one boolean), and one read-write numeric value (which sets the level of the float flux server).
  
-The OPCUA endpoint is opc.tcp://192.168.200.1:12686/MIXOPCServer+The OPCUA endpoint is %%opc.tcp://192.168.200.1:12686/MIXOPCServer%%
  
 The OPCUA security model is NONE/NONE The OPCUA security model is NONE/NONE
  
 Note: The project running in this example will run as trial for an extended time. New projects downloaded to MIX will run for the time period set in the trial or permanently for a full license. Note: The project running in this example will run as trial for an extended time. New projects downloaded to MIX will run for the time period set in the trial or permanently for a full license.
  • iot2040setup.1589329911.txt.gz
  • Last modified: 2020/05/12 19:31
  • by wikiadmin