statusPointValue

statusPointValue — gives the value of a driver status point.

Synopsis

       
(statusPointValue)
	

Parameters

none

Returns

(statusPointValue value)

Description

This command returns the current value of the status point (see statusPointDefine). If the Cascade DataHub is not being used, this command provides a quick alternative to obtain a summary status for all initilaized cards.

Example

The following command:

(statusPointValue)

might return something like this:

(statusPointValue 0x00000200)

According to the status bit table, the status byte 0x02 indicates card 1 is not fully operational.