SCPTlogRequest

Overview:

Data log access request..  Data log access request message format. Not used as a CP. This request has a variable size--the timestamp field is only included with the get next record request.  

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 340
Obsolete: no
Size: 8
Programmatic Name: SCPTlogRequest
Default: 0 0 0 0,00
Neuron C Type:
Structure
dlap_versionData log access protocol version..  Data log access protocol version number. Currently must be 1. 
 
unsigned short
Minimum: 1
Maximum: 255
Invalid: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
requested_logRequested log number..  The log number of the data log to be accessed. Logs are numbered from 1 to number_of_logs. 
 
unsigned long
Minimum: 1
Maximum: 65535
Invalid: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
last_time Timestamp of last record fetched. The first record with a timestamp after this timestamp is returned. If this field is invalid, the first record in the data log is returned. .  Timestamp of last record fetched. The first record with a timestamp after this timestamp is returned. If this field is invalid, the first record in the data log is returned.  
 
SNVT_time_stamp_p
Formats:

SCPTlogRequest:  text("%d %d %d %f", dlap_version, requested_log, last_time.second, last_time.hundredths)