Configures the new chopper driver. r3140 | ffr | 2011-05-19 08:44:20 +1000 (Thu, 19 May 2011) | 2 lines
10 lines
241 B
Tcl
10 lines
241 B
Tcl
set sim_mode [SplitReply [chopper_simulation]]
|
|
|
|
namespace eval ::scobj::chopper {
|
|
variable chopper_IP "137.157.202.137"
|
|
variable chopper_port "10000"
|
|
variable UID "NCS"
|
|
variable PWD "NCS013"
|
|
}
|
|
source $cfPath(chopper)/sct_chopper.tcl
|