WinCC OA: Setting up Chronograf with InfluxDB

With the release of WinCC OA 3.17, one of the newest and biggest changes is the addition of the NextGen Archiver.  The NextGen Archiver runs on an InfluxDB database and is a great way to store your data.  InfluxDB is one of the fastest-growing time-series databases in the market, which means there are already some fantastic tools that can be used to visualize your data coming out of WinCC OA.  The tool we are going to show today is Chronograf.  Chronograf is the user interface for stand-alone instances of InfluxDB, but can also be used inside of OA.

Note: This tutorial is being done on a Windows machine, if you are using a Mac or Linux the steps may be a bit different.

Step 1

Create a new project inside of WinCC OA. Choose any type of project you want, I used “Legacy”, but make sure you choose the Use NextGenArchiver checkbox.

Step 2

Go to https://portal.influxdata.com/downloads/ and download the latest stable build of Chronograf, currently v1.7.17.

Step 3

Take the two .exe files that get downloaded, place them in a drive that is easy to find and remember, I use C:\Chronograf.  The chronograf.exe will need to be used to start up the server.  Double click the chronograf.exe file to start up the server or you can use the script: DebugN(system(“C:\\Chronograf\\chronograf.exe”)); on an Initialize function, or where you would like to launch the server inside of OA.  The inside of OA option only works if you run the project as an Administrator.

Step 4

Once the Chronograf server is running you can open up a web browser and navigate to http://localhost:8888.

Step 5

Click get started to get to this screen.  Enter in a Connection URL of http://localhost:8086 (this is the default if you changed it update this field).  The username is etm with a password of etm#123 (again this is the default).  Enter a Telegraf DB if you would like.

Step 6

You can press the Skip button on the next two screens.  If everything worked, you should have something like the below image.  You can now use Chronograf to explore your data from inside WinCC OA to visualize it in any way you can think of.

Bonus

Chronograf is a web-based tool we can directly embed it into OA using a WebView object.

About WinCC OA

SIMATIC WinCC OA (OA) is a powerful, flexible, and diverse SCADA/HMI/MES/IIoT platform used to control and monitor industrial applications. The object-oriented platform is able to handle network complexity with ease, allowing for anywhere from 2 to 2,048 distributed control systems to be connected on a single network. Highly customizable, each individual system can be calibrated as a redundant or non-redundant, single, or multi-user system. The software supports a number of device connectivity options that include but not limited to Siemens, Rockwell, Schneider Electric, OPC/OPC UA Standards, MQTT, Web Services, Node-RED, and allows for customized distributions and branding, making it a great platform for software OEMs in addition to end-users.

About InfluxDB

InfluxData, the creators of InfluxDB, delivers a modern Open Source Platform built from the ground up for analyzing metrics and events (time-series data) for DevOps and IoT applications. Whether the data comes from humans, sensors, or machines, InfluxData empowers developers to build next-generation monitoring, analytics, and IoT applications faster, easier, and to scale delivering real business value quickly. Based in San Francisco, InfluxData customers include AutodeskCiscoeBay, and Coupa. Visit https://www.influxdata.com/. Twitter: @influxdb.

Leave a Comment

Your email address will not be published. Required fields are marked *