Welcome to ELAM Solutions Helpcenter

All topics /
Categories /
Hardware & Tools
/
SWA (Smart Work Assistant)

SWA (Smart Work Assistant)

Published:
April 29, 2024
Updated:
April 29, 2024
From:
Waldemar

Unboxing SWA5 Mini Client WiFi & SWA5 Client WiFi

See this unboxing Video of a SWA5 Mini Client WiFi & SWA5 Client WiFi and how to attach the SWA on a touch monitor.

Connections and Ports

In this post, we will show you the various types of connections and ports of the SWA5 Client Wi-Fi, so you know where to connect your devices or tools. Learn in this article how to setup the Inputs / Outputs.

Default Wi-Fi Settings

As delivered, each SWA has pre-configured Wi-Fi settings. The network name / SSID and password differs by the universal serial number per hardware (See red mark in the figure below). The serial number is always visibly attached to the SWA. You need this information if you want to connect a WiFi SmartTool Screwdriver to your SWA 5 Client.

WiFi Standard

The following describes the built-in WiFi standards of the SWA client.

WiFi certification: WiFi 6 (802.11ax)

Supports WiFi IEEE 802.11b/g/n/ac/ax in the 2.4 / 5 GHz band, 2T2R

Security standards: WPA2 Personal & Enterprise, WPA3, 64-bit and128-bit WEP, TKIP, 128-bit AES-CCMP, 256-bit AES-GCMPAuthentication

Protocols: 802. 1X EAP-TLS, EAP-TTLS/MSCHAPv2,PEAPv0 -MSCHAPv2 (EAP-SIM, EAP-AKA, EAP-AKA')

Maximum PHY data rate: Supports Wifi 6 (WLAN 802.11ax) 2x2 with1024QAM and 160 MHz bandwidth

Maximum data transfer rate: 2400 Mbit/s

MAC Address

To connect your SWA Client to your WiFi, you might need it's MAC Address.

To find the MAC address, navigate to the settings first:

  1. Click on the Power button on the main screen (On the top right).
  2. Click on Settings.

You can find the MAC address of the device as follows:

  1. Click on Network in the menu.
  2. Click on the Settings button.
  3. Click on Identity.
  4. Click on the drop-down for MAC Address. The MAC address of the device will be displayed under (enp2S0).

Users & Passwords

Authentications for updates are often required. In the delivery state, the username and password for this type of authentication is ELAM.

Perform an Update

  1. If your Smart Work Assistant requires an update, a prompt will be displayed on the screen.
  2. To confirm the update, enter the default username 'ELAM' and the password 'ELAM'.

Note: The password and username should be entered in uppercase letters.

Changing Username & Password

You have the option to change the username & password at any time if you want to restrict acces to your client. Here's how you can do it:

Navigate to the settings:

  1. Click on the Power button on the main screen (On the top right).
  2. Click on Settings.
  1. In the settings, select the Users option.
  2. Click on Password.
  3. Enter your current password. If you haven't changed it yet, both are ELAM.
  4. Now enter your desired password and confirm the new password by entering it again.
  5. Click on Change.

Use internet connection via WLAN

Important: Please note that the WiFi of the SWA5 clients is only intended for incoming connections and cannot be used to establish an Internet connection. If you need an internet connection, please use a method such as Ethernet (LAN) or an external WiFi dongle.

If you want to use an external WiFi dongle to establish an Internet connection, please note the following information:

  1. Dongle positioning: Place the dongle in a central location and avoid physical barriers to improve signal strength.
  2. Network selection: If possible, use the 5 GHz band instead of the 2.4 GHz band, as it is usually less susceptible to interference.
  3. Quality of Service (QoS) settings: Some devices offer QoS settings to ensure that important data packets receive priority. This can help minimize timeouts in critical applications.
  4. Wired connection: If a constant, reliable connection is required, consider a wired connection, especially for data-intensive tasks during production.

By following these recommendations, you can minimize the likelihood of timeouts due to WLAN-related issues and ensure a better and more stable user experience with our cloud-based web application.

Adequate latency and bandwidth are critical for an optimal user experience when using ELAM Solutions. By ensuring that your network connection meets these minimum requirements, you will be able to take full advantage of the rich features of ELAM Solutions. If you are experiencing connectivity issues, we recommend that you check your network performance and make adjustments as necessary.

Setup static IP address

To setup a static IP address on a Smart Work Assistant, proceed as follows:

  1. Click on the menu in the system
Open the Menu in Ubuntu
  1. Click on terminal
Start Terminal
  1. Enter the followin command and click Enter:
    1. sudo nano /etc/netplan/01-network-manager-all.yaml
Befehl "sudo nano /etc/netplan/01-network-manager-all.yaml" eingeben

  1. Standard Kennwort "ELAM" eingeben und auf Enter klicken
Kennwort eingeben
  1. Setup your configuration:
    1. Your configuration should look like this currently:
  • version: 2
    renderer: NetworkManager
    ethernets:
     enp2s0:
       dhcp4: true
       dhcp6: true
     enp3s0:
       addresses:
       - "10.43.0.1/23"
       dhcp4: false

  1. Your configuration should look like this, after the changes (This is just an example, please edit the IP adress for you purpose)
  • version: 2
    renderer: NetworkManager
    ethernets:
     enp2s0:
       addresses:
       - 10.0.3.174/22
       nameservers:
         addresses: [10.0.0.51,10.0.0.1]
       routes:
       - to: default
         via: 10.0.0.1
       dhcp4: false
     enp3s0:
       addresses:
       - "10.43.0.1/23"
       dhcp4: false

  1. Update the configuration with the command:
  • sudo netplan apply
  1. Restart your Computer / Smart Work Assistant