Dynamic access on variables

ADS-objects

Normal ADS-objects are static and unique through their IndexGroup and IndexOffset. However, you can also read dynamic variables / parameters over ADS. Available are:

GEO

SDA

ADS-variables

Because these variables / parameters could be created depending on the NC-program, the access to them must be dynamic. For that reason, you have some static ADS-variables in the NC-kernel available, which offer metadata to the dynamic variables / parameters. Know these static ADS-variables are the only ones where the IndexGroup and IndexOffset could change. To be sure, you must search them by name. This name will not change.

The following tables with the IndexGroups / IndexOffsets are a snapshot and must not fit to the actual NC-kernel.

Notice

Then maximum length of a variable name was increased from 28 byte to 96 byte. This affects the every V.-Variables and P-Parameters.