SNVT_log_fx_request

Overview:

Log file transfer request..  Requests a data log to be transferred via FTP. Must be followed by a stanard FTP request to get the data log file. Required on devices implementing the Data Logger functional profile that support data log transfer via FTP.  

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 193
Obsolete: no
Size: 16
Programmatic Name: SNVT_log_fx_request
Neuron C Type:
Structure
requested_logRequested log number..  The log number of the data log to be transferred. 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
record_countRecord count..  The maximum number of log records to be transferred. 
 
s32_type
Minimum: -2147483648
Maximum: 2147483647
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
start_timeStart time.  (seconds) .  Timestamp of first record to be transferred. If no records exist with this timestamp, the first record with a timestamp after this timestamp is the starting record.  
 
SNVT_time_stamp_p
end_timeEnd time.  (seconds) .  Timestamp of last record to be transferred. If no records exist with this timestamp, the last record with a timestamp before this timestamp is the ending record.  
 
SNVT_time_stamp_p
Formats:

SNVT_log_fx_request:  text("%d %d %d %d %d %d", requested_log, record_count, start_time.second, start_time.hundredths, end_time.second, end_time.hundredths)

Used by:

SFPTnodeObject