SCPTtimeEvent

Overview:

Time event entry.  (record type, hour, minute, event mode.) .  Event or mode definitions to be transmitted if the time in the record is reached. 

This configuration property sets a daily schedule with an event-mode for a given time. It’s used to create a configuration property array that defines a schedule. The configuration property includes record_type, hour, minute, and event_mode fields. If the record_type field is set to 0, it indicates that this element is the end of the list. A value of 1 indicates a scene, and 2 indicates a mode.


Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 104
Obsolete: no
Size: 4
Programmatic Name: SCPTtimeEvent
Default: EMT_END_OF_LIST,0:0,0
Neuron C Type:
Structure
record_typeType of time event record.  (time event record type names.) .   
 
event_mode_type_t
hourHour  (hours) .   
 
unsigned short
Minimum: 0
Maximum: 23
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
minuteMinute  (minutes) .   
 
unsigned short
Minimum: 0
Maximum: 59
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
event_modeEvent mode information.  (event mode number.) .   
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SCPTtimeEvent:  text("%m,%d:%d,%d", record_type, hour, minute, event_mode)

SCPTtimeEvent#LO:  text(("%m|", record_type), time(hour, minute), ("|%d", event_mode))

Used by:

SFPTrealTimeBasedScheduler