Generate a wrapper for the old protek driver from a protekmm.sct template.

This commit is contained in:
Ferdi Franceschini
2014-07-11 13:52:37 +10:00
parent 4f72bcaaf5
commit 867c6c8eaa
5 changed files with 168 additions and 105 deletions

View File

@@ -218,6 +218,7 @@ desc = "This is the default sample stage configuration with xy translation and p
imptype = motion_axis
[protek_01]
asyncqueue = sct
desc = "Protek Multimeter"
driver = "protekmm"
id = 1
@@ -226,6 +227,7 @@ ip = 10.157.205.36
port = 4001
[protek_02]
asyncqueue = sct
desc = "Protek Multimeter"
driver = "protekmm"
id = 2

View File

@@ -27,6 +27,7 @@ fileeval $cfPath(plc)/plc.tcl
fileeval $cfPath(counter)/counter.tcl
fileeval $cfPath(environment)/sct_keithley_2700.tcl
fileeval $cfPath(environment)/sct_protek_common.tcl
fileeval $cfPath(environment)/sct_protekmm.tcl
#TODO Provide method for choosing environment controller
fileeval $cfPath(environment)/temperature/sct_eurotherm_2000.tcl
fileeval $cfPath(environment)/temperature/sct_lakeshore_336.tcl