You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eip-stack-group-...@googlegroups.com
We are using OpENer as the basis for an adapter for our newer devices. It has been very successful, except for I/O messaging. Our device implements one and only one static assembly instance that is used in an input only connection.
It is not clear to me how to implement this basic configuration in OpENer. Is there any example code that I can look at to see how this could be implemented?
Alois Zoitl
unread,
Sep 14, 2024, 9:16:32 AM9/14/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mcintirk, eip-stack-group-...@googlegroups.com
Hi,
also to configure an input only connection endpoint you need three
assemblies:
1. the input assembly for the data
2. the heart beat output assembly for detecting connection liveliness
3. a configuration assembly
the later two can be empty. In the Mingw directory you find a sample
application with different connection endpoints, including a input only
connection.