Cart

{{ successMessage }}
{{item.orderingCode}}
Qty: {{ item.quantity }}
{{currencySymbol}}{{item.pricing.totalPrice | intlNumber('el-GR','USD')}}
Subtotal ({{totalQty}} {{totalQty === 1 ? "item" : "items"}}):
{{currencySymbol}}{{cartSummary.total | intlNumber('el-GR','USD')}}
TEST SITE
You will not be charged yet.

Device Questions

Γενικές ερωτήσεις για τη συσκευή

Custom Devices

  1. Μεταβείτε στο Διαχ. > Τύποι συσκευών > Προσθήκη.
  2. Καθορίστε τον τύπο συσκευής.

Απαιτούνται οι ακόλουθες παράμετροι:

ΙδιότητεςΠεριγραφή
ΌνομαΤο όνομα του τύπου συσκευής
Τύπος μηχανήματοςΟ τύπος του μηχανήματος που είναι συνδεδεμένο στη συσκευή
Τύπος κινητήραΟ τύπος του κινητήρα των μηχανημάτων που είναι συνδεδεμένα στη συσκευή

 

Για περισσότερες πληροφορίες, ανατρέξτε στην ενότητα Ποιο είναι το μοντέλο δεδομένων και η πηγή δεδομένων για έναν προσαρμοσμένο τύπο συσκευής;

  1. Μεταβείτε στο Διαχ. > Τύποι συσκευών.
  2. Επιλέξτε τον τύπο συσκευής.
  3. Μεταβείτε στο Σημεία δεδομένων > Προσθήκη σημείου δεδομένων.
  4. Ορίστε τον τύπο δεδομένων.
    α) Όταν επιλέγεται ο δυναμικός ή στατικός τύπος δεδομένων:
    1. Ορισμός της Κατηγορίας 1
    2. Επιλέξτε την Υποκατηγορία 2
    3. Ορίστε τον Στόχο
    4. Μεταβείτε στην καρτέλα Πηγή
    5. Ορίστε την πηγή δεδομένων.
    6. Μεταβείτε στην καρτέλα Μονάδα και κλιμάκωση
    7. Ορίστε την αυξομείωση υπό κλίμακα των δεδομένων

Επιλέξτε τη μονάδα.

Όταν επιλεγεί η Κατάσταση κατηγορίας και η Εκτέλεση υποκατηγορίας, αφήστε το Λεπτομερές όνομα κενό για να εμφανιστεί η αντλία στο μοντέλο σταθμών.
Αν καμία από τις προκαθορισμένες κατηγορίες δεν ισχύει και για τα δύο σημεία δεδομένων, επιλέξτε Άλλο στο αναπτυσσόμενο μενού για την κατηγορία και προσθέστε ένα Λεπτομερές όνομα .

β) Όταν έχει επιλεγεί ο τύπος δεδομένων συναγερμού.

  1. Ρύθμιση του επιπέδου ενεργοποίησης
  2. Ορισμός προτεραιότητας συναγερμού
  3. Ορίστε τον Στόχο
  4. Προσθέστε ένα λεπτομερές όνομα . Είναι υποχρεωτικό να εισαγάγετε ένα λεπτομερές όνομα
  5. Μεταβείτε στην καρτέλα Πηγή
  6. Ορίστε την πηγή δεδομένων.

5. Κάντε κλικ στο κουμπί Αποθήκευση

1 Η κατηγορία ενός σημείου δεδομένων περιγράφει τον τύπο των δεδομένων που αντανακλά το σημείο δεδομένων
2 Η υποκατηγορία είναι μια βελτίωση της κατηγορίας

  1. Μεταβείτε στο Διαχ. > Τύποι συσκευών .
  2. Επιλέξτε έναν προσαρμοσμένο τύπο συσκευής.
  3. Μεταβείτε στην καρτέλα Σημεία δεδομένων.
  4. Εντοπίστε το σημείο δεδομένων που πρόκειται να αλλάξει την τοποθέτησή του.
  5. Κάντε κλικ και κρατήστε πατημένο το εικονίδιο για να σύρετε και να αποθέσετε το σημείο δεδομένων σε μια νέα τοποθέτηση.

Το Avensor αλλάζει τη σειρά των σημείων δεδομένων στα Ζωντανά δεδομένα.

Data model

The data points must be accurately defined for Avensor to show the data correctly.

Parameter Description
Dynamic Data Live data from the device, for example the water level or input current This data is visible on the Live data page.
Static Data Static data, for example the serial number or software version.  This data is visible on the Device configuration page.
Alarms Alarms from the device
Category The data that is read from the data point, for example, speed, level, or power
Subcategory The type of data, for example, maximum, reference, or input
Target The source of the data, for example, the device, a machine, or an input on the device


The following table shows examples of configurations for different data points.

Data point Parameter Value
Pump running Data type Dynamic data
Category Status
Subcategory Current level
Target Pump
High level alarm Data type Alarm
Category Level
Subcategory High
Target Input

 

Data source

The data source is six numbers that represent the Modbus object type and location. The first number represents the object type.

Number Object type
0 Coil
1 Discrete input
3 Input register
4 Holding register

 

The remaining five numbers represent a location from 1–65 535. If the location as less than five numbers, then zeroes are added before the location so that the data source has six numbers in total. When the data source is an individual bit, the data source uses the format register:bit, where the bit location is a number from 0–15. For example, 400102:0 is the bit in position 0 in the holding register 102.

  1. Go to Admin > Device types.
  2. Select a device type.
  3. Go to the Data points tab.
  4. Click the Add data point button.
  5. Go to the Source tab.
  6. Type the Modbus register followed by a colon.
    The Size and order field is automatically set to BITMASK_16_BIT.
  7. After the colon, type the bit or the bit range that is to be read. Use a dash to denote a range.
  8. Click Save.

Avensor adds the new data point.

ATU

Aquavar

Ecotouch

MyConnect

Nexicon

  1. Μεταβείτε στους σταθμούς .
  2. Επιλέξτε έναν σταθμό.
  3. Μεταβείτε στην επιλογή Συσκευές .
  4. Επιλέξτε τη συσκευή XAM 912 .
  5. Μεταβείτε στην καρτέλα Διαμόρφωση συναγερμών .
  6. Για τον ισχύοντα συναγερμό, κάντε κλικ στην επιλογή Επεξεργασία .
  7. Επεξεργαστείτε το πεδίο Όνομα .
  8. Κάντε κλικ στο κουμπί Αποθήκευση.

Remote Inspection Kit

  1. Finish the physical installation and power up the new Xylem Gateway unit.
  2. Go to DEVICES.
  3. Select the device type Remote Inspection Kit.
  4. Click the Replace button in the Upper-right corner.
  5. Fill in the new MAC address and click replace.

Enable Surface debris detection in Settings → Services.

Go to Devices → Camera → Image archive to see the snapshots.

How to take new snapshots:

  1. Go to OVERVIEW, click the three dots on the camera card to Refresh the snapshot.
  2. Go to Camera and click Refresh the snapshot.
  3. Go to DEVICES → Camera → Device configuration and click Refresh the snapshot.