EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  <20002001  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  <20002001  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: epics on x86
From: john sinclair <[email protected]>
To: tech talk <[email protected]>
Date: Thu, 20 Jan 2000 09:59:05 -0500 (EST)
I'm using the DL-PC isa board to communicate with Allen/Bradley PLCs on
x86 hosted EPICS (R3.13.1).

I can successfully read and write integer files and can write the output
image table. I cannot read the input image table and cannot read nor write
a binary data table (e.g. B3).

Device support file version:
  $Id: devAbDf1.c,v 1.7 1999/05/06 17:01:58 hill Exp $

Driver support file version:
  $Id: drvAbDf1.c,v 1.8 1998/09/17 22:47:05 aptdvl Exp $

These records work:

record(bo, "$(user):boO_5") {
	field(ZNAM, "OFF")
	field(ONAM, "ON")
	field(DESC, "Binary output")
	field(DTYP, "AB DF1")
	field(OUT, "@ /tyCo/1 1 O:0/5")
	field(SCAN,"Passive")
}

record(ao, "$(user):aoN7_0") {
	field(DTYP, "AB DF1 S")
	field(OUT, "@ /tyCo/1 1 N7:0")
	field(SCAN,"Passive")
}

record(ai, "$(user):aiN7_5") {
	field(DTYP, "AB DF1 S")
	field(INP, "@ /tyCo/1 1 N7:5")
	field(SCAN,"I/O Intr")
}

These records do not:

record(bi, "$(user):biI_0") {
	field(ZNAM, "OFF")
	field(ONAM, "ON")
	field(DESC, "Binary input")
	field(DTYP, "AB DF1")
	field(INP, "@ /tyCo/1 1 I:0/0")
	field(SCAN,"I/O Intr")
}

record(bi, "$(user):biB3_0") {
        field(ZNAM, "OFF")
        field(ONAM, "ON")
        field(DESC, "Binary input")
        field(DTYP, "AB DF1")
        field(INP, "@ /tyCo/1 1 B3:0/0")
        field(SCAN,"I/O Intr") 
}

record(bo, "$(user):boB3_1") {
        field(ZNAM, "OFF")
        field(ONAM, "ON") 
        field(DESC, "Binary output")
        field(DTYP, "AB DF1")
        field(OUT, "@ /tyCo/1 1 B3:0/1")
        field(SCAN,"Passive")
}

Any ideas?

John Sinclair
[email protected]
Oak Ridge National Lab
865-576-6362   865-574-1268 (fax)



Navigate by Date:
Prev: EpicsR3.13.1 CA build Zoltan Kakucs
Next: Re: EpicsR3.13.1 CA build Janet Anderson
Index: 1994  1995  1996  1997  1998  1999  <20002001  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: epics on x86 Jeff Hill
Next: DL-PC board question john sinclair
Index: 1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·