Download & setup
Download BITTSy








Running the setup protocol
Last updated








Last updated
# Each protocol begins with definitions of SIDES, DISPLAYS, and LIGHTS.
# SIDES is an unordered list of labels to be used within the protocol
# file for different sides. DISPLAYS and LIGHTS should use these same
# side labels, but should be ordered based on their ID (0,1,2) in the
# computer system (determined by where they are plugged in). Run this
# protocol to determine how to order the DISPLAYS and LIGHTS lists for
# your system. Once determined, the same definition heading can be used
# for each protocol you run.
# An example of these definitions:
# SIDES ARE {CENTER, RIGHT, LEFT}
# DISPLAYS ARE {CENTER, RIGHT, LEFT}
# LIGHTS ARE {LEFT, CENTER, RIGHT}
# These are the definitions that should be used to run this protocol
# file and correctly identify ID numbers. Replace the corresponding
# lines in the protocol below if they differ from these.
# This protocol will first present images giving a 0, 1, and 2 label to
# the first three monitor IDs in your system. Write down the sides each
# monitor is for, in increasing number order - e.g. if you see 0 in the
# center, 1 on the left, and 2 on the right, write down {CENTER, LEFT,
# RIGHT}. This is the order that you should use for the DISPLAYS
# definition in each protocol you run.
# Next, the protocol will turn on the lights with IDs 0-2, one at a
# time. As each light turns on, write down the side it is on. For
# example, if the left light turns on first, then center, then right,
# the order you should use in your LIGHTS definitions is {LEFT, CENTER,
# RIGHT}.
# This set-up protocol must be run again any time monitors or lights
# are unplugged and re-plugged from your computer system.
# If you have more than three monitors in your system and the desired
# displays do not have images displayed during this test, note where
# the monitors that DO have images displayed are plugged into your
# computer. Power off your computer, switch the plugs of the monitors
# that you'd like to switch, reboot and rerun this protocol.
# Press the X key to continue after each step.
SIDES ARE {CENTER, RIGHT, LEFT}
DISPLAYS ARE {CENTER, RIGHT, LEFT} # if using only one monitor, change this line to: DISPLAYS ARE {CENTER}
LIGHTS ARE {LEFT, CENTER, RIGHT}
# replace the following file paths according to where your BITTSy files
# are saved
LET disp0 = "C:\Users\waz\Desktop\BITTSy_build_7-3\setup\0.png"
LET disp1 = "C:\Users\waz\Desktop\BITTSy_build_7-3\setup\1.png"
LET disp2 = "C:\Users\waz\Desktop\BITTSy_build_7-3\setup\2.png"
LET light0 = "C:\Users\waz\Desktop\BITTSy_build_7-3\setup\light0.png"
LET light1 = "C:\Users\waz\Desktop\BITTSy_build_7-3\setup\light1.png"
LET light2 = "C:\Users\waz\Desktop\BITTSy_build_7-3\setup\light2.png"
STEP 1
IMAGE CENTER disp0
IMAGE RIGHT disp1 # remove this line if using only 1 monitor
IMAGE LEFT disp2 # remove this line if using only 1 monitor
UNTIL KEY X
STEP 2
IMAGE CENTER OFF
IMAGE RIGHT OFF # remove this line if using only 1 monitor
IMAGE LEFT OFF # remove this line if using only 1 monitor
STEP 3
IMAGE CENTER light0
LIGHT LEFT ON
UNTIL KEY X
STEP 2
LIGHT LEFT OFF
IMAGE CENTER OFF
STEP 3
IMAGE CENTER light1
LIGHT CENTER ON
UNTIL KEY X
STEP 4
IMAGE CENTER OFF
LIGHT CENTER OFF
STEP 5
IMAGE CENTER light2
LIGHT RIGHT ON
UNTIL KEY X
STEP 6
LIGHT RIGHT OFF
IMAGE CENTER OFF