STR621 (BW4)

clear_str621( crate_slot, chan) = 1
start_str621( crate_slot, timer) = sample_time
read_str621( crate_slot, chan, array_id)

crate_slot is constructed in the following way: crate_slot = 10000*crate + 100*slot, e.g.: Crate=2 and slot=20 -> 22000.

chan is in the range 1 - 64.

CLEAR:

  1. Clear the selected portion of the memory
  2. Disable LAMs

START:

  1. Disable LAMs
  2. Enable DMM
  3. Start timer 0.1 secs.
  4. WFT and restart timer with sample time

READ:

  1. Test LAM, display warning message if LAM is set
  2. Read memory

e.g.:
clear_str621( 22000, 1) = 1
start_str621( 22000, t1) = 5
do wft(t1)
* = read_str621( 22000, 1, arr_name)