Differences
This shows you the differences between two versions of the page.
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:// | 1. Create a SD flash card with the Example Image from https:// | ||
- | e.g. on Linux, new flash is mounted on /dev/sdd, open teminal in the directory where the example image " | + | e.g. on Linux, new flash is mounted on /dev/sdd, open teminal in the directory where the example image " |
- | 2. Insert new flash card into IOT2040, insert | + | 2. Insert new flash card into IOT2040, insert |
3. ssh into the system on 192.168.200.1, | 3. ssh into the system on 192.168.200.1, | ||
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 / | ||
+ | </ | ||
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 | ||
+ | </ | ||
7. When you restart the system, MIX will be running when the reboot is complete. You may type " | 7. When you restart the system, MIX will be running when the reboot is complete. You may type " | ||
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:// | + | The OPCUA endpoint is %%opc.tcp:// |
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. |