There are four operating modes. trig, once, once_lam, and loop. See the sections below for an explanation of each mode.
This program is normally used to test the AMS rare isotope hardware/software system. This program is part of the NEC AMS software package.
See the appropriate mode section for more information.
See the appropriate mode section for more information.
export CWRITE_DEVICE=/dev/camac2
3660tst 1 1 loop
In this mode the 3660 outputs a burst of pulses each time it is triggered.
The number of clock pulses to output is set by the cnt argument.
The time between clock ticks may be optionally set by the deltaT argument, otherwise it defaults to 100uS.
The signal used to trigger the 3660 is connected to the trig 1 input on the front panel. Trigger occurs on the rising edge of the trigger signal.
The front panel clk out signal is connected to the device under test.
In this mode the 3660 outputs one burst of pulses when the program is run.
The number of clock pulses to output is set by the cnt argument.
The time between clock ticks may be optionally set by the deltaT argument, otherwise it defaults to 100uS.
The signal used to trigger the 3660 is connected to the trig 1 input on the front panel. Trigger occurs on the rising edge of the trigger signal.
The front panel clk out signal is connected to the device under test.
loop mode provides a continuous pulse train until reprogrammed, reset, etc.
The time between clock ticks may be optionally set by the deltaT argument, otherwise it defaults to 100uS.
The front panel clk out signal is connected to the device under test.
3660tst 1 4 trig 100
This example programs a 3660 located in crate 2 slot 5 to output 500 clock ticks with 200 uS between ticks each time it is triggered.
3660tst 2 5 trig 500 200
This example programs a 3660 located in crate 2 slot 5 to output a continuous pulse train with 200 uS between ticks.
3660tst 2 5 loop 200