Hylan,

The Elapsed Timer only works with Timer1.
And there is only one Elapsed Timer.
That's not to say you couldn't write a program to do multiple Elapsed Timers.

The INT_HANDLER for TMR1_INT has to point to the _ClockCount routine in the include file.

Code:
        INT_Handler   TMR1_INT,  _ClockCount,   PBP,  yes