Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RobS

Pages: [1]
1
Support Questions / Re: Program locks up if connection is interrupted
« on: April 22, 2023, 08:54:32 AM »
Reduce the timeout in the comms driver properties, looks like the default is 3secs, change it to 200ms or something that will give error free comms when you actually have stuff connected. 

2
Support Questions / Re: Program locks up if connection is interrupted
« on: April 22, 2023, 06:36:54 AM »
Yes what? Did you reduce the timeout? Did it help your problem?

3
Support Questions / Re: Program locks up if connection is interrupted
« on: April 22, 2023, 02:52:11 AM »
Reduce the timeout ?

4
Support Questions / Re: Program locks up if connection is interrupted
« on: April 20, 2023, 09:03:26 PM »
You can use..
    OmronEthernetFinsCom.ConnectionEstablished
    OmronEthernetFinsCom.ConnectionClosed
    OmronEthernetFinsCom.ComError
    OmronEthernetFinsCom.DataReceived
to monitor the status of the device comms.
Then
    OmronEthernetFinsCom.PollRateOverride
    OmronEthernetFinsCom.DisableSubscriptions
to throttle or enable / disable comms. Up to you how you code it to suit your requirements.

Pages: [1]