7.8
Ethernet settings
Basic device settings are made in this menu.
The availability of this menu depends on the selected user level,
.
Function
Description
TCP/IP settings
Configure network address.
The device is restarted via the
Apply Reboot
button. SOPASair must then
be opened with the new IP address of the device.
If needed, the device can also be configured as a DHCP client via
SOPAS ET.
Device name
To facilitate identification, a name can be assigned for every device,
e.g. “Checkout 1”. The change is saved on the device with the
Apply &
Reload the page
button.
7.9
License information
The license information is displayed in this menu.
7.10
Communication via REST API
Communication with the device is also possible by means of POST via REST API.
Query if minimum distance is undercut:
http://192.168.0.1/api/crown/BasicDistanceGuard/getDistanceViolationState
The query of the current distance between people who are currently the closest to one another:
http://192.168.0.1/api/crown/BasicDistanceGuard/getMinDistance
Input of the permitted minimum distance in mm:
http://192.168.0.1/api/crown/BasicDistanceGuard/setMinDistanceThreshold
Use distance value as JSON Payload or Body (raw). Example for 1 m:
{"args": {"value":1000}}
The changed value is not displayed in SOPASair until the website is updated.
Query if maximum number of people exceeded:
http://192.168.0.1/api/crown/BasicDistanceGuard/getCapacityViolationState
Query of current number of people:
http://192.168.0.1/api/crown/BasicDistanceGuard/getNbOfPersons
Input of maximum number of people:
http://192.168.0.1/api/crown/BasicDistanceGuard/setMaxAllowedPersons
Use number as JSON Payload or Body (raw). Example for 5 people:
{"args": {"value":5}}
The changed value is not displayed in SOPASair until the website is updated.
Permanently saving the configuration:
http://192.168.0.1/api/crown/BasicDistanceGuard/setSaveParameters
Resetting password changes:
http://192.168.0.1/api/crown/BasicDistanceGuard/setLoadParameters
Resetting applications settings (including background) to factory settings:
http://192.168.0.1/api/crown/BasicDistanceGuard/setDefaultParameters
and
http://192.168.0.1/api/crown/BasicDistanceGuard/removeBackground
OPERATION
7
8025963//2020-08-05 | SICK
O P E R A T I N G I N S T R U C T I O N S | TiM8xx DistanceGuard
31
Subject to change without notice