psych_trans2.gif (12714 bytes)
Home Up Equipment Test Pgm. Exp. 1 Pgm. Exp. 2 Pgm. Exp. 3 Pgm. Exp. 4 Pgm. Exp. 5 Pgm. Exp. 6


Equipment Test Program

\August 26, 1997. This program is subject to change.

\This program tests all responses, light stimuli, and reinforcer.

\The Omni directional lever is not tested

\The following statement defines the constants for stimuli and responses

^RightLever=1

^LeftLever=2

^OmniLever=3

^Hand switch=4

^Houselight=1

^RightLight=2

^Feeder=3

^LeftLight=4

^RightNoise=5

^LeftNoise=6

s.s.1,

s1,

#start:on ^Houselight --->s2 \The start command will be issued from the keyboard.

s2,

#R^RightLever:on ^Rightlight --->s3 \Presses the right lever to turn the right light on.

s3,

#R^RightLever:off ^Rightlight --->s4 \Presses right lever to turn light off.

s4,

#R^LeftLever:on ^Leftlight --->s5 \Presses left lever to turn light on.

s5,

#R^LeftLever:off ^Leftlight --->s6 \Presses left lever to turn light off.

s6,

#R^Handswitch:on ^Feeder --->s7 \Operates the reinforcer.

s7,

.05":off ^feeder--->s8

s8,

#R^Handswitch:off ^Houselight--->stopkill \Stops the program without recording data.