> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.6/datenquellenunterstuetzung-und-einbindung/microsoft-ole-db/sql-tabelle-messgroessen.md).

# SQL Tabelle Messgrößen

Die Tabelle der Messgrößen enthält alle Messgrößen einer Datenquelle. Diese Tabelle muss mindestens eine Spalte haben, die für jede Messgröße einen eindeutigen Bezeichner enthält. Dabei kann der Bezeichner ein numerischer Wert oder eine Zeichenfolge sein. Über diesen Bezeichner wird die Variable bestimmt, deren Daten importiert werden sollen. Die folgende Tabelle zeigt eine mögliche Struktur einer SQL-Tabelle mit den Messgrößen.

| SolarTagID | SolarShortName | SolarName | SolarDescription | SolarUnit | SolarMin | SolarMax |
| ---------- | -------------- | --------- | ---------------- | --------- | -------- | -------- |
| 1          | P01            | Panel01   | Solar Panel 01   | kW        | 0        | 110      |
| 2          | P02            | Panel02   | Solar Panel 02   | kW        | 0        | 120      |
| 3          | P02            | Panel03   | Solar Panel 03   | kW        | 0        | 130      |

Eine einzelne Tabelle mit der Variablenliste kann einer JUNE5 Datenquelle zugeordnet werden. Die folgende Tabelle stellt die Zuordnung der Spalten einer SQL Tabelle zu denen von JUNE5 dar.

| Fester Spaltenname | Eindeutige Kennung in JUNE5 | Mögliche Name in einer SQL Tabelle | Beschreibung                                                                    |
| ------------------ | --------------------------- | ---------------------------------- | ------------------------------------------------------------------------------- |
| TagID              | DataSourceID                | SolarTagID                         | Feld, das zur eindeutigen Identifizierung der Messgröße in JUNE5 verwendet wird |
| TagShortName       | ShortName                   | SolarShortName                     | Kurzname der Messgröße                                                          |
| TagName            | Name                        | SolarName                          | Name der Messgröße                                                              |
| TagDescription     | Description                 | SolarDescription                   | Beschreibung der Messgröße                                                      |
| TagUnit            | ProcessUnit                 | SolarUnit                          | Einheit der Messgröße                                                           |
| TagMin             | ProcessLimitFrom            | SolarMin                           | Minimaler Wert der Messgröße                                                    |
| TagMax             | ProcessLimitTo              | SolarMax                           | Maximaler Wert der Messgröße                                                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.6/datenquellenunterstuetzung-und-einbindung/microsoft-ole-db/sql-tabelle-messgroessen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
