Settings Custom.conf
From Bcontrol
% This is a Settings_Custom.conf set up as for a standard rig in the Brody lab.
% To use it, rename it as Settings_Custom.conf, and make sure that the
% RIGS;state_machine_server and RIGS;sound_machine_sever lines point to
% the appropriate RTLinux machine, i.e., the one that is actually serving
% your rig.
% (hostnames of the form brodyrigrt## where ## is the rig number)
% Instructions and settings descriptions can be found in Settings_Default.conf.
GENERAL; Main_Code_Directory; /ratter/ExperPort;
GENERAL; Main_Data_Directory; /ratter/SoloData;
GENERAL; Protocols_Directory; /ratter/Protocols;
GENERAL; Sound_Directory; /ratter/ExperPort/Sounds;
GENERAL; Lab; Brody;
GENERAL; use_timers; 0;
GENERAL; dbstop_if; error;
GENERAL; Solo_Try_Catch_Flag; 1;
GENERAL; do_debug; 0;
SOUND; sound_sample_rate; 200000;
DIOLINES_MISC; offset; 0; % the # of channels to skip (DIOLINES range within the state machine server specified by min and max DIOLINES multiplied by 2^offset)
DIOLINES; center1water; NaN; % 2^0
DIOLINES; center1led; 2; % 2^1
DIOLINES; left1water; 4; % 2^2
DIOLINES; left1led; 8; % 2^3
DIOLINES; right1water; 16; % 2^4
DIOLINES; right1led; 32; % 2^5
%DIOLINES; center2water; 64; % 2^6
%DIOLINES; center2led; 128; % 2^7
%DIOLINES; left2water; 256; % 2^8
%DIOLINES; left2led; 512; % 2^9
%DIOLINES; right2water; 1024; % 2^10
%DIOLINES; right2led; 2048; % 2^11
INPUTLINES_MISC; offset; 0
INPUTLINES; C; 1
INPUTLINES; L; 2
INPUTLINES; R; 3
CVS; CVSROOT_STRING; :ext:<yourcvsserver>:/cvs; % when blank, cvs is not used, otherwise allows automatic committing of saved data files
COMPATIBILITY; Skip_Loading_Old_Settings_Into_Globals; 0;
PUMPS; pump_ontime; 0.150;
PUMPS; pump_offtime; 0.10;
</code>