SNVT_log_fx_status

Overview:

Log file transfer status..  Reports the status of a data log file transfer using FTP. 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: 194
Obsolete: no
Size: 5
Programmatic Name: SNVT_log_fx_status
Neuron C Type:
Structure
requestor_subnetRequestor subnet ID..  Subnet ID of the device that requested the current log file transfer. Invalid if a file transfer is not active. 
 
unsigned short
Minimum: 1
Maximum: 255
Invalid: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
requestor_nodeRequestor node ID..  Node ID of the device that requested the current log file transfer. Invalid if a file transfer is not active. 
 
unsigned short
Minimum: 1
Maximum: 255
Invalid: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
log_numberData log number..  Log number for the log file currently being transferred via FTP. Invalid if none. 
 
unsigned long
Minimum: 1
Maximum: 65535
Invalid: 0
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
completeData log file transfer percent complete..  Percent of the current data log file transfer that has been completed. Invalid if none. 
 
unsigned short
Minimum: 0
Maximum: 200
Invalid: 255
Scaling (A,B,C): 5,  -1,  0
Scaled value: 5 *10 -1 *(Raw+0)
Resolution: 0.5
Formats:

SNVT_log_fx_status:  text("%d %d %d %d", requestor_subnet, requestor_node, log_number, complete)

Used by:

SFPTnodeObject