]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
new supported power supply: Instek PST
authorJan Michel <j.michel@gsi.de>
Tue, 16 Jul 2013 13:38:49 +0000 (15:38 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 16 Jul 2013 13:38:49 +0000 (15:38 +0200)
web/htdocs/tools/pwr/pwr.pl

index 23aa218774b3c8df77e8b9a8db8d62dfed663d7f..724f26a3a51c53daf4caab6ea3d808c3ebbb603d 100755 (executable)
@@ -48,7 +48,7 @@ transmit_command() if $ser_type eq "PSP"; #if new command, send it!
 receive_answer() if $ser_type eq "PSP"; # always called
 
 
-print receive_answer_HMP() if $ser_type eq "HMP"; # always called
+print receive_answer_HMP() if $ser_type eq "HMP" or $ser_type eq "PST"; # always called
 
 # transmit_command(); # send relais off in case current maximum is reached!