> The Lakeshore LS208 needs at least 2-3 seconds to switch
> channels and then
> get a readout for that channel, however, it is perfectly well able to
> process another command.
>
> If the database isn't set up to wait (we use sequence records
> with delays
> set) until the device is done settling, the readout is a
> string of hyphens
> rather than a number (just like what it says on its fron
> panel at the time
> it gets the command).
This is another example where streamDevice would make things easier.
You can define delays within the protocols.
For example for the situation described above could define
a protocol looking something like this:
readoutchan { out "SEL CHAN \$1"; wait 3000; out "GET VAL"; in "%f" }
Though this would block any other commands during the delay.
Pete.
- Navigate by Date:
- Prev:
Ascii SIO and late response/synchronization faults Allan Honey
- Next:
JCA2.0.1 Available Eric Boucher
- 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
- Navigate by Thread:
- Prev:
Re: Ascii SIO and alarms questions Maren Purves
- Next:
ChannelArchiver build problem with g++ 2.9.5 on Linux Burkhard Kolb
- 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
|