Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI User Guide

June 11, 2024
daviteq

Daviteq STHC-ISGWF-WS433-CL-04 iconnector WIFI

Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-
product

USER GUIDE FOR ICONNECTOR WIFI

This document is applied for the following products

__

SKU

| __

STHC

| __

HW Ver.

| __

1.1

| __

FW Ver.

| __

w1.5_17101

---|---|---|---|---|---
Item Code| STHC-ISGWF-WS433- CL-04| __

iConnector WIFI, RS485/MODBUSRTU with built-in wireless co-ordinator

Functions Change Log

HW Ver.

|

FW Ver.

|

Release Date

|

Functions Change

---|---|---|---
1.1| w1.5_17101| DEC-2021|

Introduction

STHC is a Smart IoT Gateway, aka iConnector, a main component in any IoT application. iConnector has a role to connect the real World’s things like sensors, meters, ,machines…to server system for data logging, data analytics, monitoring & controls…iConnector support multiple Industrial Fieldbus like Modbus, EthernetIP, Profinet, CClink, Wireless sensor network…It connects to server system via LAN/WAN as Ethernet, WiFi or Cellular.

Specification

Host Communication

| 802.11b/g/n, 2.4Ghz, internal Wifi antenna, integrated wireless co- ordinator
---|---

Host communication supports

|

TCP/IP, UDP/IP, FTP, HTTPS, SNMP…

Fieldbus communcation

|

ModbusRTU x 01 port, 31 slaves, max 19.2 kpbs

Vietnam Type Approval Cerification

|

QCVN 54:2011/BTTTT, QCVN 15:2015/BTTTT (DAVITEQ B00122019)

Power supply

|

7..48VDC, avg 200mA, peak 1.5A

On-board memory & sensors

|

2MB Flash, PCB temperature sensor

Electrical connectors

|

M12, 4-pin, coding A or 9mm Power Plug and USB port

Buzzer

|

Internal buzzer

Antenna

| Internal Wifi antenna, standard external antenna 0 dbi, option 3dbi, 6dbi, 9dbi.
 |  |

RF frequency band

| Free license ISM 433.92Mhz (for others 868, 915, 920Mhz, refer related datasheets)

Security Standard

|

AES-128

Data speed

|

Up to 50kbps

Operating Temperature/Humidity

|

-20 .. + 60 degC / 95%RH, non-condensing

Housing/Protection

|

Aluminum+Polycarbonate. All version is IP67 protection

Dimension

|

H130xW90xD40 for Ethernet/WiFi versions

Net weight

|

350 grams Ethernet/WiFi versions

Operation principle

LED meaning

LED status

Status Meaning
Fixed ON iConnector has been supplied with external power
Blinking (4 seconds blink 1 time) Without external power, iConnector is using

battery.
Blinking (2 seconds blink 1 time)| Low battery warning (Used for type D battery version)

LED modbus

Status Meaning
Fixed ON Modbus connected
Blinking (1 seconds blink 2 time) Connection errors (wrong configuration of

baudrate, noise, …)
OFF| No modbus connection

LED network

Status Meaning
Fixed ON Connecting with Globiots

Blinking (1s change state)

| Initializing wifi generator, waiting for configuration via phone or modbus tool (For iConnector wifi)
---|---
OFF| No connection with Globiots

Memory Map
  • Data address area: 0x2000-0x22FF (768 bytes), and 0x6000-0x6FFF (4096 bytes).
  • Controller address area: 0x3000-0x30FF (256 bytes, without flash storage), and 0x5000-0x50FF (256 bytes, with flash storage).
    Address| Size (bytes)| Memory type| Read/Write| Description
    ---|---|---|---|---

0-0x1FFF

|

8096

|

FLASH

|

R/W

| Save active configuration, do not allow log, realtime.

0x2000-0x22FF

|

768

|

RAM

|

R

| Save data read from modbus slaves.

0x2300-0x24FF

|

512

|

RAM

|

R

| The intrinsic data of iConnector
0x3000-0x30FF| 256| RAM| R/W|
0x5000-0x50FF| 256| FLASH| R/W|

0x6000-0x6FFF

|

4096

|

RAM

|

R

| Save data read from modbus slaves

Address area 0x5000-0x50FF

  • 256 bytes;
  • Save in flash (when power is lost, will keep the same value);
  • Allows reading, and writing from Globiots;
  • Allow log (realtime);
  • Allows Modbus write to Slaves;
  • It is not allowed to store data read from Modbus Slaves.

NOTE:
Flash recorded about 100,000 times will be damaged so do not use this area to contain the value is changed several times.

Logged data

  • Up to 20 different log cycles;
  • 320 log parameters maximum for all log cycles.
  • Up to 120 log parameters per log cycle.

Modbus

  • Support modbus RTU.
  • Address slave 1… 247.
  • It is not allowed to set address slave = 0.
  • Baudrate 4800/9600/19200.
  • Parity none / odd / even.
  • Up to 100 modbus instructions.
  • The address area for storing read data: 0x2000-0x22FF (768 bytes), and 0x6000-0x6FFF (4096 bytes).
  • Controller address area: 0x3000-0x30FF (256 bytes, without flash storage), and 0x5000-0x50FF (256 bytes, with flash storage).

Realtime

  • Read up to 200 parameters.
  • If all parameters are float (4 bytes) then read up to 140 parameters.
  • The fastest realtime sending frequency is 1 second.

Alarm

  • Up to 28 alarms.
  • Supported data types:
    PrmType| Description| # Byte| Range
    ---|---|---|---
    1| BYTE| 1| 0 to 255
    2| UINT16| 2| 0 to 65,535
    3| UINT32| 4| 0 to 4,294,967,295
    4| FLOAT| 4| -/+3.40282347 * (10^+38)
    5| INT16| 2| -32,768 to 32,767
    6| INT32| 4| -2,147,483,648 to 2,147,483,647

Event

  • The event table is 1024 bytes.
  • The number of events depends on the short length of the event configured.
  • Supported data types:
    PrmType| Description| # Byte| Range
    ---|---|---|---
    1| BYTE| 1| 0 to 255
    2| UINT16| 2| 0 to 65,535
    3| UINT32| 4| 0 to 4,294,967,295
    4| FLOAT| 4| -/+3.40282347 * (10^+38)
    5| INT16| 2| -32,768 to 32,767
    6| INT32| 4| -2,147,483,648 to 2,147,483,647
Health data
  • Every 15 seconds send health pack 1 time.

Configure using the iConfig app on the phone

After supplying power the iConnector via M12 connector, only configure using the iConfig app within the first 5 minutes. Use app on android phone then configure the Wifi Name and Password that iConnector Wifi will connect to. Please refer to how to configure using iConfig app with the following link:
iConfig Mobile app for Android

Connect iConnector to Templogger Pro Server System

Login
Please visit the link to the login page: Templogger Pro – Login
If you do not have an account on the Templogger Pro Server System, please contact the Templogger Pro technical staff for assistance.Daviteq STHC-
ISGWF-WS433-CL-04 iConnector WIFI-fig-1

Add iConnector STHC to Templogger Pro Server System
To close or open “Organization Chart” panel, you can click on left corner of screen Organization Chart page includes all Node and Device in system:Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-
fig-2

Right click on Node name, menu of Node displays:

  • New: Create new Node, Device
  • Delete: Delete Node
  • Assign to account: Assign Node and sub-Node to account
  • Rename: Change name of Node

To create a new Device:

  1. Select Node

  2. Right click and select “New”

  3. Click “Device” to create a new DeviceDaviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-fig-3

  4. A box appears:Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-fig-4

    • Enter parameters of Device:
    • Name: Name of Device (require 12 characters)
    • Serial Number: provided by manufacturer (require 12 characters)
    • Click “Generate” button to create a Device ID or enter ID directly
    • FCC: provided by manufacturer (require 4 characters)
    • Click “Save” button to continue. A box appears:
      Serial Number , FCC : Please contact the Templogger Pro technical staff for assistance.
  5. A box appears after save:Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-fig-5

Select the same image and save. After save again at tab “Basic information”. Confirm the request and enter the account to create a new device.

Check health a new Device

To check health a new Device:

  1. Select Node.
  2. Select Monitoring Tab.
  • Health Status: display Connection status between iConnector and server ( Connected/Waiting for connect/Disconnected)
  • Config Status: display synchronization status (Synchronized or Unsynchronized)Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-fig-6

Installation

Installation location
Installed on a wall or in non-metal box. The bracket will be fixed on the wall or material with a planar surface with 2 x M4 screws;

ATTENTION:
DO NOT install the iConnector inside a completed metallic box or housing, because the RF signal can not pass through the metallic wall. The housing is made from Non-metallic materials like plastic, glass, wood, leather, concrete, cement…is acceptable.Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-
fig-7

IO Wiring

Connect Power Supply and Modbus

  • Connect PWR+ and PWR- to 7..48VDC power supply via M12 Male connector
  • Connect A and B to RS485 connection.Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-fig-8

Use M12 female connection cable to connect to iConnectorDaviteq STHC-
ISGWF-WS433-CL-04 iConnector WIFI-fig-9 Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-
fig-10

Example application

Daviteq STHC-ISGWF-WS433-CL-04 iConnector WIFI-
fig-11

Troubleshooting

No.

|

Phenomena

|

Reason

|

Solutions

---|---|---|---

1

|

Data does not go to server, N/A

|

iConnector lost connection with server

| Check out the iConnector power supply

Check the network coverage of the network in the area where iConnector is installed

Check wifi configure, iP, gateway, internet.

2

|

Data sent to server is held Modbus error = 20

Led modbus off

|

Loss of the modbus connection

The configuration of parameter & modbus command is wrong

|

Check for modbus wiring Check the status of the modbus circuit of iConnector and Slaves Check the parameter & modbus command configuration on Cloud

3

| The data posted on Globiots is wrong, the phenomenon of value is changed abnormally continuously|

Configuration parameter & modbus command is wrong

|

Check and correctly configure parameters & modbus commands

---|---|---|---

4

|

Led status of iconnector not light

Led status 4s flashes once (iConnector is only running on battery)

|

Lost power iConnector

|

Check iConnector power supply

5

|

Led network does not light

|

Not yet added iConnector to server or the information is wrong

Sim has run out of data The device is out of range Sim is broken

|

Check out the information of iConnector add on server Check the network coverage of the network in the area where iConnector is installed

Support contacts

Manufacturer

Daviteq Technologies Inc
No.11 Street 2G,
Nam Hung Vuong Res.,
An Lac Ward,
Binh Tan Dist.,
Ho Chi Minh City,
Vietnam.
Tel: +84-28-6268.2523/4 (ext.122)
Email: [email protected]
www.daviteq.com

Distributor in Australia and New Zealand

Templogger Pty Ltd
Tel: 1800 LOGGER
Email: [email protected]

Revision #12
Created Tue, Dec 21, 2021 2:03 AM by Tien Nguyen
Updated Tue, Dec 21, 2021 6:22 AM by Tien Nguyen

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

daviteq User Manuals

Related Manuals