CTICMP Driver not working

Hi All!
I am trying to monitor some devices using the Citect ICMP Driver.

It seems the driver will only send the PING request once on startup.

Screenshot Below taken from wireshark running on VM 192.168.23.204.
Citect Server is 192.168.23.208.

Looking at the online tag data, we can see the STATE has returned a '1'

If I power down the VM, the state will return '0'

Any ideas on how to get this polling at a more frequent rate - once every 10s or so.?
Also the RESPTIME has not been returned.

Where can I find the log files associated?

Any help would be greatly appreciated.

Parents
  • Thanks All,

    I updated the drive from 3.2.0 >> 4.0.2.

    In the updated documentation it states that the HostPollTime is in (units) milliseconds.
    I updated my parameters to suit: 

    [CTICMP]
    DebugLevel=ALL
    DebugCategory=ALL
    HostPollTime = 2000
    HostTimeout = 3000

    And now it is working as expected!

    Cheers,

Reply
  • Thanks All,

    I updated the drive from 3.2.0 >> 4.0.2.

    In the updated documentation it states that the HostPollTime is in (units) milliseconds.
    I updated my parameters to suit: 

    [CTICMP]
    DebugLevel=ALL
    DebugCategory=ALL
    HostPollTime = 2000
    HostTimeout = 3000

    And now it is working as expected!

    Cheers,

Children
No Data