The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
SIMATIC S7-PLCSIM Advanced Share llms optimized content

Efficiently simulate SIMATIC S7 controllers with S7-PLCSIM Advanced. Test, debug, and optimize your control programs without using physical hardware.

Struct SOnDisplayDataChangedParameter

ClassList > SOnDisplayDataChangedParameter

Additional parameter given on display data changed event.

  • #include <SimulationRuntimeApi.h>

Public Attributes

TypeName
SDisplayDataDisplayData
ERuntimeErrorCodeErrorCode
A possible error code.
SYSTEMTIMEEventCreateTime
The virtual system time of the virtual controller at the time when this event was triggered.

Public Attributes Documentation

variable DisplayData

SDisplayData SOnDisplayDataChangedParameter::DisplayData;

Display data.

variable ErrorCode

A possible error code.

ERuntimeErrorCode SOnDisplayDataChangedParameter::ErrorCode;
  • ERuntimeErrorCode::SREC_OK: On success. Otherwise failure.

variable EventCreateTime

The virtual system time of the virtual controller at the time when this event was triggered.

SYSTEMTIME SOnDisplayDataChangedParameter::EventCreateTime;