> 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.7/en/datenquellenunterstuetzung-und-einbindung/siemens-wincc.md).

# Siemens WinCC

A WinCC data source represents data from WinCC servers. A data source in JUNE5 can be created for each WinCC project. This data source provides access to the data of the WinCC process value archive. Online data, alarm archives, and user archives are not supported. The data to be imported is determined via the WinCC tag logging variables.

The connection to the WinCC archive databases is established via the WinCC OLE DB Provider. The Microsoft Message Queuing services and the WinCC Connectivity Pack are required for this. If the client computer does not have WinCC software installed, a WinCC Connectivity Pack client must be installed. The Microsoft OLE DB Provider is also used to retrieve the list of archived variables from the WinCC runtime data. WinCC archives with archive variables must be engineered. The "ARCHIVE" table must be present in the WinCC runtime databases.

When evaluating data from the WinCC process value archives, only values with a status of good (128) are considered.

WinCC V7.3 or higher and PCS 7/WinCC V7.3 or higher are supported.

A JUNE5 license (Professional or Enterprise) with the option Data Source (Order No. JUNE5-OPTN-DS-WCC) is required.

{% hint style="info" %}

* Data from process value archives can only be retrieved if connections to the databases in which the process value archives are stored can be established.
* Metrics from WinCC archives can only be retrieved if connections to the databases in which the archives are stored can be established.
* Access to process archives on Central Archive servers or redundant servers is not supported.
* Data from the WinCC process value archives can only be read by users in the Windows user group "SIMATIC HMI" via the WinCC OLE DB Provider.
* Microsoft Message Queuing is required on the computer on which the JUNE5 server is running.
  {% endhint %}

### Port Number of the WinCC Server

{% hint style="info" %}
The firewall must be configured by IT so that the server is accessible in the network via remote access.
{% endhint %}

### WinCC Server User

{% hint style="info" %}

* Only users in the same domain or workgroup as the computer on which a WinCC server is running can access process data of the WinCC server.
* Only users in the user group "SIMATIC HMI" have access to process data of a WinCC server.
  {% endhint %}


---

# 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.7/en/datenquellenunterstuetzung-und-einbindung/siemens-wincc.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.
