SNVT_time_val_2

Overview:

Schedule time-value pair..  Specifies the starting time and value for a scheduled event where the value of each event may consist of an occupancy value, a general purpose value, or both values.  

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 209
Obsolete: no
Size: 4
Programmatic Name: SNVT_time_val_2
Neuron C Type:
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: 31
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
occ_value_ignored_flagOccupancy value ignored flag..  Set to one if this time-value pair does not apply to the occupancy value output. 
 
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
gp_value_ignored_flagGeneral-purpose value flag..  Set to one if this time-value pair does not apply to the general purpose value output. 
 
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
occupancy.   
 
occup_t
gp_valueValue.  Output value at the schedule time; converted to the equivalent numerical occupancy value for the nvoSchedOcc output; converted to any value for the optional nvoSchedVal output.  
 
unsigned short
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SNVT_time_val_2:  text("%d %d %d %d %d %d %d %m %d", sunrise_relative_flag, sunset_relative_flag, negative_time_offset_flag, hour, occ_value_ignored_flag, gp_value_ignored_flag, minutes, occupancy, gp_value)

Used by:

SCPTscheduleFriday  SCPTscheduleMonday  SCPTscheduleSaturday  SCPTscheduleSunday  SCPTscheduleThursday  SCPTscheduleTuesday  SCPTscheduleWednesday  SNVT_sched_exc