NOTE: Currently (6-30-00) the communications are only one way (x22b to circulator). Until this is fixed, use nescom1.mac and nes_settemp1.c. The communication works both ways on a newer computer with a newer kernel (2.2.5, x22b is 2.0.17). [Editor's note Sept. 2001: the x22b kernel has since been upgraded.]
It redefines two macros which are used in the standard Spec macro te:
# Calculated 5-31-00 in Room 2-109 Physics, BNL
# for temperatures measured in degrees C
# where Trough_Temp is measured 30min after _settemp
# Circulator_Temp = 1.17 * Trough_Temp - 4.14
DEGC_SP = 1.17 * TEMP_SP - 4.14
cmd = sprintf("/home/specadm/macros/trough/nes_settemp %f", DEGC_SP)
unix(cmd, str)
'
See the Neslab RTE-111 manual for details on communicating with the circulator. Each program is self documenting and can be run from a shell: