From: Jan Michel Date: Tue, 16 Jul 2013 13:38:49 +0000 (+0200) Subject: new supported power supply: Instek PST X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=babb07990476a3f070b7356f7733e74239ac6154;p=daqtools.git new supported power supply: Instek PST --- diff --git a/web/htdocs/tools/pwr/pwr.pl b/web/htdocs/tools/pwr/pwr.pl index 23aa218..724f26a 100755 --- a/web/htdocs/tools/pwr/pwr.pl +++ b/web/htdocs/tools/pwr/pwr.pl @@ -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!