8/11/2016 5:38 PM | |
Joined: 6/3/2014 Last visit: 9/26/2024 Posts: 660 Rating: (194) |
Hello shibby901, WinCC professional doesn't really supports moving gifs. (You can't use the graphic view, it only shows the first frame. You can use the HTML browser control, but it doesn't look good, because you can't hide the border, there is always on scroll bar and you have a quite big empty-white distance between the borders and your gif.) One possibility is to use the same method used here:
It's basically a graphic list of some Frames which is triggerd by a saw-tooth in the PLC. You can read the details of how it is done here:
There is a download for a rotation tool, which is a add in for Excel with which you can create your frames and a graphic list in one go. You can also use a program that can edit gifs and save the frames individually. You can simply drag&drop your frames into the graphic list in the project. The saw tooth block and its description can be found here:
You could enable the sawtooth with a bit that is set when your process starts and is reset when the process is finished. There is another, quite cheap method: Use a line and change its rotation angle via script. You can call the script on the "Change value" event of the saw-tooth tag or a simple counter or timer. If you increas the width of the line, set the style to "Points", choose a nice foregound and background color combination and maybe use three lines to make like a simple star... |
Last edited by: H.J. at: 8/11/2016 5:45:18 PM~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ★ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |
|
This contribution was helpful to2 thankful Users |
Follow us on