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: | Re: record linking question |
From: | [email protected] (Ben-chin K. Cha) |
To: | [email protected], [email protected] |
Date: | Tue, 17 Mar 1998 12:51:50 -0600 |
> > Depends on the CA client and how (if) it handles string values. If you use > the (host side) caput command (from extensions/src/ca) you will get: > > > caput Q5PT1R:rdbk.SCAN ".5 second" > Old : Q5PT1R:rdbk.SCAN .2 second > ca_put failed on Q5PT1R:rdbk.SCAN > To write string through using "caput" you have to use the "-s" option, e.g. kao 264: caget chademoai2.SCAN chademoai2.SCAN Passive kao 265: caput -s chademoai2.SCAN .2 second Old : chademoai2.SCAN Passive New : chademoai2.SCAN .2 second Just type caput it should give you the on-line command syntax about caput. Ben-chin