Questions tagged [wincc]

SIMATIC WinCC is a SCADA and HMI system from Siemens that comes with VBScript, VBA and ANSI C programming APIs. Questions should only be tagged if directly related to accessing the WinCC API, ideally including the associated programming language tag to give it context.

SIMATIC WinCC is a supervisory control and data acquisition (SCADA) and human-machine interface (HMI) system from Siemens.

It comes with , and programming APIs.

This tag is specific for questions about the WinCC APIs and should be accompanied by a language specific tag to give the programming language context.

48 questions
-1
votes
1 answer

variables from array POST dont get printed

The problem is: I have a VBScript, which is run from the WinCCRuntime app (Siemens software). The script creates the MSXML2.XMLHTTP object and send data to a handler (written on PHP), which is run upon OpenServer 5.3.0.Premium (free web-server) on…
Victoria
  • 395
  • 3
  • 13
-1
votes
1 answer

Storing Data from WinCC Flex to Excel file using VBScript

Am trying to log data of some tags of WinCC Flex into Excel file using VB Script. I've searched on Siemens forums and have got an script according to my needs. But there is an error while executing the script in WinCC Flex. The script is as: Dim…
Nitish Katal
  • 33
  • 1
  • 3
  • 8
-3
votes
1 answer

Open Powershell script with pure c code

I want to make automatically screenshots of our visualiziation. I managed to switch through the pictures. But getting the screenshots is quite difficult. I found an quite easy Powershell script that works fine. But I have to call it with c Code due…
1 2 3
4