SNVT_log_status

Overview:

Log status.  (hundredths of second.) .  Reports the current status of a data log. Updated based on the cpLogNotificationThreshold value. Reports status only; alarms reported via Node Object nvoAlarm2 output. Required if the Node Object does not include an nvoLogStat output.  

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 191
Obsolete: no
Size: 30
Programmatic Name: SNVT_log_status
Neuron C Type:
Structure
statusLog state..  State of the selected data log. 
 
log_status_t
log_numberSelected log number..  The log number of the reported data log. 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
levelLog level.  (Percent) .  The percent of maximum records in the selected data log. 
 
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
record_countRecord count.  (records) .  Number of records in the selected data log. A record is a logged value and any associated data such as a timestamp. 
 
s32_type
Minimum: -2147483648
Maximum: 2147483647
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
byte_countByte count.  (bytes) .  Number of bytes in the selected data log. 
 
s32_type
Minimum: -2147483648
Maximum: 2147483647
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
total_record_countTotal record count.  (records) .  Total records collected in the selected data log since the data log was created. Wraps to 0 on overflow. 
 
s32_type
Minimum: -2147483648
Maximum: 2147483647
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
records_since_notificationRecords since notification.  (records) .  The number of log records collected since the last notificiation. 
 
s32_type
Minimum: -2147483648
Maximum: 2147483647
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
current_notify_timeCurrent notify time..  Timestamp of the most recently collected data point. 
 
SNVT_time_stamp_p
previous_notify_timePrevious notify time.  (seconds) .  Timestamp of the most recently collected data point in the previous update to the log status. 
 
SNVT_time_stamp_p
Formats:

SNVT_log_status:  text("%m %d %d %d %d %d %d %d %d %d %d", status, log_number, level, record_count, byte_count, total_record_count, records_since_notification, current_notify_time.second, current_notify_time.hundredths, previous_notify_time.second, previous_notify_time.hundredths)

Used by:

SFPTdataLogger  SFPTnodeObject