Member Login
member
passwd
remember me on
this computer.

- join now -
- forgot username or password? -

Jump to a Date

Sponsored Communities
Cool stuff
Select a topic of interest:
...and press:
Neat Stuff
Control.com Stuff

Visit our shop for nerds in control lifestyle products.

Fortune
"I went to the museum where they had all the heads and arms from the
statues that are in all the other museums."
-- Steven Wright
RSS Feed
RSS feed Use this link to get an RSS feed of the Control.com article flow, for private, non-commercial use only:
www.control.com/rss/
To get a personalized feed, become a member at no cost.
Select a Page Style
Select one of the following styles:
- BluFu
- Classic
(cookies required)
Control.com topic...
LinuxPLC Project
from the Automation List department...
modbus frame size
Topic: Open-source control projects, related links.
Originally posted by Mario de Sousa on 17 October, 2001 - 11:35 am
Could anybody please confirm/deny that the maximum frame size for modbus rtu is: 6 (header) + 250 (data) + 2 (crc) bytes...
New Replies:
The preemptable patch should be removing those long locks, so we shouldn't have a problem there. ...
> Greg, I believe you support Modbus on the PuffinSCADA? Can you give us > an idea of how...
By Silbaugh, Randy D. on 24 October, 2001 - 12:57 pm -
Mario wrote: >>> But the question remains: can we be sure that in the future there won't...
> correct limit to function 16 is 100 registers (giving a message of 207 + 2CRC bytes) and not...
I think everyone who ever implemented Modbus has come up with the same question. My interpretation...
Receiving a Modbus RTU message is not easier. The inter-character timer is not implemented in...
Hi Mario. I'm just curious if the preemptable kernal patch would let us do this except for the...
> Jiri Baum wrote: > > Judging just by that, I'd expect that gaps of between 1.5 and 3.5...
Jiri Baum wrote: > Judging just by that, I'd expect that gaps of between 1.5 and 3.5 chars may...
Mario de Sousa wrote: > Well, I have had a chance to read it more carefully, and it is not so...
Mario (quoting a spec): > Right, here it is: > "The entire message frame must be...
Arghhh!!!... I have just found a few minutes to calmly re-read my message, and found that it is...
Greg Goodman wrote: > > Section 5.1 of the Modicon spec >...
> Could anybody please confirm/deny that the maximum frame size for > modbus rtu is: 6...
from the Automation List department...
TROWSERS (was: Making the Browser SCADA Multilingual)
Topic: Open-source control projects, related links.
Originally posted by Anand on 21 October, 2001 - 10:10 am
A lot of people believe that what I am talking about is just the ability to display in various languages. So I have changed the name to TROWSERS which stands for translating browsers...
New Replies:
It is even worse because in most cases you are talking about technical translation. There are also...
Anand: > What I mean is not just key mapping or making characters available on > display, but...
from the Automation List department...
ISAGRAF
Topic: Open-source control projects, related links.
Posted by Curt Wuollet on 23 October, 2001 - 10:53 am
Some spam just arrived from Altersys indicating that all ISAGRAF products are now available on Linux supporting RTAI.
from the Automation List department...
Progress with auto*
Topic: Open-source control projects, related links.
Originally posted by hopfgartner on 23 October, 2001 - 9:24 am
I've worked again a bit on auto* support in linuxplc. Those curious about this topic can mail me for a copy of the files. Anyway, I have some issues ...
New Replies:
On Tue, 23 Oct 2001 13:09:18 +0100 Mario de Sousa <msousa@fe.up.pt> wrote: > hopfgartner...
Peter, The code under /logic/iec /logic/plc5 is incomplete, and does not compile...
from the Automation List department...
Licensing Terms for "Open Interfaces"
Topic: Open-source control projects, related links.
Posted by Harald Albrecht on 23 October, 2001 - 9:17 am
This is surely one for Curt: From the preface of the OPC Foundation's specifications ....

from the Automation List department...
RS232 - RS485 converters
Topic: Open-source control projects, related links.
Originally posted by Mario de Sousa on 19 October, 2001 - 1:03 pm
Here goes one more question: I am using an RS232-RS485/422 converter that relies on the RTS line of the RS232 side to control the high impedance state of the line drivers on the RS485/422 side. ...
New Replies:
By Thomas B. O'Hanlan on 22 October, 2001 - 3:41 pm -
Commercial Break: Please check out Sealevel Systems' line of converters @ www.sealevel.com. Like...
Andrew Kohlsmith wrote: > > > Is this common in RS232-RS485 converters? If true, then we...
By Andrew Kohlsmith on 19 October, 2001 - 1:08 pm -
> Is this common in RS232-RS485 converters? If true, then we have to take > this into...
from the Automation List department...
modbus yet again!
Topic: Open-source control projects, related links.
Posted by Mario de Sousa on 22 October, 2001 - 1:12 pm
It's not that I'm shying away from writing a device driver (it would not be my first...), but I would guess that most users would prefer to
have it implemented on a user process, rather than having to mess around with installing device drivers...
from the Automation List department...
RE: Modbus (was RE: FAQ anyone?)
Topic: Open-source control projects, related links.
Originally posted by Campbell, David (Ex AS17) on 1 September, 2000 - 6:30 pm
Curt Wuollet wrote:

> No Modbus doesn't require special hardware, but does have
> some interesting requirements.

When I was in Bracknell (UK) earlier this year I saw a Modbus emulator program that runs under NT via the serial port. The only special hardware requirements is the RS-232 to the "flavour of the month" serial protocol (RS-422/485) ...
New Replies:
Receiving a Modbus RTU message is not easier. The inter-character timer is not implemented in...
from the Automation List department...
HMI: Making the Browser SCADA Multilingual
Topic: Open-source control projects, related links.
Originally posted by Anand on 19 October, 2001 - 2:51 pm
I have been thinking of making the tiny browser SCADA put up at www.smbd.org multilingual ...
New Replies:
Anand a ecrit: >I believe that having a new tags in HTML will greatly help in having...
By Paul H. Gusciora on 19 October, 2001 - 2:58 pm -
It might be easier to get everyone to convert to Esparanto. But seriously, there are more basic...
from the Automation List department...
Modbus addressing?
Topic: Open-source control projects, related links.
Originally posted by Mario de Sousa on 15 October, 2001 - 1:21 pm
I am currently working on getting the modbus module back up, but need some help.
New Replies:
The short answer: 0 The long answer: The address in the command sent is the offset of the register...
addressing: The first address is 0x00 in Modbus RTU. Unfortunately in the Modicon world the first...
Mario, I sould suggest that you should should write 0 onto the wire. There is a bit of ambiguity...
from the Automation List department...
[MAT-devel] Re: RTOSes, PLCs and control
Topic: Open-source control projects, related links.
Originally posted by Peter Wurmsdobler on 10 October, 2001 - 4:05 pm
Once such a protocoll is established, all suppliers, system integrators or other control entities can use it, suggest add-ons, etc. It would be open...

New Replies:
I think you are confusing the OPC XML spec with the upcoming OPC DX spec. In a lot of respects I...
By Peter Wurmsdobler on 15 October, 2001 - 2:51 pm -
Scott, From what I understand, the new standard is a xml wrapper, but underneath you have still...
Hi Robert, (come to terms with Interkama, eh?!) Robert Schwebel wrote: > On Thu, 11 Oct...
It could be worth looking into the upcoming extension to the OPC standards - OPC DX. Although there...
On Thu, 11 Oct 2001, Peter Wurmsdobler wrote: > The message is: Would it be possible to...
Compliments, this site has links to very informative places. I think it should be linked from...
Excellent! I hope we can promote more cooperation. Regards cww -- Free Tools! Machine...
By Peter Wurmsdobler on 15 October, 2001 - 2:02 pm -
Jiri, > Please, do not have two protocols with the names OPC and OCP. That'd be > just too...
Hello Curt, On Mon, 8 Oct 2001, Curt Wuollet wrote: > It would be great if there was a site...
When I checked out APCLT there were links to other goings on at AACHEN. All of them very...
Curt Wuollet wrote: > But how would I know about the other projects? <smart-ass>You...
> I've looked at VisiPro and AutomationX For automationX it was a lot of work to convert the...
Curt, You *have* heard about translation filters on the 'net, like...
Peter: > Could your protocoll be some basis or even THE open control process > protocoll,...
 
 
Your use of this site is subject to the terms and conditions set forth under Legal Notices and the Privacy Policy. Please read those terms and conditions carefully. Subject to the rights expressly reserved to others under Legal Notices, the content of this site and the compilation thereof is © 1999-2009 Nerds in Control, LLC. All rights reserved.

Users of this site are benefiting from open source technologies, including PHP, MySQL and Apache. Be happy.

Advertisement
Our Advertisers
Help keep our servers running...
Patronize our advertisers!