iot2040setup

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
iot2040setup [2020/05/12 19:33]
wikiadmin
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 33: 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 <nowiki>opc.tcp://192.168.200.1:12686/MIXOPCServer<nowiki>+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.1589330027.txt.gz
  • Last modified: 2020/05/12 19:33
  • by wikiadmin