Sample Factory Event Configuration

Having defined three areas, we can now split the list of events (as indicated above) into area specific events, and begin to configure each area.

PLANTWIDE Events

Beginning with the PLANTWIDE area, we can define the following events:

Event ID Point ID Point Value
LIGHTS_ON_EV MAIN_LIGHTS 1
LIGHTS_OFF_EV MAIN_LIGHTS 0
START_BREAK_EV BREAK_LIGHT 1
END_BREAK_EV BREAK_LIGHT 0
START_LUNCH_EV BREAK_LIGHT 1
END_LUNCH_EV BREAK_LIGHT 0

KILN_ONLY Events

The events associated with the KILN_ONLY area are:

Event ID Point ID Point Value
KILN_ON_EV KILN_ENABLED 1
KILN_OFF_EV KILN_ENABLED 0
KILN_WARM_EV KILN_TEMP 250
KILN_FULL_EV KILN_TEMP 500
KILN_COOL_EV KILN_TEMP 100