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 SOnSoftwareConfigChangedParameter

ClassList > SOnSoftwareConfigChangedParameter

Additional parameter given on changed software event.

  • #include <SimulationRuntimeApi.h>

Public Attributes

TypeName
ESoftwareConfigChangedChangeType
Download indicator parameter.
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 ChangeType

Download indicator parameter.

ESoftwareConfigChanged SOnSoftwareConfigChangedParameter::ChangeType;

variable ErrorCode

A possible error code.

ERuntimeErrorCode SOnSoftwareConfigChangedParameter::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 SOnSoftwareConfigChangedParameter::EventCreateTime;