AdsAmsConnectTimeout

This event is called as soon as a timeout occurs for a variable connected "per Connect".

object_AdsAmsConnectTimeout(
  nIndexGroup As Long,
  nIndexOffset As Long
)

Parameter

nIndexGroup

[out] Index group of the ADS variable where the timeout occurred.

nIndexOffset

[out] Index offset of the ADS variable where the timeout occurred.

Comments

The AdsAmsConnectTimeout event is called only if the type of data exchange between VB variable and ADS variable is controlled by the client (ADSTRANS_CLIENTCYCLE).

Example

-