See this unboxing Video of a SWA5 Mini Client WiFi & SWA5 Client WiFi and how to attach the SWA on a touch monitor.
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.
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.
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
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:
You can find the MAC address of the device as follows:
Authentications for updates are often required. In the delivery state, the username and password for this type of authentication is ELAM.
Note: The password and username should be entered in uppercase letters.
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:
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:
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.
To setup a static IP address on a Smart Work Assistant, proceed as follows:
version: 2
renderer: NetworkManager
ethernets:
enp2s0:
dhcp4: true
dhcp6: true
enp3s0:
addresses:
- "10.43.0.1/23"
dhcp4: false
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
To get the right subnet, you can check Server:IPv4-Subnetze – manitu Wiki
sudo netplan apply