EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  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  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Modbus R2-2 available
From: "Mark Rivers" <[email protected]>
To: <[email protected]>
Date: Thu, 17 Mar 2011 17:50:11 -0500
Release 2-2 of the EPICS "modbus" module is now available.  This is from
the release notes:

- R2-0 introduced a 20 ms delay before each Modbus write. This was not
correct, delays should only be needed for serial RTU. The Modicon Modbus
Protocol Reference Guide says this must be at least 3.5 character times,
e.g. about 3.5ms at 9600 baud, for Serial RTU. An additional
writeDelayMsec parameter was added to modbusInterposeConfig. It is the
final parameter, so if it is not specified the default value is zero,
which is appropriate when not using Serial RTU. In the startup script
lines like the following: 
    modbusInterposeConfig("Koyo1",0,5000)
    
should be changed to: 
    modbusInterposeConfig("Koyo1",0,5000,0)
    
for no delay, or to: 
    modbusInterposeConfig("Koyo1",0,5000,20)
    
for a 20 ms delay. 

The release notes are here:
http://cars.uchicago.edu/software/epics/modbusReleaseNotes.html

The documentation is here:
http://cars.uchicago.edu/software/epics/modbusDoc.html

The tar file is here:
http://cars.uchicago.edu/software/pub/modbusR2-2.tgz

Please let me know of any problems or questions.

Cheers,
Mark






Navigate by Date:
Prev: Python with EPICS [was Re: epicsqt first try] Angus Gratton
Next: MEDM Andy Foster
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: epicsqt first try Andrew Rhyder
Next: MEDM Andy Foster
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·