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:
- Clear the selected portion of the memory
- Disable LAMs
START:
- Disable LAMs
- Enable DMM
- Start timer 0.1 secs.
- WFT and restart timer with sample time
READ:
- Test LAM, display warning message if LAM is set
- Read memory
e.g.:
clear_str621( 22000, 1) = 1
start_str621( 22000, t1) = 5
do wft(t1)
* = read_str621( 22000, 1, arr_name)