SCPTscheduleTimeValue

Overview:

Schedule time-value pair..  Specifies the time and value for a scheduled event. 

This configuration property is used to create an array of time-value pairs, organized as terminated lists.


Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 275
Obsolete: no
Size: 3
Programmatic Name: SCPTscheduleTimeValue
Default: 1 0 0 0 255
Neuron C Type:
Structure
invalidInvalid flag..  Identifies an undefined schedule entry. 
 
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
terminatorTerminator flag..  Identifies the last entry in a time-value list. 
 
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
hourHour.  Hours since midnight for a scheduled event. 
 
bitfield
Signed: no
Width: 6
Offset: 2
Minimum: 0
Maximum: 47
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
minuteMinute.  Minute within the hour for a scheduled event. 
 
unsigned short
Minimum: 0
Maximum: 59
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
valueScheduler value..  Specifies the value to output when a time-value pair is active. The value must be mapped to a value that matches the type of the output network variable. 
 
SNVT_sched_val
Formats:

SCPTscheduleTimeValue:  text("%d %d %d %d %d", invalid, terminator, hour, minute, value)

Used by:

SFPTscheduler