Kkula
Browse Questions » SIMATIC WinCC: How Towards Display "function Graph control" & a Basic line simultaneously?

About User

Questions Asked: 36.7K

Answers Given: 0

0
  • Open
  • New

SIMATIC WinCC: How Towards Display "function Graph control" & a Basic line simultaneously?

Hi guys,
After making this plot, I'm trying to put it in front of a "function trend control" just for show both.
But it's not possible to send  "function trend control" to back. 
Even I tried to change the transparency of "function trend control"s background! but it was not possible too.
It should be a way to show "function trend control" and a simple line simultaneously.
any idea ?...
------------------------------------------------------------------------------------------
Split from
Plot XY Value on WinCC Function Trend Control
.

0 Likes 0 Favourites 0 Followers 0 Comments
Answers(1)

Displaying a Plot with a Function Trend Control in WinCC

You're encountering a common issue when trying to overlay a custom plot (like a simple line) with a WinCC Function Trend Control. Unfortunately, WinCC's Function Trend Control is designed to be 'on top' and doesn't natively allow being sent to the background.

Here are a few potential workarounds:

  • Consider using a Picture Element: Instead of a Function Trend Control, use a picture element to draw both the Function Trend Control and your line plot. This gives you full control over layering. You might need to use scripting to update the line plot within the picture element.
  • Transparency Limitations: As you've discovered, changing the Function Trend Control’s background transparency doesn’t solve the layering problem.
  • Explore alternative visualization options: If the function trend control's specific features aren't critical, consider using a standard I/O field or a different graphical object to display the data alongside your custom plot.

For further information related to plotting on WinCC, please refer to these resources:

0
Add a comment