User Tools

Site Tools


ice:commands:quadtemp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ice:commands:quadtemp [2023/12/06 20:25] Christiana Sasserice:commands:quadtemp [2023/12/06 20:27] (current) Christiana Sasser
Line 14: Line 14:
 If TEMP is outside that range, temperature setpoint will not be adjusted.// If TEMP is outside that range, temperature setpoint will not be adjusted.//
  
-<function=ICEfunc?0=BiPolar?&1=I:CHANNEL:3&2=On&3=18>+<function=ICEfunc?0=BiPolar?&1=I:CHANNEL:3&2=On&3=18>
 Returns whether the temperature loop for channel CHANNEL is bipolar. Returns whether the temperature loop for channel CHANNEL is bipolar.
  
Line 21: Line 21:
 Turn Bipolar off when driving resistive heaters. Returns output from **BiPolar?**. Turn Bipolar off when driving resistive heaters. Returns output from **BiPolar?**.
  
-<function=ICEfunc?0=Servo?&1=I:CHANNEL:3&2=Off&3=20>+<function=ICEfunc?0=Servo?&1=I:CHANNEL:3&2=Off&3=20>
 Returns the status (ON or OFF or FAULT) of the temperature servo loop for channel CHANNEL.  Returns the status (ON or OFF or FAULT) of the temperature servo loop for channel CHANNEL. 
 A return of fault means that the temperature is outside the min/max temperature range and that the  A return of fault means that the temperature is outside the min/max temperature range and that the 
Line 29: Line 29:
 Turns the temperature servo loop for channel CHANNEL on or off.  Returns the output of **Servo?** Turns the temperature servo loop for channel CHANNEL on or off.  Returns the output of **Servo?**
  
-<function=ICEfunc?0=Temp?&1=I:CHANNEL:3&2=24.21&3=22>+<function=ICEfunc?0=Temp?&1=I:CHANNEL:3&2=24.21&3=22>
 Returns the current temperature for channel CHANNEL.   Returns the current temperature for channel CHANNEL.  
  
-<function=ICEfunc?0=TError?&1=I:CHANNEL:3&2=0.021&3=23>+<function=ICEfunc?0=TError?&1=I:CHANNEL:3&2=0.021&3=23>
 Returns the temperature error (T<sub>setpoint</sub> – T<sub>actual</sub>) in degrees Celsius. Returns the temperature error (T<sub>setpoint</sub> – T<sub>actual</sub>) in degrees Celsius.
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=Current?&1=I:CHANNEL:3&2=0.651&3=24>+<function=ICEfunc?0=Current?&1=I:CHANNEL:3&2=0.651&3=24>
 Returns the current flowing through TEC (or resistive heater) in Amps. Returns the current flowing through TEC (or resistive heater) in Amps.
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=TempMin?&1=I:CHANNEL:3&2=15.3&3=25>+<function=ICEfunc?0=TempMin?&1=I:CHANNEL:3&2=15.3&3=25>
 Returns the minimum temperature for channel CHANNEL.  Returns the minimum temperature for channel CHANNEL. 
 If the temperature is ever less than MINTEMP, the board will temporarily disable the temperature  If the temperature is ever less than MINTEMP, the board will temporarily disable the temperature 
Line 52: Line 52:
  
  
-<function=ICEfunc?0=TempMax?&1=I:CHANNEL:3&2=55.3&3=27>+<function=ICEfunc?0=TempMax?&1=I:CHANNEL:3&2=55.3&3=27>
 Returns the maximum temperature for channel CHANNEL.  Returns the maximum temperature for channel CHANNEL. 
 If the temperature is ever greater than MAXTEMP, the board will temporarily disable the temperature  If the temperature is ever greater than MAXTEMP, the board will temporarily disable the temperature 
Line 63: Line 63:
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=Gain?&1=I:CHANNEL:3&2=34&3=29>+<function=ICEfunc?0=Gain?&1=I:CHANNEL:3&2=34&3=29>
 Returns the gain setting temperature loop servo gain for channel CHANNEL. Gain can be from 1 to 255. Returns the gain setting temperature loop servo gain for channel CHANNEL. Gain can be from 1 to 255.
 <html></div></html> <html></div></html>
Line 77: Line 77:
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=RecStat?&1&2=BUSY&3=32>+<function=ICEfunc?0=RecStat?&1&2=BUSY&3=32>
 Returns the status of recording data from the RecData command.  Returns the status of recording data from the RecData command. 
 Returns status of either NODATA, BUSY, FINISHED. Returns status of either NODATA, BUSY, FINISHED.
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=RecInt?&1&2=34&3=33>+<function=ICEfunc?0=RecInt?&1&2=34&3=33>
 Returns the setting for the time interval between data points when taking data with the RecData command.  Returns the setting for the time interval between data points when taking data with the RecData command. 
 Time between points is 10ms * INTERVAL. Value can be from 1 to 255 (10ms – 2.55s) Time between points is 10ms * INTERVAL. Value can be from 1 to 255 (10ms – 2.55s)
Line 93: Line 93:
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=RecAmp?&1&2=3&3=35>+<function=ICEfunc?0=RecAmp?&1&2=3&3=35>
 Returns the amplitude for data stored by the RecData command. Valid range is 0-5. When AMPLITUDE is 0,  Returns the amplitude for data stored by the RecData command. Valid range is 0-5. When AMPLITUDE is 0, 
 the range for the temperature error is from -18.75mK to 18.75mK in steps of 0.15mK.  the range for the temperature error is from -18.75mK to 18.75mK in steps of 0.15mK. 
Line 106: Line 106:
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=RecNum?&1&2=199&3=37>+<function=ICEfunc?0=RecNum?&1&2=199&3=37>
 Returns the number of data points to be collected when **RecData** is run. Range is from 1 to 256. Returns the number of data points to be collected when **RecData** is run. Range is from 1 to 256.
 <html></div></html> <html></div></html>
Line 114: Line 114:
 <html></div></html> <html></div></html>
  
-<function=ICEfunc?0=MaxCurr?&1=I:CHANNEL:2&2=0.32&3=39>+<function=ICEfunc?0=MaxCurr?&1=I:CHANNEL:2&2=0.32&3=39>
 Returns the maximum TEC current allowed for the temperature loop on channel CHANNEL.  Returns the maximum TEC current allowed for the temperature loop on channel CHANNEL. 
 <html></div></html> <html></div></html>
ice/commands/quadtemp.txt · Last modified: 2023/12/06 20:27 by Christiana Sasser