Access to all data of a CoE object

This function is obsolete and should not be used.

The entire CoE object is always read with the Update method. If, for example, all temperatures are to be read, the entire object can be made available with the All property.

31: // Update CoE Data - DO NOT USE IN FOR-LOOP !!!
     IF ipXpu.TcIoTile(1,1).Aps4322.CoE.DiagData.Update() THEN
          stCoeDriveDiagData := ipXpu.TcIoTile(1,1).Aps4322.CoE.DiagData.All;
          nState := nState + 1;
     END_IF