Files
sics/site_ansto/instrument/TEST_SICS/fakeDMC/README.txt
Ferdi Franceschini 21796674c3 Changed names to protect the innocent.
r2256 | ffr | 2007-11-09 17:07:30 +1100 (Fri, 09 Nov 2007) | 2 lines
2012-11-15 13:30:37 +11:00

19 lines
763 B
Plaintext

cont.tcl: starts a fake dmc controller.
eg
./cont.tcl -cont 1 -port pmc1-wombat
will launch a fake motion controller which will listen for connections on port
pmc1-wombat.
NOTE: The example given above will require that a port entry for pmc1-wombat is
made in the /etc/services file and that a dmc2280_controller1_sim.tcl
configuration file exists in the fakeDMC directory.
mkSimAxes.tcl: creates the fake dmc configuration files.
You must run this script the first time that you install the fake DMC controller
scripts, or after you make changes to the sics motor configuration file.
eg
./mkSimAxes.tcl wombat
this will create configuration files for the fake DMC controllers based on the
motor configuration file in the sics/server/config/motor directory.