From 169aa5ed2f638bc24b1c7a0b08bfc1a8a6484775 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 25 Jul 2011 17:06:35 +1000 Subject: [PATCH] Display/Value and setpoint should be numeric to save arrays of readings. We can't save arrays of text. r3235 | ffr | 2011-07-25 17:06:35 +1000 (Mon, 25 Jul 2011) | 3 lines --- .../instrument/config/environment/sct_keithley_2700.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/config/environment/sct_keithley_2700.tcl b/site_ansto/instrument/config/environment/sct_keithley_2700.tcl index 97c57daf..fd1a99e9 100644 --- a/site_ansto/instrument/config/environment/sct_keithley_2700.tcl +++ b/site_ansto/instrument/config/environment/sct_keithley_2700.tcl @@ -576,8 +576,8 @@ debug_log "Registering node $nodeName for write callback" Control MBF 1 1 0 float user {CALC1:KMAT:MBF?} {rdValue} {CALC1:KMAT:MBF} {wrValue} {}\ Control MUN 1 1 0 text user {CALC1:KMAT:MUN?} {rdText} {CALC1:KMAT:MUN} {wrText} {}\ Control Stat 1 1 0 text user {CALC1:STAT?} {rdParm} {CALC1:STAT} {wrParm} {ON,OFF}\ - Display Value 1 0 0 text internal {FETCH?} {rdData} {} {} {}\ - {} Setpoint 0 1 1 text user {} {} {} {setPoint} {}\ + Display Value 1 0 0 float internal {FETCH?} {rdData} {} {} {}\ + {} Setpoint 0 1 1 float user {} {} {} {setPoint} {}\ Display Tree 0 1 0 text user {} {} {} {wrTree} {}\ }