CTT - Recorder EN

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Installation == Versions available for download in maven http://192.168.1.111:8080/maven/repository/cz/clever/ctt-rec/ repository The application is distributed as a we…')
 
Line 14: Line 14:
The return is plain text with a value of "1" indicating successful data entry.
The return is plain text with a value of "1" indicating successful data entry.
-
Unit:
+
; Unit:
:* mls
:* mls
:* sec '' (not found in DB yet) ''
:* sec '' (not found in DB yet) ''

Current revision as of 11:29, 7 April 2020

Contents

Installation

Versions available for download in maven [repository]

The application is distributed as a web archive for Tomcat. MySQL data storage - ctt.

General measured value recorder

SQL table ctt_record.

URL: tomcat:8080/ctt-rec/cosi.txt

The return is plain text with a value of "1" indicating successful data entry.

Unit
  • mls
  • sec (not found in DB yet)
  • bol
  • bytes (found in DB)
Record type(value_type)
  • counter
  • event
  • rate
  • availability (found in DB)
  • delta (found in DB)

Computer Value Recorder

SQL table ctt_computer.

URL: tomcat:8080/ctt-rec/computer/cosi.txt

The return is plain text with a value of "1" indicating successful data entry.

UUID

Each URL interface uses a UUID. It can be generated using the uuidgen line.

Example: id=024eb1a2-9112-4093-a4b7-523e7de49822

You can use the hex () and unhex () conversion functions for SQL select.

Personal tools