From bdc11e914fcd0f4857383220d0f1a5d8c2c6fd81 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 8 Dec 2014 16:26:03 +1100 Subject: [PATCH] Change the protocol to omron_ap for the omron driver --- site_ansto/instrument/config/environment/omron_hldc.sct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/instrument/config/environment/omron_hldc.sct b/site_ansto/instrument/config/environment/omron_hldc.sct index 3331b342..b14693b6 100644 --- a/site_ansto/instrument/config/environment/omron_hldc.sct +++ b/site_ansto/instrument/config/environment/omron_hldc.sct @@ -2,7 +2,7 @@ # vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent # driver omron_hldc = { - vendor = Omron; device = 'ZS-HDLC'; protocol = std; + vendor = Omron; device = 'ZS-HDLC'; protocol = omron_ap; class = environment; simulation_group = environment_simulation;