Datent:
if mode/energy specified then
begin
calculate table index
repeat
fetch parameter
output parameter
point to next parameter
until all parameters set
call Magnet
if mode/energy changed then return
end
if data entry is complete then set Tphase to 3
if data entry is not complete then
if reset command entered then set Tphase to 0
return
Magnet:
Set bending magnet flag
repeat
Set next magnet
Call Ptime
if mode/energy has changed, then exit
until all magnets are set
return
Ptime:
repeat
if bending magnet flag is set then
if editing taking place then
if mode/energy has changed then exit
until hysteresis delay has expired
Clear bending magnet flag
return
Figure 3. Datent, Magnet, and Ptime subroutine