Required devices |
Top Previous Next |
The program requires to claim devices in groups named box0, box1, box2… with device names as listed below in bold:
// Names of lines the program expects to be able to claim NOSEPOKE // input LEFTLEVER // input RIGHTLEVER // input LOCOBEAM_FRONT // input LOCOBEAM_MIDDLE // input LOCOBEAM_REAR // input HOUSELIGHT // output PUMP // output DIPPER // output LEFTLEVERCONTROL // output RIGHTLEVERCONTROL // output LEFTLIGHT // output RIGHTLIGHT // output CENTRELIGHT // output PELLET // output TONE // output
// Aliases used while the program is in full flight, which it therefore expects not to be present on the server: SeekingLever SeekingLeverControl OtherLight TakingLever TakingLeverControl Stimulus NoncontingentCS PIT_CS
Please ensure that these devices are available and listed in the device definition file in use by the server.
|