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 2025 | 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 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: record processing time |
From: | Mark Rivers <[email protected]> |
To: | "'[email protected]'" <[email protected]> |
Cc: | techtalk <[email protected]> |
Date: | Fri, 14 Feb 2014 15:14:35 +0000 |
Hi Vishnu, Please tell us about your output records, TEST:OUT0-O, etc. Are they connected to hardware? If so, is the device support synchronous or asynchronous, and what driver are you using? If they are connected to hardware and the device support
is synchronous, then 50 microseconds may just be the time it takes the driver to do the I/O. If the records are not connected to hardware then how did you measure the 50 microseconds? Mark From: [email protected] [mailto:[email protected]]
Hi, In my application i am putting value on 4 output port lines simultaneously with dfanout record. record (dfanout,"TEST:EVENT1-FOUT") { field(DESC, "stop all event simaltanously") field(DOL, "TEST:WAIT-EVENT") field(HOPR, "1") field(LOPR, "0") field(OMSL, "closed_loop") field(OUTA, "TEST:OUT0-O PP") field(OUTB, "TEST:OUT1-O PP") field(OUTC, "TEST:OUT2-O PP") field(OUTD, "TEST:OUT3-O PP") } "TEST:OUT0-O, TEST:OUT1-O, TEST:OUT2-O, and TEST:OUT3-O are 4 output record putting the values on output port lines. The TEST:WAIT-EVENT is the taking value from User interface. 0 or 1. I observed the delay between each output is approximately 50 micro second. so total delay from first to last PV is ~200 micro second. The OS running the IOC is RHEL. I would like to know this delay time is normal in EPICS or i can even get better with some mechanism. Thank you
|