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 STagInfo

ClassList > STagInfo

  • #include <SimulationRuntimeApi.h>

Public Attributes

TypeName
EAreaArea
UINT8Bit
EDataTypeDataType
SDimensionDimension
UINT8DimensionCount
UINT32Index
WCHARName
UINT32Offset
UINT32ParentIndex
EPrimitiveDataTypePrimitiveDataType
UINT16Size

Public Attributes Documentation

variable Area

EArea STagInfo::Area;

variable Bit

UINT8 STagInfo::Bit;

variable DataType

EDataType STagInfo::DataType;

variable Dimension

SDimension STagInfo::Dimension[DTAG_ARRAY_DIMENSION];

variable DimensionCount

UINT8 STagInfo::DimensionCount;

variable Index

UINT32 STagInfo::Index;

variable Name

WCHAR STagInfo::Name[DTAG_NAME_MAX_LENGTH];

variable Offset

UINT32 STagInfo::Offset;

variable ParentIndex

UINT32 STagInfo::ParentIndex;

variable PrimitiveDataType

EPrimitiveDataType STagInfo::PrimitiveDataType;

variable Size

UINT16 STagInfo::Size;