initial commit
This commit is contained in:
19
tcl/hallprobe.addon
Normal file
19
tcl/hallprobe.addon
Normal file
@ -0,0 +1,19 @@
|
||||
addonDesc = hall probe reading (setup for amir)
|
||||
|
||||
# lakeshore 370 monitor
|
||||
# makenv hall -driver 370_lsc -port linse-6837-ts:3001 {
|
||||
makenv hall -driver 370_lsc {
|
||||
lsc_sensor left -channel 1 -sensor raw -excitation 10uA -range 20Ohm -color yellow
|
||||
lsc_sensor right -channel 2 -sensor raw -excitation 10uA -range 20Ohm -color orange
|
||||
}
|
||||
|
||||
makenv left -driver drvpar /hall/left/raw
|
||||
makenv right -driver drvpar /hall/right/raw
|
||||
makenv capacity -driver drvpar /cap/cap
|
||||
|
||||
GraphAdd left Ohm left yellow
|
||||
GraphAdd right Ohm right orange
|
||||
|
||||
definealias i1 left
|
||||
definealias i2 right
|
||||
definealias i3 capacity
|
Reference in New Issue
Block a user