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
This commit is contained in:
Ferdi Franceschini
2011-07-25 17:06:35 +10:00
committed by Douglas Clowes
parent 0b90dfc0dc
commit 169aa5ed2f

View File

@@ -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} {}\
}