Circutor CVM-B100 Instruction Manual
Hide thumbs Also See for CVM-B100:

Advertisement

CVM-B100 CVM-B150
M-CVM-B-DATALOGGER XML Manual
INSTRUCTION MANUAL
(M034B01-03-17A)

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CVM-B100 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Circutor CVM-B100

  • Page 1 CVM-B100 CVM-B150 M-CVM-B-DATALOGGER XML Manual INSTRUCTION MANUAL (M034B01-03-17A)
  • Page 2 M-CVM-B-DATALOGGER XML Manual Instruction Manual...
  • Page 3: Safety Precautions

    CIRCUTOR, SA reserves the right to modify features or the product manual without prior notifi cation. DISCLAIMER CIRCUTOR, SA reserves the right to make modifi cations to the device or the unit specifi ca- tions set out in this instruction manual without prior notice.
  • Page 4: Table Of Contents

    M-CVM-B-DATALOGGER XML Manual CONTENTS SAFETY PRECAUTIONS ���������������������������������������������������������������������������������������������������������������������������������������3 DISCLAIMER ����������������������������������������������������������������������������������������������������������������������������������������������������������3 CONTENTS �������������������������������������������������������������������������������������������������������������������������������������������������������������4 REVISION LOG �������������������������������������������������������������������������������������������������������������������������������������������������������5 1�- INTRODUCTION ������������������������������������������������������������������������������������������������������������������������������������������������6 2�- XML SERVICES �������������������������������������������������������������������������������������������������������������������������������������������������6 2�1�- /services/user/devices�xml ����������������������������������������������������������������������������������������������������������������������7 2�2�- /services/user/deviceInfo�xml?id=dispositivo?��� ����������������������������������������������������������������������������������7 2�3�- /services/user/varInfo�xml?var=dispositivo�variable?���?id=dispositivo?��� ���������������������������������������8 2�4�- /services/user/values�xml?var=dispositivo�variable?���?id=dispositivo?��� ����������������������������������������9 2�5�-/services/user/forceVariables�xml?id=dispositivo �������������������������������������������������������������������������������10 2�6�-/services/user/records�xml?begin=…?end=…?var=…?period=900 �������������������������������������������������� 11 2�7�-/services/user/events�xml?begin=…?end=…?id=… ����������������������������������������������������������������������������14 2�8�-/services/user/recordsEve�xml?begin=…?end=…?id=…��������������������������������������������������������������������15 3�- TECHNICAL SERVICE ������������������������������������������������������������������������������������������������������������������������������������17 4�- GUARANTEE ���������������������������������������������������������������������������������������������������������������������������������������������������17...
  • Page 5: Revision Log

    M-CVM-B-DATALOGGER XML Manual REVISION LOG Table 1: Revision log� Date Revision Description 11/15 M034B01-03-15A Initial version Modification of the device name 08/17 M034B01-03-17A Changes in the following sections: Note : Devices images are for illustrative purposes only and may differ from the actual device. Instruction Manual...
  • Page 6: 1�- Introduction

    Refer to the PowerStudio manual and tutorials found on CIRCUTOR’s website for more information about additional configurations, sending emails, generation of additional calculations, etc.
  • Page 7: 2�1�- /Services/User/Devices�Xml

    M-CVM-B-DATALOGGER XML Manual 2.1�- /services/user/devices.xml /services/user/devices�xml Returns the list of configured devices. <devices> <id> … </id> … </devices> Where: Table 2: Parameter description (2�1)� Parameter Description Main field which will identify the main XML as a response to the devices device list request.
  • Page 8: 2�3�- /Services/User/Varinfo�Xml?Var=Dispositivo�Variable

    M-CVM-B-DATALOGGER XML Manual Tabla 3 (Continuation) : Parameter description (2�2)� Parameter Description type Type of device (for example CVM144) typeDescription A description of the type of device (for example: CVM-144) Name of each of the variables of the device. The name will be expressed as device.variable 2.3.- /services/user/varInfo.xml?var=dispositivo.variable?...?id=dispositivo?...
  • Page 9: 2�4�- /Services/User/Values�Xml?Var=Dispositivo�Variable

    M-CVM-B-DATALOGGER XML Manual Tabla 4 (Continuation) : Parameter description (2�3)� Parameter Description Indicates whether it is possible to ask the log value of the variable (T) or hasLogger not (F). Variable type, mode used to group together the values of a variable: none: Without type average: Average value max: Maximum value.
  • Page 10: 2�5�-/Services/User/Forcevariables�Xml?Id=Dispositivo

    M-CVM-B-DATALOGGER XML Manual <values> <variable> <id> … </id> <value> … </value> </variable> … </values> Where: Table 5: Parameter description (2�4)� Parameter Description Main field which will identify the XML as a response to the request values for variable values variable List of variables: Identifier of the variable in device.variable format value...
  • Page 11: 2�6�-/Services/User/Records�Xml?Begin

    M-CVM-B-DATALOGGER XML Manual 2.6.-/services/user/records.xml?begin=…?end=…?var=…?period=900 /services/user/records�xml?begin=…?end=…?var=…?period=900 Returns information on one or more variables between the dates “begin” and “end”. Each of the variables that the information is required from should be included in the request as: ?var=device�variable The format of ”begin” and ”end” will be DDMMYYYY when you wish only to indicate the date (in this case the hour will 00:00:00) or DDMMYYYYHHMMSS when both the date and the hour are specified.
  • Page 12 M-CVM-B-DATALOGGER XML Manual Tabla 7 (Continuation) : Parameter description (2�6) (Table 1) Parameter Description fieldARM Harmonic value register fieldFO Waveform value record fieldEVQ EVQ event register Here are the different types of values that can be returned by this request: ...
  • Page 13 M-CVM-B-DATALOGGER XML Manual  Harmonic value record <fieldARM> <id> … </id> <element> <harmonic> … </harmonic> <value> … </value> </element> … </fieldARM> Table 10:Parameter description (2�6) ( Table 4) Parameter Description Variable identifier (device.variable) element Registers from each of the harmonics harmonic Harmonics number value...
  • Page 14: 2�7�-/Services/User/Events�Xml?Begin

    M-CVM-B-DATALOGGER XML Manual Table 12:Parameter description (2�6) ( Table 6) Parameter Description Variable identifier (device.variable) value Value of the event: phase Phase in which the event occurs duration Duration of the event in milliseconds averageValue Average value previousValue Old value Type of event : 0 : Interruption eventType...
  • Page 15: 2�8�-/Services/User/Recordseve�Xml?Begin

    M-CVM-B-DATALOGGER XML Manual Where: Table 13:Parameter description (2�7) Parameter Description main Main field that will identify the XML as a response to the request. recordGroup Field that groups all the records of an event. Event identifier. record Will Identify each of the records: date Event date and hour eventId...
  • Page 16 M-CVM-B-DATALOGGER XML Manual Table 14:Parameter description (2�8) Parameter Description main Main field that will identify the XML as a response to the request. recordGroup Field that groups all the records of an event. device Device the records refer to. record Will Identify each of the records: dateTime Date and time of the sample.
  • Page 17: 3�- Technical Service

    • CIRCUTOR accepts no liability due to the possible damage to the unit or other parts of the installation, nor will it cover any possible sanctions derived from a pos- sible failure, improper installation or “improper usage”...
  • Page 18 CIRCUTOR, SA Vial Sant Jordi, s/n 08232 - Viladecavalls (Barcelona) Tel: (+34) 93 745 29 00 - Fax: (+34) 93 745 29 14 www.circutor.com central@circutor.com...

This manual is also suitable for:

Cvm-b150M-cvm-b-datalogger

Table of Contents