describePntAddr

describePntAddr — describes a point's address.

Synopsis

       
(describePntAddr point_name)
	

Parameters

point_name

The name of an existing point.

Returns

If successful, the complete decoded internal point address is returned in the following format for digital (bit) types:

(describePntAddr point_name card_id buffer offset bit)

otherwise, for other types:

(describePntAddr point_name card_id buffer offset)

If the point is not defined, then the following is returned:

(error error_string)

Description

This command requests a description of the address of the named point. The address returned is not the ASCII address provided to create the point, but the decoded and mapped address values. This information can be used to assess the named point directly from the buffers.

This command is typically sent as a command and not used in configuration file.