From 771567365d1cd4f8f60a4502d09e097a11674a48 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Tue, 9 Jun 2015 15:22:57 +0100 Subject: [PATCH] daq instrument: updating default server_port to match daq server. --- wlauto/instrumentation/daq/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/instrumentation/daq/__init__.py b/wlauto/instrumentation/daq/__init__.py index 16e11907..7a29f302 100644 --- a/wlauto/instrumentation/daq/__init__.py +++ b/wlauto/instrumentation/daq/__init__.py @@ -95,7 +95,7 @@ class Daq(Instrument): global_alias='daq_server_host', description='The host address of the machine that runs the daq Server which the ' 'insturment communicates with.'), - Parameter('server_port', kind=int, default=56788, + Parameter('server_port', kind=int, default=45677, global_alias='daq_server_port', description='The port number for daq Server in which daq insturment communicates ' 'with.'),