void DriveMonitorIndexSet ( long  monitorNumber,
long  index 
)

Description:
DriveMonitorIndexSet sets the monitor to a drive specific table for information.
Parameters:
monitorNumber Monitor Number to set.
index Drive specific index to the table to monitor.
Sample Code:
  // Have Monitor 2 watch the Acutal Torque Table on the Glentek Omega drive.
  DriveMonitorIndexSet(2, RSIGLENTEKOmegaMonitorIndexACTUAL_TORQUE);
Notes:
Only 3 Monitors (0-2) are available for use.
See also:
DriveMonitorValueGet, DriveMonitorAddressSet
Examples:
driveMonitor.cpp.