Access to all data of a CoE object

For example, if you need access to all I2T values, you can make the entire object available through the all property. The following calls are required for this:


pCoEI2TDiagData   : POINTER TO ST_AT2xxxI2TDiagData;

IF fbXtsEnvironment.XpuTcIo(1).PartTcIo(1).ModuleTcIo(1).CoE.I2TDiagData.Update() THEN
   pCoeI2TDiagData:=fbXtsEnvironment.XpuTcIo(1).PartTcIo(1).ModuleTcIo(1).CoE.I2TDiagData.all;
END_IF