SICS-587 (in progress) Put IP and PORT configuration in one file.

Platypus TODO hmm, environment, and devices like multimeters and the
sylvac.
This commit is contained in:
Ferdi Franceschini
2013-04-21 10:54:51 +10:00
parent 73ba1b0dba
commit 49e6a584c0
7 changed files with 152 additions and 74 deletions

View File

@@ -1,8 +1,8 @@
set sim_mode [SplitReply [chopper_simulation]]
namespace eval ::scobj::chopper {
variable chopper_IP "137.157.202.137"
variable chopper_port "10000"
variable chopper_IP [dict get $::CHOPPER_HOSTPORT NCS013 HOST]
variable chopper_port [dict get $::CHOPPER_HOSTPORT NCS013 PORT]
variable UID "NCS"
variable PWD "NCS013"
}