Set TESTMODE to normal and reset port number
r2922 | ffr | 2010-05-14 12:36:39 +1000 (Fri, 14 May 2010) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
fbec2505c5
commit
08de4efc37
@@ -1,5 +1,5 @@
|
||||
# $Revision: 1.1.2.2 $
|
||||
# $Date: 2010-05-14 02:31:24 $
|
||||
# $Revision: 1.1.2.3 $
|
||||
# $Date: 2010-05-14 02:36:39 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
@@ -30,7 +30,7 @@ proc readLine {channel} {
|
||||
global VOLTAGE
|
||||
global bSWITCHES
|
||||
global bOPSTATE
|
||||
set TESTMODE "fail"
|
||||
set TESTMODE "normal"
|
||||
|
||||
set data [read $channel 1]
|
||||
binary scan $data c sigStart
|
||||
@@ -126,4 +126,4 @@ proc startserver {args} {
|
||||
return;
|
||||
}
|
||||
|
||||
startserver -port 65012
|
||||
startserver -port 65001
|
||||
|
||||
Reference in New Issue
Block a user