1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Custom asyn input EOS |
From: | "Hudson, Lee \(DLSLtd,RAL,LSCI\) via Tech-talk" <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Tue, 10 Dec 2019 08:55:22 +0000 |
Hi, I have a motion controller I’m writing a driver for and it communicates by sending XML with no line terminators. This is proving to be a pain as any asyn reads time out. Luckily I know exactly what XML structure I expect back as the controller
only uses this mechanism to respond to requests and it will always respond using the same structure the request was sent in. I would like to be able to set the input eos to the last element in the XML structure, eg, </sequencer_prog>. I tried to use the method
asynOctetSyncIO->setInputEos() as this has an EOS string and length as parameters but looking at the implementation in asynInterposeEos.c I can see that the length of the EOS given is used in a switch statement and anything greater than 2 is invalid. Is there
any way to specify a custom EOS of any length? Thanks
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. |