TIA WinCC Comfort tutorial: Object animations, simple and via VB script

2024/04/29 に公開
視聴回数 76
0
0
#tiaportl#animation#vbscript

This video is a small demo on how to create object animations by using different techniques like simple flashing, visibility, VB scripting.

Used software:
- TIA Portal v15.1
- S7-PLCSIM v15.1

VBscript:

If SmartTags("CircleFlashEnable") Then
SetTag "CircleFlash",SmartTags("Clock_2Hz")
Else
SetBit "CircleFlash"
End If

If you find this video useful - thank me, or buy me a coffee :=] https://bmc.link/defacto
Support: https://whydonate.com/en/fundraising/sharing-is-caring-

0:00 Intro
0:25 Flashing explained
2:51 Pseudo transparency
3:29 Blinking
4:24 Controlled flashing
7:29 Flashing using CPU clock memory
10:47 Flashing by VBscript