* [Xenomai-core] Modbus TCP
@ 2006-11-06 10:38 Marco Cavallini
2006-11-06 12:29 ` Jan Kiszka
0 siblings, 1 reply; 2+ messages in thread
From: Marco Cavallini @ 2006-11-06 10:38 UTC (permalink / raw)
To: Xenomai-core
Hello,
I wonder if does exist any Modbus TCP or Modbus UDP project for real
time (Xenomai or RTAI)
Any hint will be appreciated.
Thank you
--
/marco
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai-core] Modbus TCP
2006-11-06 10:38 [Xenomai-core] Modbus TCP Marco Cavallini
@ 2006-11-06 12:29 ` Jan Kiszka
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2006-11-06 12:29 UTC (permalink / raw)
To: rtai; +Cc: Xenomai-core
[-- Attachment #1: Type: text/plain, Size: 777 bytes --]
Marco Cavallini wrote:
> Hello,
> I wonder if does exist any Modbus TCP or Modbus UDP project for real
> time (Xenomai or RTAI)
I'm not aware of specific real-time Modbus implementations, I only heard
of some Modbus library for Linux (libmodbus), and then there is also a
Java version (jamod.sf.net).
If you want to use TCP, it will be as simple as switching to secondary
mode in your Xenomai application and communicate over the Linux TCP/IP
stack - it's non-RT anyway then. But when using UDP, libmodbus should
(in theory) be applicable in combination with RTnet over the POSIX skin
in primary mode (hard RT). You should just audit the time critical paths
of libmodbus for RT-safeness. Please share your findings, they might be
of common interest!
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-06 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-06 10:38 [Xenomai-core] Modbus TCP Marco Cavallini
2006-11-06 12:29 ` Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.