Register | Login

Quick search in Advantech Support Portal 
Print

[Technical Inquiry] How does AdamModbusDaq notify device comm. failure in LogixView?

How does AdamModbusDaq notify device comm. failure in LogixView?

Does anyone know how the AdamModbusDaq component in LogixView indicates or notifies an application when a device gets disconnected?  I can see register read success (true/false) in the debug window, but can't see how to access it from code.  Thanks.

Hello?  Is this Forum-thing turned on?  Ben?  Anybody?...  
Is there anyone else using this stuff except me?

[ Last edited by fsykes at 2010-2-11 06:57 ]
Share |

TOP

Since the AdamModbusDaq will continuously try to reconnect if the connection is broken,
the component won't fire any event.

The way to know the connection status is to check the property "Connected" of the AdamSocketComponent that is assigned into AdamModbusDaq.
Share |

TOP