TraceRecordEntry (STRUCT)ΒΆ
TYPE TraceRecordEntry : STRUCT
A single entry recorded for a trace variable consisting of a relative time stamp and a (variable-size) data part. The size of the data depends on the type class of the trace variable.
- InOut:
- Name - Type - Comment - ulTimeRelative- UDINT- The relative time stamp (since the trace was first started, see TraceState.tStartTime) in the resolution configured for the trace packet - Data- BYTE- A (variable size) data portion for the sample value 
