void DriveMonitorAddressSet ( long  monitorNumber,
long  address 
)

Description:
DriveMonitorIndexSet sets the monitor to a specific address for information.
Parameters:
monitorNumber Monitor Number to set. Example (RSIS200MonitorAddress).
address Address to monitor for information.
Sample Code:
  // Have Monitor 0 watch Positive Feedback MSBS.
  DriveMonitorAddressSet(0, RSIS200MonitorAddressPOS_FB_MSBS);
Notes:
Only 3 Monitors (0-2) are available for use.
See also:
DriveMonitorValueGet, DriveMonitorIndexSet