H2R Graphics

Wincc Rest Api [TRUSTED]

Never transmit credentials over plain HTTP in production. Always enable HTTPS on the WinCC Runtime and use a valid certificate.

The WinCC REST API bridges the classic SCADA world with modern web and cloud ecosystems. It’s not the right tool for every job (stay away from high-speed control loops), but for dashboards, reporting, ERP integration, and remote monitoring, it’s a game-changer.

: Read and write both Runtime values (tags) and configuration data.

Uses standard ports (80/443), making it easier to route through network security layers. wincc rest api

The WinCC Unified REST API is a game-changer for system integrators. It removes

As industrial automation shifts toward Industry 4.0, the demand for seamless connectivity between Operational Technology (OT) and Information Technology (IT) has never been higher. Siemens addresses this need within the WinCC Unified environment by providing a powerful, standards-based .

// Set API endpoint and authentication const endpoint = "https://wincc-server/api/v1/tags"; const username = "operator"; const password = "password"; Never transmit credentials over plain HTTP in production

: Available in WinCC V8.0 and updated versions of WinCC V7.5 (e.g., Service Pack 2 Update 17+).

在生产环境中,确保API的安全至关重要。WinCC REST API提供了多层安全机制来防范未授权访问和数据泄露。

What (tags, history, or alarms) do you need to extract? It’s not the right tool for every job

While OPC UA is the undisputed standard for PLC-to-SCADA and SCADA-to-SCADA communication, the WinCC REST API offers distinct advantages for specific software integration use cases: WinCC REST API Web developers, IT systems, Cloud apps Automation engineers, PLCs, HMI systems Protocol HTTP/HTTPS (Standard Web) TCP / Binary or WebSockets Data Format JSON (Native text format) Binary or XML Firewall Friendly Extremely high (Uses standard port 443) Moderate (Requires custom ports) Complexity Low (No specialized libraries needed) High (Requires dedicated OPC UA SDKs)

: Read and write WinCC configuration data, runtime tag values, and archive tags using standard HTTP methods like Messaging System

External clients (such as Python scripts, mobile apps, or BI tools like Power BI ) send requests to WinCC to fetch or update data.

Example — write a tag value (pseudo): PUT /api/tags/Plant/Unit1/PumpStart Authorization: Basic Content-Type: application/json Body: "value": true

Wincc Rest Api [TRUSTED]

A pro licence unlocks more features and possibilities.

Your H2R Graphics v3 licence

Valid for all H2R Graphics v3 updates.

Free

All the basics

Free

Download

What's included

  • Download and use the app for free forever.

2 Activations
Pro licence

Pro features, use on 2 machines

$80 USD
ex. tax
• 1-time purchase

Buy Pro licence

What's included

  • 2 activations.
  • Pro graphics. Learn more...
  • Unlimited projects.
  • Multiple outputs.
  • Theme Pack Volume 1.

10 Activations
Pro licence

Pro features, use on 10 machines

$320 USD
ex. tax
• 1-time purchase

Buy Pro licence

What's included

  • 10 activations.
  • Pro graphics. Learn more...
  • Unlimited projects.
  • Multiple outputs.
  • Theme Pack Volume 1.

Pro features

Explore the collection of pro features included with your pro licence.

Multiple projects

Create as many graphics projects as you need for all your upcoming gigs.

Video (Pro graphic)

Make your streams even better with video playback - Supports MP4 and WebM.

Free theme pack

Get 20 free themes ready to be imported into your project.

Credits (Pro graphic)

Thank your team and contributors with the scrolling credits graphic.

Multiple outputs

Send certain graphics to certain outputs, perfect for stage timers, team monitors and more.

Animated background (Pro graphic)

Fill your screen with a slow-moving and on-brand animated background - Great for Picture-in-picture layouts.

Big timer (Pro graphic)

A beautiful big timer for your show. Fill the screen and let your audience stay on time.

Celebration (Pro graphic)

Bang, and the confetti comes down. Use this graphic for an extra sweet blast of fun.

Animated lower third (Pro graphic)

Take your lower thirds to the next level with subtle animations that really attract the eye.

Lyrics (Pro graphic)

Show song lyrics to your audience while navigating through phrases.

Audio (Pro graphic)

Playback MP3 and WAV files during your productions.

Video (Pro graphic)

Playback MP4 or WebM video files.

Now next then (Pro graphic)

Show upcoming speakers and schedules.

QR code (Pro graphic)

Allow viewers to easily navigate to links via on-screen QR codes.

Utility (Pro graphics)

Speaker timer, Time of Day and Test Patterns.

Just want the theme packs?

If you’re just after some theme packs, you can always purchase those separately.

Theme pack

Volume 1

We made some themes so you don’t have to.
Purchase pack 1
Theme pack

Volume 2

More great themes to save you time.
Purchase pack 2

Never transmit credentials over plain HTTP in production. Always enable HTTPS on the WinCC Runtime and use a valid certificate.

The WinCC REST API bridges the classic SCADA world with modern web and cloud ecosystems. It’s not the right tool for every job (stay away from high-speed control loops), but for dashboards, reporting, ERP integration, and remote monitoring, it’s a game-changer.

: Read and write both Runtime values (tags) and configuration data.

Uses standard ports (80/443), making it easier to route through network security layers.

The WinCC Unified REST API is a game-changer for system integrators. It removes

As industrial automation shifts toward Industry 4.0, the demand for seamless connectivity between Operational Technology (OT) and Information Technology (IT) has never been higher. Siemens addresses this need within the WinCC Unified environment by providing a powerful, standards-based .

// Set API endpoint and authentication const endpoint = "https://wincc-server/api/v1/tags"; const username = "operator"; const password = "password";

: Available in WinCC V8.0 and updated versions of WinCC V7.5 (e.g., Service Pack 2 Update 17+).

在生产环境中,确保API的安全至关重要。WinCC REST API提供了多层安全机制来防范未授权访问和数据泄露。

What (tags, history, or alarms) do you need to extract?

While OPC UA is the undisputed standard for PLC-to-SCADA and SCADA-to-SCADA communication, the WinCC REST API offers distinct advantages for specific software integration use cases: WinCC REST API Web developers, IT systems, Cloud apps Automation engineers, PLCs, HMI systems Protocol HTTP/HTTPS (Standard Web) TCP / Binary or WebSockets Data Format JSON (Native text format) Binary or XML Firewall Friendly Extremely high (Uses standard port 443) Moderate (Requires custom ports) Complexity Low (No specialized libraries needed) High (Requires dedicated OPC UA SDKs)

: Read and write WinCC configuration data, runtime tag values, and archive tags using standard HTTP methods like Messaging System

External clients (such as Python scripts, mobile apps, or BI tools like Power BI ) send requests to WinCC to fetch or update data.

Example — write a tag value (pseudo): PUT /api/tags/Plant/Unit1/PumpStart Authorization: Basic Content-Type: application/json Body: "value": true