Access by IndexGroup and Offset
It makes most sense to access PLC variables by symbol name in order to detect changes in the symbolism (e.g. due to an OnlineChange). Small controllers (e.g. BC/BX) that have no symbolism can be addressed directly via Index group and offset. Via the configured ADS runtime you can add a new symbol that fetches the values by Index group and offset (hex values are converted to the corresponding decimal values).

Name
- Name of the new symbol.
Index group
- Index group of the data which should be read.
Index offset
- Index offset of the data which should be read.
Data type
- Data type of the new symbol.