Update and access to all CoE objects

The Tc3 XTS Utility allows you to update and access all CoE objects with just one call. The following calls are required for this:


stAllCoEData   : ST_AT2xxxI2TDiagData;

IF fbXtsEnvironment.XpuTcIo(1).PartTcIo(1).ModuleTcIo(1).CoE.AllCoE.UpdateAllCoEData() THEN
   stAllCoEData:=fbXtsEnvironment.XpuTcIo(1).PartTcIo(1).ModuleTcIo(1).CoE.AllCoE.AllCoEData;
END_IF