asam3_poll

Purpose:

Send requests to an ASAM3 client for online values at a specified rate using either GET_ONLINE_VALUE or GET_ONLINE_VALUE_NOW based on the provided method.

Enter:

asam3_poll <registered_name> <rate> [retrieval_method]

Where:

registered_name Specify the instance of asam3cli associated with the server.
rate

Specify the delay in milliseconds between requests to request a GET_ONLINE_VALUE command rate:

  • Specify 0 to request once and then exit.
  • Specifying a rate 1 and 19 is interpreted as 20 requests.
retrieval_method

Optional. Specify INCA or blank:

  • Specify INCA to use the ASAM3 command get only value for INCA-based devices.
  • Blank or no parameter means to use the GET_ONLINE_VALUE_NOW. 
 

Example:

asam3_poll asam3_1 50 INCA

The preceding requests data at a rate of 20 Hz. 

Notes:

The rate is the delay in milliseconds; if set between 1 and 19, it is adjusted to 20.

See Also:

asam3cli, ASAM3 Interface Setup