You seem to be an expert in Wincc 7.5. Do you also know the Webnavigator functionality? If so, do you know if it's possible to keep internal variables in memory during a Webnavigator session? (like on Wincc with the "Persistence Runtime" functionality)
@@WinCCGURU This option is checked (also "Persistance Runtime"). The recording works well on the Wincc but not on the Web Client (launched on another PC). Is there anything else?
@@ThéoSUPIOT-v3j as long as computer local is checked on the desired local tags and then the web navigator is republished afterwards, the internal tags should retain local values for each web client.
The tP1900 touch panel runs Windows CE version 6, and you cannot load a WinCC SCADA project onto it. The only way that I know would work is to have WinCC run WebUX, then view the screens on the TP Via a browser. That depends on which browser you can get though.
@@WinCCGURU i tried this vb code but not working ! Sub SetVolumeTo100() Dim VolumeValue VolumeValue = 100 ' Simple test output to a tag SmartTags("MediaPlayer") = VolumeValue End Sub
i wrote this small vb code to make the volume 100% max, but i keep getting errors. Function SetVolume() ' Set volume to 100 Dim Volume Volume = 100 ' Assign the volume to the SmartTag named "MpStandalone" SmartTags("MpStandalone") = Volume End Function
You seem to be an expert in Wincc 7.5.
Do you also know the Webnavigator functionality?
If so, do you know if it's possible to keep internal variables in memory during a Webnavigator session? (like on Wincc with the "Persistence Runtime" functionality)
Yes - on the tag make sure to mark it as “computer local” - then wack web client has its own copy.
@@WinCCGURU This option is checked (also "Persistance Runtime"). The recording works well on the Wincc but not on the Web Client (launched on another PC). Is there anything else?
@@ThéoSUPIOT-v3j as long as computer local is checked on the desired local tags and then the web navigator is republished afterwards, the internal tags should retain local values for each web client.
great legends return
Thank You SIr!
Hi sir how can trasfer project from wincc explorer to hmi scran tp1900comfort
The tP1900 touch panel runs Windows CE version 6, and you cannot load a WinCC SCADA project onto it. The only way that I know would work is to have WinCC run WebUX, then view the screens on the TP Via a browser. That depends on which browser you can get though.
Do u have any courses..?
I’m working on them now. They will be posted on Udemy. WinCC database programming. C scripting. VBS scripting.
Tq u.we wil be waiting...@@WinCCGURU
I’m excited to offer them !! thank you for asking and for watching my videos 😀
how to make Mpstandalone always start with max volume >?
now it is starting with 50% volume !!
What is Mpstandalone? I don’t know what you mean by this question.
@@WinCCGURU Media Player but they call it Mpstandalone.exe on my hmi
@@WinCCGURU i tried this vb code but not working !
Sub SetVolumeTo100()
Dim VolumeValue
VolumeValue = 100
' Simple test output to a tag
SmartTags("MediaPlayer") = VolumeValue
End Sub
@@WinCCGURU Media player , everytime media player starts it starts with 50% volume, and i want it to start with 100% volume.
i wrote this small vb code to make the volume 100% max, but i keep getting errors.
Function SetVolume()
' Set volume to 100
Dim Volume
Volume = 100
' Assign the volume to the SmartTag named "MpStandalone"
SmartTags("MpStandalone") = Volume
End Function