SNVT_sched_exc

Overview:

Exception schedule..  Specifies a scheduled event to override a daily schedule. 

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 211
Obsolete: no
Size: 8
Programmatic Name: SNVT_sched_exc
Neuron C Type:
Structure
monthsException months..  Months for exception schedule to be active; set to the invalid value (MN_NUL) to disable the exception schedule. 
 
months_t
daysDays.  Days within the months specified by the months field for the exception schedule to be active. 
 
days_of_month_t
start_time_valueStart time and value..  Start time on the specified days within the specified months, and the value for the exception schedule. 
 
SNVT_time_val_2
end_time.   
 
Structure
sunrise_relative_flagSunrise relative flag..  If set to one, the time fields specify an offset from sunrise; sunrise time is fixed at 06:00 until a sunrise input is received. 
 
bitfield
Signed: no
Width: 1
Offset: 0
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
sunset_relative_flagSunset relative flag..  If set to one, the time fields specify an offset from sunset; sunset time is fixed at 18:00 until a sunset input is received. 
 
bitfield
Signed: no
Width: 1
Offset: 1
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
negative_time_offset_flagTime sign bit..  Set to one to indicate that the time field is a negative value; this field is only used witth the sunrise_relative_flag or sunset_relative_flag; it is ignored if neither flag is set.  
 
bitfield
Signed: no
Width: 1
Offset: 2
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
hourHour  (Hour) .  Hour of the day; 0 is midnight; 12 is noon; 31 is the invalid value and represents an unused time-value pair. 
 
bitfield
Signed: no
Width: 5
Offset: 3
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
start_offset_enable_flagStart offset enable flag..  Set to one with the stop_offset_enable_flag set to zero to enable the time to be offset by the nviStartOffset input; set both flags to one to enable the time to be offset by a random interval specified by cpRandomizationInterval.  
 
bitfield
Signed: no
Width: 1
Offset: 0
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
stop_offset_enable_flagEnd offset enable flag..  Set to one with the start_offset_enable_flag set to zero to enable the time to be offset by the nviStopOffset input; set both flags to one to enable the time to be offset by a random interval specified by cpRandomizationInterval.  
 
bitfield
Signed: no
Width: 1
Offset: 1
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
minutesMinutes  (minutes) .  Minutes portion of the time. 
 
bitfield
Signed: no
Width: 6
Offset: 2
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SNVT_sched_exc:  text("%m %m %d %d %d %d %d %d %d %m %d %d %d %d %d %d %d %d", months, days, start_time_value.sunrise_relative_flag, start_time_value.sunset_relative_flag, start_time_value.negative_time_offset_flag, start_time_value.hour, start_time_value.occ_value_ignored_flag, start_time_value.gp_value_ignored_flag, start_time_value.minutes, start_time_value.occupancy, start_time_value.gp_value, end_time.sunrise_relative_flag, end_time.sunset_relative_flag, end_time.negative_time_offset_flag, end_time.hour, end_time.start_offset_enable_flag, end_time.stop_offset_enable_flag, end_time.minutes)

Used by:

SCPTscheduleException  SCPTscheduleHoliday