- Fixed a bug which caused the status file to be overwritten before it
could be read on initialization. - The new SLS magnet driver for the TCP/IP concentrator now successfully writes data SKIPPED: psi/slsecho.c
This commit is contained in:
@ -25,7 +25,8 @@ proc slsecho::readreply {} {
|
||||
proc slsecho::sendwrite {num} {
|
||||
set val [sct target]
|
||||
hupdate [sct]/stop 0
|
||||
sct send "$num:w:0x90:$val:write"
|
||||
# sct send "$num:w:0x90:$val:write"
|
||||
sct send "$num:s:0x9c:$val:write"
|
||||
return readreply
|
||||
}
|
||||
#--------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user