From 630821cb5057e26ba38d4eec6c21ac16a0ea1887 Mon Sep 17 00:00:00 2001 From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl> Date: Fri, 3 Apr 2020 22:58:16 +0200 Subject: [PATCH] Add OPC_time_out as property This allows us to see when the OPC-US server is not responding. --- crossechoTangoDev/Crossecho.xmi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crossechoTangoDev/Crossecho.xmi b/crossechoTangoDev/Crossecho.xmi index 9deb107f9..4bb12c274 100644 --- a/crossechoTangoDev/Crossecho.xmi +++ b/crossechoTangoDev/Crossecho.xmi @@ -15,6 +15,11 @@ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/> <DefaultPropValue>55555</DefaultPropValue> </deviceProperties> + <deviceProperties name="OPC_time_out" description=""> + <type xsi:type="pogoDsl:ULongType"/> + <status abstract="false" inherited="false" concrete="true" concreteHere="true"/> + <DefaultPropValue>1000</DefaultPropValue> + </deviceProperties> <commands name="State" description="This command gets the device state (stored in its device_state data member) and returns it to the caller." execMethod="dev_state" displayLevel="OPERATOR" polledPeriod="0"> <argin description="none"> <type xsi:type="pogoDsl:VoidType"/> -- GitLab