SCPTlogFileHeader

Overview:

Data log header..  Describes contents of a data log. 

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 338
Obsolete: no
Size: 20
Programmatic Name: SCPTlogFileHeader
Default: 0 v0.0 0 0 0 0,00 0 0,00
Neuron C Type:
Structure
file_typeData log file type..  Constant identifying a data log. 
 
unsigned long
Minimum: 2049
Maximum: 2049
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
major_version_numberData log file format major version number..   
 
unsigned short
Minimum: 1
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
minor_version_numberData log minor version number..   
 
unsigned short
Minimum: 0
Maximum: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
log_numberData log number..  Index of the data log functional block that received this update. 
 
unsigned long
Minimum: 0
Maximum: 65534
Invalid: 65535
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
record_countData log record count.  (seconds) .  Number of records in data log. 
 
s32_type
Minimum: 0
Maximum: 2147483646
Invalid: 2147483647
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
start_timeData log start time.  (seconds) .   
 
SNVT_time_stamp_p
end_timeData log end time.  (seconds) .   
 
SNVT_time_stamp_p
Formats:

SCPTlogFileHeader:  text("%d v%d.%d %d %d %d %f %d %f", file_type, major_version_number, minor_version_number, log_number, record_count, start_time.second, start_time.hundredths, end_time.second, end_time.hundredths)